:root {
    --primary-color: #00A9F7;
    --font-30: 30px;
    --font-24: 24px;
    --font-14: 14px;
    --font-12: 12px;
    --font-10: 10px;
    --hover-color: #0099DF;
    --primary-border: #039FE8;
    --hover-border: #0087C5;
    --light-theme: #D9F2FE;
    --danger-color: #F94877;
    --danger-color-dark: #FF3369;
}

.btn,
body {
    font-size: 14px
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%
}

body.app {
    background: #f3f6f9
}

a {
    color: var(--primary-color);
}

a,
a:hover {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    outline: 0
}

.default-color a,
.default-color a:hover,
a,
a.default-color,
a.default-color:hover,
a:hover {
    text-decoration: none
}

.default-color a:hover,
.gray-color a:hover,
.left-sidebar-light .sidebar-menu ul li ul.sub li a:hover,
.left-sidebar-light .sidebar-menu ul li ul.sub li.active a,
.notification-list .nt-info a:hover,
a.default-color:hover,
a.gray-color:hover {
    color: var(--primary-color)
}

.gray-color a,
a.gray-color {
    color: #bab8c3
}

.btn {
    cursor: pointer
}

.app-header .navbar-nav .nav-link i,
.btn-lg {
    font-size: 16px
}

.btn-sm {
    font-size: 12px
}

button,
button:focus,
button:hover {
    outline: 0
}

strong {
    font-weight: 600
}

.default-color,
.default-color a,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222222
}

.breadcrumb {
    background: 0 0;
    font-size: 12px
}

.app,
.app-body {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal */
}

.app {
    min-height: 100vh;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column
}

.app-body {
    width: 100%;
    overflow-x: hidden;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-grow: 1;
    -ms-flex-positive: 1
}

.app-body .left-sidebar {
    flex: 0 0 250px;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    -ms-flex-order: -1;
    order: -1
}

.app-body .main-content {
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1
}

.app-body .right-sidebar {
    flex: 0 0 250px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 250px;
    -ms-flex: 0 0 250px
}

.app-footer,
.app-header,
.left-sidebar,
.main-content,
.right-sidebar {
    -webkit-transition-duration: .25s, .25s;
    -o-transition-duration: .25s, .25s;
    transition-duration: .25s, .25s;
    -webkit-transition-property: margin-left, margin-right;
    -o-transition-property: margin-left, margin-right;
    transition-property: margin-left, margin-right
}

.main-content .container-fluid {
    padding: 0 20px
}

.header-fixed .app-header {
    position: fixed;
    z-index: 1001;
    width: 100%;
    background-color: var(--primary-color);
    -webkit-box-shadow: 0px 3px 10px rgb(0 0 0 / 6%);
    box-shadow: 0px 3px 10px rgb(0 0 0 / 6%);
    top: 0px;
    overflow: visible;
}

.header-fixed .app-body {
    margin-top: 60px
}

header.navbar,
header.navbar .navbar-nav {
    flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row
}

header.navbar {
    position: relative;
    height: 60px;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 10px 1px rgba(115, 108, 203, .1);
    box-shadow: 0 1px 10px 1px rgba(115, 108, 203, .1);
    overflow: visible;
}
.showclass{
    display:block !important;
  }
header.navbar .navbar-nav {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

header.navbar .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 251px;
    height: 60px;
    margin-right: 0;
    padding: 6px;
    padding-left: 15px;
    background-color: #fff;
    border-right: 1px solid #E3E3E3;
    background-image: url(../images/rathin_new_logo_1.png);
    background-size: 120px;
    background-position: 15px;
    background-repeat: no-repeat;
}

.left-sidebar-hidden header.navbar .navbar-brand {
    width: 50px;
    background-image: url(../rathin_new_logo_2.png);
    background-size: 45px;
    background-position: 0px;
}

.welcome header.navbar .navbar-brand {
    background-image: url(../images/RT_Logo.jpg);
    background-size: contain !important;
    width: 250px !important;
    background-position: 15px;
}

header.navbar .nav-item {
    position: relative;
    min-width: 60px;
    margin: 0;
    text-align: center
}

.left-sidebar {
    padding: 0
}

.left-sidebar .sidebar-menu {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    width: 250px;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.left-sidebar-hidden .left-sidebar .sidebar-menu {
    width: 50px;
}

.left-sidebar-fixed .left-sidebar {
    position: fixed;
    height: 100%;
    z-index: 999;
}

.left-sidebar-hidden .left-sidebar {
    margin-left: 0px
}

.left-sidebar-fixed.left-sidebar-hidden .app-footer,
.left-sidebar-fixed.left-sidebar-hidden .main-content {
    margin-left: 0
}

.left-sidebar-fixed .left-sidebar .sidebar-menu {
    height: calc(100vh - 60px);
    /* transition: all .3s ease-in-out; */
}

.left-sidebar-fixed .app-footer,
.left-sidebar-fixed .main-content {
    margin-left: 250px
}

.right-sidebar {
    z-index: 999;
    width: 250px;
    padding: 20px;
    color: #384042;
    border-left: 1px solid #e5e9ec;
    background: #fff
}

.right-sidebar .widget {
    margin-bottom: 30px
}

.right-sidebar .widget-title {
    font-size: 14px;
    font-weight: 700
}

.right-sidebar-fixed .app-footer,
.right-sidebar-fixed .main-content {
    margin-right: 250px
}

.right-sidebar-fixed.right-sidebar-hidden .app-footer,
.right-sidebar-fixed.right-sidebar-hidden .main-content,
.right-sidebar-overlay .app-footer,
.right-sidebar-overlay .main-content {
    margin-right: 0
}

.right-sidebar-fixed .right-sidebar {
    position: fixed;
    right: 0;
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 100px
}

.right-sidebar-hidden .right-sidebar {
    margin-right: -250px
}

.app-footer {
    min-height: 50px;
    padding: 0 1rem;
    background: #fff;
    -webkit-box-shadow: 0 1px 10px 1px rgba(115, 108, 203, .1);
    box-shadow: 0 1px 10px 1px rgba(115, 108, 203, .1);
    font-size: 12px;
    line-height: 50px
}

.app-footer .back-top {
    text-decoration: none;
    color: #a6b2cd;
    font-size: 24px
}

.app-footer,
.app-footer .back-top:hover {
    color: #45567c
}

@media (min-width:1200px) {
    .container {
        max-width: 1024px
    }
}

@media (max-width:991px) {
    .main-content {
        display: inline-block;
        width: 100%
    }

    .select2-container,
    .select2-container--default .select2-selection--multiple,
    .select2-container--default .select2-selection--single {
        width: 100% !important;
    }

    .app-footer,
    .main-content {
        margin-left: 50px !important
    }

    .min-250 {
        min-width: initial !important;
    }

    .navbar-toggler {
        position: relative;
        left: 50px;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .mobile-leftside-show .left-sidebar {
        width: 250px;
        margin-left: 0
    }

    .mobile-leftside-show .main-content {
        margin-right: -250px !important;
        margin-left: 250px !important
    }

    .mobile-rightside-show .right-sidebar {
        margin-right: 0
    }
}

.sidebar-menu ul li {
    position: relative;
    font-weight: 400
}

.sidebar-menu .sub-menu>.sub li {
    padding-left: 40px;
    margin: auto;
}

.sidebar-menu .sub-menu>.sub li a {
    padding: 0px !important;
    max-width: 100%;
    font-weight: normal;
    border: none;
}

.sidebar-menu .sub-menu .sub li a:hover,
.sidebar-menu .sub-menu .sub li a:focus,
.sidebar-menu .sub-menu .sub li a.active {
    background-color: transparent !important;
    color: var(--primary-color) !important;
}

.sidebar-menu .sub-menu>.sub li li {
    padding-left: 20px
}

.sidebar-menu .sub-menu .sub-menu li {
    padding-left: 10px !important;
}

.sidebar-menu .sub-menu .sub-menu a.active,
.sidebar-menu .sub-menu .sub-menu a:hover,
.sidebar-menu .sub-menu .sub-menu a:focus {
    background-color: transparent !important;
}

.sidebar-menu .sub-menu>.sub li:last-child {
    padding-bottom: 10px
}

#nav-accordion {
    margin-top: 20px;
    margin-bottom: 50px
}

.dcjq-icon {
    position: relative;
    top: -13px;
    float: right;
    right: -20px;
}

.dcjq-icon:before {
    position: absolute;
    top: 15px;
    right: 1.5rem;
    content: "\f105";
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-family: fontawesome;
    font-size: 12px
}

.active .dcjq-icon:before {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg)
}

.nav-collapse.collapse {
    display: inline
}

.left-sidebar {
    color: #fff;
    background: #282a39
}

.left-sidebar .nav-title {
    text-align: center;
}

.left-sidebar .nav-title h5 {
    color: #fff;
    font-size: 14px;
    margin: 0px;
    margin-top: 20px;
}

.left-sidebar .nav-title h6 {
    font-size: 12px;
}

.sidebar-menu ul li a.active,
.sidebar-menu ul li a:focus,
.sidebar-menu ul li a:hover {
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    background: #181a23
}

.sidebar-menu ul li a i {
    padding-right: 6px;
    font-size: 15px
}

.sidebar-menu ul,
.sidebar-menu ul li ul.sub {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar-menu>ul>li>ul.sub {
    /* display: none; */
    margin-top: 10px;
}

.sidebar-menu>ul>li.active>ul.sub,
.sidebar-menu>ul>li>ul.sub>li>a {
    display: block
}

.sidebar-menu ul li a,
.sidebar-menu ul li ul.sub li a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #9c9ea7;
    font-size: 13px
}

.sidebar-menu ul li a {
    display: block;
    padding: 10px;
    margin: auto;
    text-decoration: none;
    outline: none;
    border-right: 2px solid transparent;
    font-size: 15px;
    font-weight: 600;
    padding-left: 15px;
}

.sidebar-menu ul li a:hover {
    background-color: #E5F6FF !important;
    color: var(--primary-color) !important;
    border-color: var(--primary-color);
}

.sidebar-menu ul li.sub-menu {
    line-height: inherit;
}

.sidebar-menu ul li a span {
    display: inline-block
}

.sidebar-menu ul li ul.sub li {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background: #181a23
}

.left-sidebar-hidden .sidebar-menu ul li a span {
    display: none;
}

.sidebar-menu ul li ul.sub li a {
    height: 40px;
    padding: 6px 0;
    line-height: 30px
}

.sidebar-menu ul li ul.sub li a:hover,
.sidebar-menu ul li ul.sub li.active a {
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    color: #fff;
    background: 0 0
}

.left-sidebar-light .left-sidebar {
    color: #53505f;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-right: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
}

.bootstrap-timepicker table td a,
.left-sidebar-light .left-sidebar .nav-title h5,
.left-sidebar-light .sidebar-menu ul li a,
.nav-pill-custom a {
    color: #333;
}

.left-sidebar-light .sidebar-menu ul li a.active,
.left-sidebar-light .sidebar-menu ul li a:focus,
.left-sidebar-light .sidebar-menu ul li a:hover,
.left-sidebar-light .sidebar-menu ul li.active a {
    color: var(--primary-color);
    background: 0 0;
    border-color: var(--primary-color);
    background-color: #E5F6FF !important;
}

.left-sidebar-light .sidebar-menu ul li a i {
    color: #AEAEAE;
}

.left-sidebar-light .sidebar-menu ul li a i.fa {
    font-size: 18px;
}

.left-sidebar-light .sidebar-menu ul li a.active i,
.left-sidebar-light .sidebar-menu ul li a:focus i,
.left-sidebar-light .sidebar-menu ul li a:hover i,
.left-sidebar-light .sidebar-menu ul li.active a i {
    color: var(--primary-color);
}

.left-sidebar-light .sidebar-menu ul li ul.sub li a {
    color: #505050 !important;
    text-align: left;
    background-color: none !important;
}

.left-sidebar-light .sidebar-menu ul li ul.sub li {
    background: #fff
}

.left-sidebar-light .app-header.text-light .navbar-nav .nav-link {
    opacity: 1;
    color: #6A6A6A;
}

.left-sidebar-light .app-header.text-light .navbar-nav .nav-link:hover {
    opacity: 1
}

.left-sidebar-light-alt .left-sidebar .nav-title h5,
.left-sidebar-light-alt .sidebar-menu ul li a {
    margin: 0 15px;
    color: #53505f
}

.left-sidebar-light-alt .sidebar-menu>ul>li.active a,
.left-sidebar-light-alt .sidebar-menu>ul>li>a.active,
.left-sidebar-light-alt .sidebar-menu>ul>li>a:focus,
.left-sidebar-light-alt .sidebar-menu>ul>li>a:hover {
    color: #fff;
    border-radius: 4px;
    background: #ff518a
}

.left-sidebar-light-alt .sidebar-menu ul li ul.sub li a:hover,
.left-sidebar-light-alt .sidebar-menu ul li ul.sub li.active a {
    color: #ff518a
}

.left-sidebar-light-alt .left-sidebar .nav-title {
    margin-top: 15px;
    margin-bottom: 15px
}

.earning-chart-info h4,
.left-sidebar-light-alt .sidebar-menu ul li.sub-menu {
    margin-bottom: 5px
}

.left-sidebar-light-alt .left-sidebar .sidebar-menu {
    width: 230px
}

.left-sidebar-light-alt.left-sidebar-fixed .app-footer {
    margin-left: 0
}

.left-sidebar-light-alt.left-sidebar-fixed .left-sidebar .sidebar-menu {
    height: calc(100vh - 160px)
}

.left-sidebar-light-alt.left-sidebar-fixed .left-sidebar {
    left: 20px;
    height: auto;
    margin-top: 25px;
    border: 1px solid #e5e9ec;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width:991px) {
    .left-sidebar-light-alt.left-sidebar-fixed .left-sidebar {
        left: 0
    }
}

.grid-view [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid rgba(86, 61, 124, .2);
    background-color: rgba(86, 61, 124, .15)
}

.grid-view {
    margin-bottom: 10px;
    padding: 0 15px
}

.card-group {
    -webkit-box-shadow: 0 1px 10px 1px rgba(115, 108, 203, .1);
    box-shadow: 0 1px 10px 1px rgba(115, 108, 203, .1)
}

.card {
    border: 1px solid #e5e9ec
}

.card .card-header {
    padding: 15px 20px;
    background: #fff;
    border: none;
}

.card .card-header .card-title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500
}

.card .card-footer {
    border-top: 1px solid #e5e9ec;
    background: 0 0
}

.card-shadow {
    border: none;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06);
}

.lobicard .dropdown-menu,
.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none
}

.lobicard {
    margin-bottom: 0
}

.lobicard>.card-header {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.lobicard>.card-header>.card-title input {
    width: 100%;
    padding: 0 5px;
    color: inherit;
    border: 1px solid #e5e9ec;
    border-radius: 2px;
    outline: 0;
    background-color: #fff;
    line-height: 30px
}

.lobicard>.card-header>.card-title input:focus {
    background: #fff
}

.lobicard .card-header .dropdown .dropdown-menu>li>a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 0;
    color: #868e96;
    border-radius: 50%;
    line-height: 30px
}

.lobicard .card-header .dropdown .dropdown-menu>li>a:focus:hover,
.lobicard .card-header .dropdown .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: var(--primary-color);
    text-shadow: none
}

.lobicard.lobi-light .card-header .dropdown .dropdown-menu>li>a {
    color: #fff
}

.lobicard.lobi-light .card-header .dropdown .dropdown-menu>li>a:focus:hover,
.lobicard.lobi-light .card-header .dropdown .dropdown-menu>li>a:hover {
    color: #2c2c2c;
    background-color: #fff;
    text-shadow: none
}

.card-collapsed>.card-header {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.btn-outline-primary,
.btn-primary,
.btn-outline-primary:not([disabled]):not(.disabled),
.btn-outline-primary:not([disabled]):not(.disabled) {
    border-color: var(--primary-border);
    background-color: var(--primary-color);
}

.btn-outline-primary:hover,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active {
    border-color: var(--hover-border);
    background-color: var(--hover-color)
}

.btn-info,
.btn-outline-info:hover,
.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.card-info,
.show>.btn-outline-info.dropdown-toggle {
    border-color: var(--hover-border);
    background-color: var(--hover-color);
}

.btn-outline-success:hover,
.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-success,
.card-success,
.show>.btn-outline-success.dropdown-toggle {
    border-color: #34bfa3;
    background-color: #34bfa3
}

.btn-danger,
.btn-outline-danger:hover,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.card-danger,
.show>.btn-outline-danger.dropdown-toggle {
    border-color: #ff518a;
    background-color: #ff518a
}

.btn-outline-warning:hover,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-warning,
.card-warning,
.show>.btn-outline-warning.dropdown-toggle {
    border-color: #eac459;
    background-color: #eac459
}

.btn-primary:hover,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    border-color: var(--hover-border);
    background-color: var(--hover-color);
}

.btn-info:hover,
.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    border-color: #0c8bec;
    background-color: #0c8bec
}

.btn-success:hover,
.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    border-color: #299781;
    background-color: #299781
}

.btn-danger:hover,
.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    border-color: #ff1e68;
    background-color: #ff1e68
}

.btn-warning:hover,
.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    border-color: #e4b42c;
    background-color: #e4b42c
}

.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-dark:not([disabled]):not(.disabled).active,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show>.btn-danger.dropdown-toggle,
.show>.btn-dark.dropdown-toggle,
.show>.btn-info.dropdown-toggle,
.show>.btn-outline-danger.dropdown-toggle,
.show>.btn-outline-dark.dropdown-toggle,
.show>.btn-outline-info.dropdown-toggle,
.show>.btn-outline-primary.dropdown-toggle,
.show>.btn-outline-secondary.dropdown-toggle,
.show>.btn-outline-success.dropdown-toggle,
.show>.btn-outline-warning.dropdown-toggle,
.show>.btn-primary.dropdown-toggle,
.show>.btn-secondary.dropdown-toggle,
.show>.btn-success.dropdown-toggle,
.show>.btn-warning.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color)
}

.btn-outline-success {
    color: #34bfa3;
    border-color: #34bfa3
}

.btn-outline-danger {
    color: #ff518a;
    border-color: #ff518a
}

.btn-outline-warning {
    color: #eac459;
    border-color: #eac459
}

.btn-outline-info {
    color: var(--primary-color);
    border-color: var(--primary-color)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #c397f7;
    background-color: transparent
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #55d1b8;
    background-color: transparent
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #ff84ac;
    background-color: transparent
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #f0d486;
    background-color: transparent
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #67b8f7;
    background-color: transparent
}

.badge-primary,
.bg-primary,
.nav.nav-pills.nav-pills-primary .nav-link.active {
    background-color: var(--primary-color) !important
}

.badge-success,
.bg-success,
.nav.nav-pills.nav-pills-success .nav-link.active {
    background-color: #34bfa3 !important
}

.badge-info,
.bg-info,
.nav.nav-pills.nav-pills-info .nav-link.active {
    background-color: var(--primary-color) !important
}

.badge-danger,
.bg-danger,
.nav.nav-pills.nav-pills-danger .nav-link.active {
    background-color: #ff518a !important
}

.badge-inverse,
.bg-inverse,
.nav.nav-pills.nav-pills-inverse .nav-link.active {
    background-color: #292b2c !important
}

.badge-warning,
.bg-warning,
.nav.nav-pills.nav-pills-warning .nav-link.active {
    background-color: #eac459 !important
}

.bg-white {
    background-color: #fff !important
}

.btn-primary.disabled,
.btn-primary:disabled {
    border-color: #c397f7;
    background-color: #c397f7
}

.text-primary {
    color: var(--primary-color) !important
}

.text-success {
    color: #34bfa3 !important
}

.text-warning {
    color: #eac459 !important
}

.text-info {
    color: var(--primary-color) !important
}

.text-danger {
    color: #ff518a !important
}

.border-primary {
    border-color: var(--primary-color) !important
}

.border-success {
    border-color: #34bfa3 !important
}

.border-warning {
    border-color: #eac459 !important
}

.border-info {
    border-color: var(--primary-color) !important
}

.border-danger {
    border-color: #ff518a !important
}

.border-opacity {
    border-color: rgba(0, 0, 0, .125) !important
}

@media (max-width:991px) {
    .d-md-down-none {
        display: none !important
    }
}

a.text-light:focus,
a.text-light:hover {
    color: #fff !important
}

.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dropdown-menu {
    margin: .5rem 0 0;
    border: none;
    -webkit-box-shadow: 0 10px 70px 0 rgba(108, 158, 195, .25);
    box-shadow: 0 10px 70px 0 rgba(108, 158, 195, .25);
    font-size: 14px
}

.dropdown-divider {
    background-color: #e5ebf8
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #f2f6f9
}

.opacity-3 {
    opacity: .3
}

.app-header .d-user span,
.f12 {
    font-size: 12px
}

.app-header .d-user h5,
.f18 {
    font-size: 16px
}

.f24 {
    font-size: 24px
}

.f30 {
    font-size: 30px
}

.f50 {
    font-size: 50px
}

.f60 {
    font-size: 60px
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.nav-pill-custom .nav-link,
.nav-pills-sm .nav-link {
    border-radius: 30px !important
}

.nav-pills-sm .nav-link {
    padding: .4em 1em;
    font-size: 12px
}

.custom-control-input:checked~.custom-control-indicator {
    background-color: var(--primary-color)
}

.table-vertical-middle tr td {
    vertical-align: middle
}

.border,
.table td,
.table th {
    border-color: #e5e9ec !important
}

.table td,
.table th {
    padding: .75rem 1rem
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e !important
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover tbody tr:hover,
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.table .thead-light th {
    color: #495057;
    border-color: #e5e9ec;
    background-color: #f8fafb
}

.table thead th {
    border-top: none
}

.table tfoot th,
.table thead th {
    vertical-align: bottom;
    border-bottom: none
}

.page-item.disabled .page-link,
.page-link {
    border-color: #e5e9ec
}

.page-item.active .page-link,
.page-link:focus,
.page-link:hover {
    z-index: 2;
    color: #fff;
    border-color: var(--primary-color);
    background-color: var(--primary-color)
}

.notification-list .nt-info a,
.page-link {
    color: #2c2c2c
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--primary-color)
}

.bd-example-row .row>.col,
.bd-example-row .row>[class^=col-] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    border: 1px solid rgba(86, 61, 124, .2);
    background-color: rgba(86, 61, 124, .15)
}

.close {
    font-weight: 300
}

.alert-outline.alert-danger,
.alert-outline.alert-dark,
.alert-outline.alert-info,
.alert-outline.alert-primary,
.alert-outline.alert-secondary,
.alert-outline.alert-success,
.alert-outline.alert-warning {
    background: 0 0
}

.alert-outline.alert-primary .close {
    color: #004085
}

.alert-outline.alert-secondary .close {
    color: #464a4e
}

.alert-outline.alert-success .close {
    color: #155724
}

.alert-outline.alert-danger .close {
    color: #721c24
}

.alert-outline.alert-warning .close {
    color: #856404
}

.alert-outline.alert-info .close {
    color: #0c5460
}

.alert-outline.alert-dark .close {
    color: #1b1e21
}

.nav.nav-pills .nav-link,
.nav.nav-tabs .nav-link {
    color: #292b2c
}

.nav-tabs {
    border-bottom: 1px solid #e5e9ec
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #e5e9ec #e5e9ec #fff
}

.nav.nav-tabs .nav-link.disabled {
    color: #bab8c3
}

.nav.nav-pills .nav-link.active,
.nav.nav-pills.nav-pills-danger .nav-link.active,
.nav.nav-pills.nav-pills-info .nav-link.active,
.nav.nav-pills.nav-pills-inverse .nav-link.active,
.nav.nav-pills.nav-pills-primary .nav-link.active,
.nav.nav-pills.nav-pills-success .nav-link.active,
.nav.nav-pills.nav-pills-warning .nav-link.active {
    color: #fff
}

.jstree-default .jstree-clicked {
    border-radius: 2px;
    background: #f2f6f9;
    -webkit-box-shadow: inset 0 0 1px #e6ebf8;
    box-shadow: inset 0 0 1px #e6ebf8
}

.form-control {
    font-size: .9rem
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    padding: .9rem 1rem
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    padding: .15rem .5rem
}

@media (min-width:992px) {

    .picker-form .form-group label,
    .right-text-label-form .form-group label {
        text-align: right
    }
}

.bootstrap-timepicker.dropdown-menu:after,
.bootstrap-timepicker.dropdown-menu:before,
.datepicker-dropdown.datepicker-orient-top:after,
.datepicker-dropdown.datepicker-orient-top:before,
.datepicker-dropdown:after,
.datepicker-dropdown:before,
[class*=" datetimepicker-dropdown"]:after,
[class*=" datetimepicker-dropdown"]:before {
    border: none
}

.datepicker-dropdown:before {
    border-bottom-color: #fff
}

.datepicker-inline,
.note-editor.note-frame {
    border: 1px solid #e5e9ec
}

.datepicker,
.datetimepicker {
    z-index: 12000;
    width: 260px;
    padding: 10px
}

.datepicker table,
.datetimepicker table,
.dt-cont {
    width: 100%
}

.datepicker table tbody tr>td.day.today,
.datetimepicker table tbody tr>td.day.today,
.form-wizard .steps ul li.active span,
.form-wizard .steps ul li:hover span {
    color: #fff;
    background: var(--primary-color)
}

.dt-cont {
    position: relative;
    height: 400px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled],
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active:hover:active {
    background-color: #ff518a
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active:hover {
    background-image: none;
    text-shadow: none
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover,
.datepicker tfoot tr th:hover,
.datetimepicker table tr td span:hover,
.datetimepicker table tr td.day:hover,
.datetimepicker tfoot tr:first-child th:hover,
.datetimepicker thead tr:first-child th:hover {
    background: #f2f6f9
}

.bootstrap-timepicker table td a:hover {
    border-color: #e5e9ec;
    border-radius: 4px;
    background-color: #f2f6f9
}

.bootstrap-timepicker table td input {
    width: 35px;
    border: 1px solid #e5e9ec
}

.note-editor.note-frame.card {
    border-radius: 0
}

.note-editor.note-frame.card .btn-light {
    color: #111;
    border-color: #e5e9ec;
    background-color: #fff
}

.note-editor.note-frame.card .card-header {
    background: #f8fafb
}

.editor-toolbar.fullscreen {
    z-index: 1300
}

.editor-toolbar {
    opacity: 1;
    border-top: 1px solid #e5e9ec;
    border-right: 1px solid #e5e9ec;
    border-left: 1px solid #e5e9ec
}

.CodeMirror {
    border-color: #e5e9ec
}

.navbar .nav-item .nav-link.nav-pill.user-avatar {
    margin-left: 20px
}

.navbar .nav-item .nav-link.nav-pill.user-avatar img,
.navbar .nav-item .nav-pill.user-avatar.dropdown-toggle img {
    width: 40px;
    height: 40px;
    margin: 0;
    border: 0;
    border-radius: 50%
}

.navbar-nav .navbar-toggler {
    color: #45567c;
}

.navbar-toggler {
    margin-right: 0px !important;
}

.app-header .navbar-nav .dropdown-menu {
    min-width: 300px;
    margin: 1.5rem 0 0;
    border: none;
    -webkit-box-shadow: 0 10px 70px 0 rgba(108, 158, 195, .25);
    box-shadow: 0 10px 70px 0 rgba(108, 158, 195, .25)
}

.app-header .navbar-nav .dropdown-menu:after {
    position: absolute;
    top: -12px;
    right: 30px;
    clear: both;
    width: 0;
    height: 0;
    content: "";
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    border-left: 12px solid transparent
}

.app-header .navbar-nav .dropdown-menu .dropdown-item {
    padding: 10px 1.5rem;
    color: #3c4b6c;
    font-size: 14px
}

.app-header .navbar-nav .dropdown-menu .dropdown-item i {
    padding-right: 15px
}

.app-header .navbar-nav .dropdown-menu .dropdown-header {
    margin-bottom: 8px;
    color: #45567c;
    border-bottom: 1px solid #e5e9ec;
    font-size: 15px
}

.app-header .navbar-nav .dropdown-menu-right {
    right: -12px;
    left: auto
}

.app-header .navbar-nav .dropdown-menu-accout {
    /* right: -25px */
}

.app-header .navbar-nav .dropdown-menu-ql-gird {
    min-width: 320px
}

.app-header .navbar-nav .nav-link {
    color: #45567c
}

.app-header .navbar-nav .nav-link .notification-alarm {
    position: absolute;
    top: 5px;
    right: 30%;
    width: 5px;
    min-width: 5px;
    height: 5px;
    min-height: 5px;
    padding: 0;
    border-radius: 100%;
    line-height: 5px
}

.app-header .d-user img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.dropdown-slide .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    -webkit-transition: visibility .2s, opacity .2s, -webkit-transform 500ms cubic-bezier(.43, .26, .11, .99);
    transition: visibility .2s, opacity .2s, -webkit-transform 500ms cubic-bezier(.43, .26, .11, .99);
    -o-transition: visibility .2s, opacity .2s, transform 500ms cubic-bezier(.43, .26, .11, .99);
    transition: visibility .2s, opacity .2s, transform 500ms cubic-bezier(.43, .26, .11, .99);
    transition: visibility .2s, opacity .2s, transform 500ms cubic-bezier(.43, .26, .11, .99), -webkit-transform 500ms cubic-bezier(.43, .26, .11, .99);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0
}

.dropdown-slide.show .dropdown-menu.show {
    display: block;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

@media (max-width:991px) {
    .app-header .navbar-brand {
        position: absolute;
        left: 0;
        margin-left: 0;
        text-align: center;
    }

    .text-light .navbar-nav .navbar-toggler {
        color: #fff
    }
}

.quick-links-grid {
    display: inline-block;
    width: 100%
}

.quick-links-grid .ql-grid-item {
    display: inherit;
    width: 49.3%;
    padding: 20px 5px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #45567c
}

.quick-links-grid .ql-grid-item i {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    color: #d2d6eb;
    font-size: 32px
}

.quick-links-grid .ql-grid-item .ql-grid-title {
    display: block;
    margin: 10px 0 0;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1
}

.quick-links-grid .ql-grid-item:hover i {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: var(--primary-color)
}

.search-wrap {
    margin-top: 12%
}

.search-container {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    background: -o-linear-gradient(250deg, #7b2eff, #b368ff);
    background: linear-gradient(200deg, #7b2eff, #b368ff)
}

.search-container .close {
    position: fixed;
    z-index: 3;
    top: 40px;
    right: 60px;
    cursor: pointer;
    color: #fff;
    font-family: sans-serif
}

.search-container .close span,
.search-container .close span:after,
.search-container .close span:before {
    position: absolute;
    display: block;
    width: 35px;
    height: 1px;
    content: "";
    border-radius: 4px;
    background: #fff
}

.search-container .close span {
    background: 0 0
}

.search-container .close span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.search-container .close span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.search-container .outer-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 85px;
    height: 85px;
    cursor: pointer
}

.search-container.open {
    visibility: visible;
    opacity: 1
}

.custom-search.form-control,
.custom-search.form-control:focus {
    width: 100%;
    height: 80px;
    padding-left: 0;
    color: #fff;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .3) !important;
    border-radius: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 60px;
    font-weight: 300
}

.custom-search::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8)
}

.custom-search::-moz-placeholder {
    color: rgba(255, 255, 255, .8)
}

.custom-search:-ms-input-placeholder {
    color: rgba(255, 255, 255, .8)
}

.custom-search:-moz-placeholder {
    color: rgba(255, 255, 255, .8)
}

.search-list {
    margin-top: 10%
}

.search-list li {
    margin-bottom: 20px
}

.search-list span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px
}

.search-list a {
    text-decoration: none
}

.navbar-brand-dark {
    background: #282a39 !important
}

.nav-link.search-toggle {
    position: relative;
    top: 2px;
    line-height: normal
}

.page-title {
    padding: 0;
    margin: 25px 18px 20px 25px;
}

.page-title small {
    color: #92959e;
    font-size: 14px
}

.title-block {
    margin-bottom: 20px;
    padding: 15px;
    background: #fff
}

.title-block .breadcrumb,
.title-block .t-block-heading {
    margin-bottom: 0;
    padding: 0
}

.task-d-list {
    margin-bottom: 0
}

.task-d-list li {
    margin-bottom: 1rem
}

.task-d-list li .task-list-action {
    opacity: 0
}

.task-d-list li:hover .task-list-action {
    opacity: 1
}

.task-d-list li:last-child {
    margin-bottom: 0
}

.task-d-list li.list-mark {
    position: relative;
    padding-left: 15px
}

.task-d-list li.list-mark:before {
    position: absolute;
    left: 0;
    display: block;
    width: 2px;
    height: 100%;
    content: "";
    border-radius: 4px
}

.task-d-list li.list-mark.list-primary:before {
    background: var(--primary-color)
}

.task-d-list li.list-mark.list-info:before {
    background: var(--primary-color)
}

.task-d-list li.list-mark.list-success:before {
    background: #34bfa3
}

.task-d-list li.list-mark.list-danger:before {
    background: #ff518a
}

.task-d-list li.list-mark.list-warning:before {
    background: #eac459
}

.task-d-list li.list-mark.list-inverse:before {
    background: #292b2c
}

.baseline,
.baseline .baseline-list {
    position: relative;
    border-color: #e5ebf8
}

.baseline .baseline-list {
    padding-bottom: 1px
}

.baseline .baseline-list:before {
    display: table;
    content: " "
}

.baseline .baseline-list:after {
    display: table;
    position: absolute;
    top: 18px;
    left: 0;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    content: "";
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 3px #e5ebf8 inset;
    box-shadow: 0 0 0 3px #e5ebf8 inset
}

.baseline .baseline-list .baseline-info {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px
}

.baseline-border {
    border-left: 1px solid #e5ebf8
}

.baseline-list.baseline-border {
    margin-left: -1px
}

.baseline-primary {
    border-color: var(--primary-color) !important
}

.baseline-primary:after {
    -webkit-box-shadow: 0 0 0 3px var(--primary-color) inset !important;
    box-shadow: 0 0 0 3px var(--primary-color) inset !important
}

.baseline-success {
    border-color: #34bfa3 !important
}

.baseline-success:after {
    -webkit-box-shadow: 0 0 0 3px #34bfa3 inset !important;
    box-shadow: 0 0 0 3px #34bfa3 inset !important
}

.baseline-warning {
    border-color: #eac459 !important
}

.baseline-warning:after {
    -webkit-box-shadow: 0 0 0 3px #eac459 inset !important;
    box-shadow: 0 0 0 3px #eac459 inset !important
}

.baseline-info {
    border-color: var(--primary-color) !important
}

.baseline-info:after {
    -webkit-box-shadow: 0 0 0 3px var(--primary-color) inset !important;
    box-shadow: 0 0 0 3px var(--primary-color) inset !important
}

.baseline-danger {
    border-color: #ff518a !important
}

.baseline-danger:after {
    -webkit-box-shadow: 0 0 0 3px #ff518a inset !important;
    box-shadow: 0 0 0 3px #ff518a inset !important
}

.wb-icon-box {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 60px
}

.btn-demo .btn {
    margin: 0 10px 10px 0
}

/* .btn-square {
    border-radius: 0
} */
.btn-pill {
    border-radius: 50px
}

.portlets-scroll-wrap {
    overflow-y: scroll
}

.portlets-scroll {
    min-height: 101%
}

.fontawesome-icon-list,
.simple-icon-list,
.themify-icon-list,
.weather-icon-box {
    margin-bottom: 30px
}

.fontawesome-icon-list .preview,
.simple-icon-list .preview,
.themify-icon-list .preview,
.weather-icon-box .preview {
    padding: 15px
}

.fontawesome-icon-list .preview:hover,
.simple-icon-list .preview:hover,
.themify-icon-list .preview:hover,
.weather-icon-box .preview:hover {
    background: #f2f6f9
}

.fontawesome-icon-list .preview i,
.simple-icon-list .preview i,
.themify-icon-list .preview i,
.weather-icon-box .preview i {
    padding-right: 15px;
    font-size: 18px
}

.notification-list li {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e9ec
}

.notification-list .nt-thumb {
    float: left;
    margin-top: 5px
}

.notification-list .nt-thumb img {
    width: 24px;
    height: auto
}

.notification-list .nt-info {
    display: block;
    overflow: hidden
}

.notification-list .nt-info p {
    margin-bottom: 0;
    color: #62686e;
    font-size: 12px;
    line-height: normal
}

.notification-list .nt-info .nt-title {
    margin-right: 10px;
    font-size: 13px;
    font-weight: 500
}

#flotTip {
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
    background: rgba(0, 0, 0, .8)
}

.pieLabel div {
    font-size: 11px !important;
    font-weight: 400;
    line-height: normal
}

.legend table {
    left: 35px
}

.legend>div {
    left: 33px !important;
    opacity: .85
}

.earning-chart-space {
    width: 100%;
    height: 268px;
    margin: 0 auto;
    text-align: center
}

.earning-chart-info {
    padding: 15px 0 0
}

.series-list input {
    margin-right: 10px
}

.f-c-space {
    width: 100%;
    height: 280px;
    margin: 0 auto;
    text-align: center
}

.search-result-Stats {
    padding: 15px 0
}

.search-results {
    margin-top: 20px
}

.search-results li {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e5e9ec
}

.search-results li .title {
    margin-bottom: 10px
}

.search-results a:hover {
    color: var(--primary-color)
}

.pagination-custom a,
.pagination-custom a:hover,
.search-results a {
    color: #2c2c2c
}

.pagination-custom .page-link {
    border: 1px solid #e5e9ec
}

.pagination-custom .page-link:focus,
.pagination-custom .page-link:hover {
    color: #2c2c2c;
    background-color: #e5e9ec
}

.table-show-hide {
    position: absolute;
    z-index: 100;
    left: 40px
}

.table-show-hide a:not([href]):not([tabindex]) {
    margin: 0 5px;
    cursor: pointer;
    color: #2c2c2c
}

.table-show-hide a:not([href]):not([tabindex]):focus,
.table-show-hide a:not([href]):not([tabindex]):hover {
    color: var(--primary-color)
}

@media (max-width:991px) {
    .table-show-hide {
        position: static
    }
}

td.details-control {
    cursor: pointer;
    background: url(../img/details_open.png) no-repeat center center
}

tr.details td.details-control {
    background: url(../img/details_close.png) no-repeat center center
}

.vmap-wrap {
    position: relative;
    width: 100%;
    height: 250px;
    margin-top: 20px
}

.jqvmap-zoomin,
.jvectormap-zoomin {
    position: absolute;
    z-index: 70;
    top: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.jqvmap-zoomin:hover,
.jqvmap-zoomout:hover,
.jvectormap-zoomin:hover,
.jvectormap-zoomout:hover {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff;
    border-color: var(--primary-color);
    background: var(--primary-color)
}

.jqvmap-zoomout,
.jvectormap-zoomout {
    position: absolute;
    z-index: 70;
    top: 0;
    left: 27px
}

.jqvmap-zoomin,
.jqvmap-zoomout,
.jvectormap-zoomin,
.jvectormap-zoomout {
    width: 28px;
    height: 28px;
    cursor: pointer;
    text-align: center;
    color: #545454;
    border: 1px solid #eaeaea;
    border-radius: 0;
    background: #fff;
    line-height: 28px
}

.jvectormap-label {
    position: absolute;
    z-index: 11;
    display: none;
    padding: 3px 5px;
    color: #fff;
    border: none;
    border-radius: 3px;
    background: rgba(0, 0, 0, .8);
    font-size: 12px
}

.fc-unthemed th.fc-day-header {
    padding: .7rem .5rem;
    font-size: 1rem;
    font-weight: 500
}

.fc-unthemed .fc-day-grid td:not(.fc-axis) {
    padding: .5rem
}

a:not([href]):not([tabindex]) {
    text-decoration: none;
    color: inherit
}

.fc-unthemed .fc-toolbar .fc-button {
    border: 1px solid #e5e9ec;
    background: #f8fafb;
    text-shadow: none !important;
    height: 2.75rem;
    padding: 0 1.25rem;
    outline: none !important;
    font-size: .9rem
}

.fc-unthemed .fc-toolbar .fc-button.fc-state-disabled {
    color: #aaacbb;
    background: #f4f5f7
}

.fc-unthemed .fc-toolbar .fc-button.fc-state-active,
.fc-unthemed .fc-toolbar .fc-button:active,
.fc-unthemed .fc-toolbar .fc-button:focus {
    color: #fff;
    border: 0;
    background: var(--primary-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none
}

.fc-unthemed .fc-toolbar h2 {
    margin-top: .7rem;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 500
}

.fc-event,
.fc-event-dot {
    background-color: #eef2f5
}

.fc-event {
    border: 1px solid #eef2f5
}

.d-fc-event-primary {
    border: none;
    background: var(--primary-color)
}

.d-fc-event-danger .fc-title,
.d-fc-event-info .fc-title,
.d-fc-event-primary .fc-title,
.d-fc-event-success .fc-title {
    color: #fff
}

.d-fc-event-success {
    border: none;
    background: #34bfa3
}

.d-fc-event-danger {
    border: none;
    background: #ff518a
}

.d-fc-event-warning {
    border: none;
    background: #eac459
}

.d-fc-event-info {
    border: none;
    background: var(--primary-color)
}

.fc-ltr .fc-h-event.fc-not-start {
    padding-left: 10px
}

.fc-day-grid-event {
    padding: 10px
}

.fc-popover .fc-header {
    padding: 6px
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    margin-top: 6px;
    font-size: .9em
}

.fc-event-container a {
    margin-bottom: 3px
}

.fc-popover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.fc-title {
    font-weight: 500
}

@media (max-width:992px) {
    .fc-unthemed .fc-toolbar .fc-button {
        height: 2rem
    }

    .fc-unthemed th.fc-day-header {
        padding: .3rem .5rem
    }

    .fc-unthemed .fc-toolbar {
        margin-bottom: 1.5rem
    }

    .fc-unthemed .fc-toolbar .fc-center,
    .fc-unthemed .fc-toolbar .fc-left,
    .fc-unthemed .fc-toolbar .fc-right {
        display: block;
        float: none;
        margin-bottom: 1rem;
        text-align: center
    }

    .fc-unthemed .fc-toolbar .fc-center h2,
    .fc-unthemed .fc-toolbar .fc-left h2,
    .fc-unthemed .fc-toolbar .fc-right h2 {
        float: none;
        text-align: center
    }

    .fc-unthemed .fc-toolbar .fc-center>.fc-button-group,
    .fc-unthemed .fc-toolbar .fc-left>.fc-button-group,
    .fc-unthemed .fc-toolbar .fc-right>.fc-button-group {
        display: inline-block;
        float: none
    }

    .fc-unthemed .fc-toolbar .fc-center>.fc-button,
    .fc-unthemed .fc-toolbar .fc-center>.fc-button-group>.fc-button,
    .fc-unthemed .fc-toolbar .fc-left>.fc-button,
    .fc-unthemed .fc-toolbar .fc-left>.fc-button-group>.fc-button,
    .fc-unthemed .fc-toolbar .fc-right>.fc-button,
    .fc-unthemed .fc-toolbar .fc-right>.fc-button-group>.fc-button {
        float: none
    }
}

.d-fc-event-accent-bg,
.fc-unthemed .fc-list-item.d-fc-event-accent .fc-event-dot {
    border-color: #34bfa3;
    background: #34bfa3
}

.fc-unthemed .fc-list-item.d-fc-event-red .fc-event-dot {
    border-color: #ff518a;
    background: #ff518a
}

.fc-unthemed .fc-list-item.d-fc-event-yellow .fc-event-dot {
    border-color: #eac459;
    background: #eac459
}

.fc-unthemed .fc-list-item.d-fc-event-blue .fc-event-dot {
    border-color: var(--primary-color);
    background: var(--primary-color)
}

.fc-unthemed .fc-list-item .fc-event-dot {
    border-color: #53505f;
    background: #53505f
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-item:hover td,
.fc-unthemed .fc-popover .fc-header {
    background: #f8fafb
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #e5e9ec
}

.fc-list-table td {
    padding: 15px
}

.calendar-event-list .fc-event {
    margin-bottom: 10px;
    padding: 10px;
    cursor: move;
    color: #2c2c2c
}

#calendar-external-events .fc-day-grid-event {
    padding: 5px
}

.brand {
    display: block;
    margin-bottom: 35px;
}

.login-wrapper {
    max-width: 450px;
    margin: auto;
    height: 100vh;
}

.form-signin {
    width: 100%;
    max-width: 510px;
    margin: auto;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}

.agent-form {
    max-width: 100%;
}

.form-signin .form-signin-heading {
    font-size: 24px;
    margin-bottom: 20px;
}

.form-signin .checkbox {
    margin-bottom: 10px;
    font-weight: 400
}

.fc-icon-left-single-arrow:after,
.fc-icon-right-single-arrow:after,
.form-group>label {
    font-weight: 400
}

.form-signin .form-control {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    padding: 6px 20px;
    font-size: var(--font-14)
}

.form-signin .form-control:focus {
    z-index: 2
}

.signin-gray-bg {
    background: #f2f6f9
}

.signin-body-background {
    background-image: url(../img/signin-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover
}

.form-lock {
    position: relative;
    max-width: 400px;
    margin: 15% auto;
    background: #fff
}

.form-control {
    border-color: #e5e9ec;
    font-size: 13px;
    line-height: 2
}

.form-text {
    font-size: .85rem
}

.col-form-label {
    padding-top: calc(.375rem + 5px)
}

.bd-example>.form-control+.form-control {
    margin-top: 1rem
}

.form-control:focus {
    border-color: var(--primary-color);
    -webkit-box-shadow: none;
    box-shadow: none
}

.select-wrapper:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control-square {
    border-radius: 0
}

.form-control-pill,
select.form-control-pill {
    border-radius: 40px
}

.select-wrapper.form-control-pill select.form-control,
.step legend,
select.form-control-square {
    border: none
}

.select-wrapper {
    display: inherit;
    padding: 0 10px;
    border: 1px solid #e5e9ec;
    border-radius: 0
}

.select-wrapper.form-control-pill:focus,
.select-wrapper:focus {
    border: 1px solid var(--primary-color);
    outline: none
}

.select-wrapper.form-control-pill {
    display: inherit;
    padding: 0 15px;
    border: 1px solid #e5e9ec;
    border-radius: 40px
}

.input-group-addon-bg-none {
    background: 0 0
}

.input-group-addon {
    border: 1px solid #e5e9ec
}

.form-check-input {
    margin-top: .4rem
}

.custom-control-input:disabled~.custom-control-indicator {
    background-color: #e9ecef !important
}

.control {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 30px;
    cursor: pointer;
    font-weight: 400;
    line-height: normal
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.control__indicator {
    position: absolute;
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #E3E3E3;
    border-radius: 2px;
    background: #fff
}

.control--radio .control__indicator {
    border-radius: 50%
}

.control input:checked~.control__indicator {
    border: none;
    background: var(--primary-color)
}

.control input:checked:focus~.control__indicator,
.control:hover input:not([disabled]):checked~.control__indicator {
    background: var(--primary-color)
}

.control input:disabled~.control__indicator {
    pointer-events: none;
    opacity: .6;
    background: #e6e6e6
}

.control__indicator:after {
    position: absolute;
    display: none;
    content: ""
}

.control input:checked~.control__indicator:after {
    display: block
}

.control--checkbox .control__indicator:after {
    top: 3px;
    left: 7px;
    width: 5px;
    height: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b
}

.control--radio .control__indicator:after {
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff
}

.control--radio input:disabled~.control__indicator:after {
    background: #7b7b7b
}

.control-outline input:checked~.control__indicator {
    border: none;
    background: var(--primary-color)
}

.control.control-outline input:checked~.control__indicator {
    border: 1px solid var(--primary-color);
    background: 0 0
}

.control.control-outline input:checked:focus~.control__indicator,
.control.control-outline:hover input:not([disabled]):checked~.control__indicator {
    border: 1px solid var(--primary-color);
    background: 0 0
}

.control-outline.control--checkbox .control__indicator:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid var(--primary-color);
    border-width: 0 2px 2px 0
}

.control.control-outline.control-outline-success input:checked~.control__indicator {
    border: 1px solid #34bfa3;
    background: 0 0
}

.control.control-outline.control-outline-success input:checked:focus~.control__indicator,
.control.control-outline.control-outline-success:hover input:not([disabled]):checked~.control__indicator {
    border: 1px solid #34bfa3;
    background: 0 0
}

.control-outline.control-outline-success.control--checkbox .control__indicator:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid #34bfa3;
    border-width: 0 2px 2px 0
}

.control.control-outline.control-outline-warning input:checked~.control__indicator {
    border: 1px solid #eac459;
    background: 0 0
}

.control.control-outline.control-outline-warning input:checked:focus~.control__indicator,
.control.control-outline.control-outline-warning:hover input:not([disabled]):checked~.control__indicator {
    border: 1px solid #eac459;
    background: 0 0
}

.control-outline.control-outline-warning.control--checkbox .control__indicator:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid #eac459;
    border-width: 0 2px 2px 0
}

.control.control-outline.control-outline-danger input:checked~.control__indicator {
    border: 1px solid #ff518a;
    background: 0 0
}

.control.control-outline.control-outline-danger input:checked:focus~.control__indicator,
.control.control-outline.control-outline-danger:hover input:not([disabled]):checked~.control__indicator {
    border: 1px solid #ff518a;
    background: 0 0
}

.control-outline.control-outline-danger.control--checkbox .control__indicator:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid #ff518a;
    border-width: 0 2px 2px 0
}

.control.control-outline.control-outline-info input:checked~.control__indicator {
    border: 1px solid var(--primary-color);
    background: 0 0
}

.control.control-outline.control-outline-info input:checked:focus~.control__indicator,
.control.control-outline.control-outline-info:hover input:not([disabled]):checked~.control__indicator {
    border: 1px solid var(--primary-color);
    background: 0 0
}

.control-outline.control-outline-info.control--checkbox .control__indicator:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid var(--primary-color);
    border-width: 0 2px 2px 0
}

.control-outline.control--radio .control__indicator:after {
    border-radius: 50%;
    background: var(--primary-color)
}

.control-outline.control-outline-info.control--radio .control__indicator:after {
    border-radius: 50%;
    background: var(--primary-color)
}

.control-outline.control-outline-success.control--radio .control__indicator:after {
    border-radius: 50%;
    background: #34bfa3
}

.control-outline.control-outline-warning.control--radio .control__indicator:after {
    border-radius: 50%;
    background: #eac459
}

.control-outline.control-outline-danger.control--radio .control__indicator:after {
    border-radius: 50%;
    background: #ff518a
}

.control--checkbox.control-solid .control__indicator:after {
    top: 4px;
    left: 8px
}

.control.control-solid.control-solid-primary input:checked~.control__indicator {
    background: var(--primary-color)
}

.control.control-solid.control-solid-info input:checked~.control__indicator {
    background: var(--primary-color)
}

.control.control-solid.control-solid-success input:checked~.control__indicator {
    background: #34bfa3
}

.control.control-solid.control-solid-warning input:checked~.control__indicator {
    background: #eac459
}

.control.control-solid.control-solid-danger input:checked~.control__indicator {
    background: #ff518a
}

.control-solid.control--radio .control__indicator:after {
    background: var(--primary-color)
}

.control-solid.control-solid-info.control--radio .control__indicator:after {
    background: var(--primary-color)
}

.control-solid.control-solid-success.control--radio .control__indicator:after {
    background: #34bfa3
}

.control-solid.control-solid-warning.control--radio .control__indicator:after {
    background: #eac459
}

.control-solid.control-solid-danger.control--radio .control__indicator:after {
    background: #ff518a
}

.dropzone {
    margin-right: auto;
    margin-left: auto;
    padding: 50px;
    border: 2px dashed #e5e9ec;
    border-radius: 4px;
    -o-border-image: none;
    border-image: none;
    background: #fff
}

.dropzone-primary {
    border: 2px dashed var(--primary-color)
}

.dropzone-info {
    border: 2px dashed var(--primary-color)
}

.dropzone-success {
    border: 2px dashed #34bfa3
}

.dropzone-warning {
    border: 2px dashed #eac459
}

.dropzone-danger {
    border: 2px dashed #ff518a
}

.btn-border {
    border-color: #e5e9ec
}

.btn-border:hover {
    background: #f1f3f4
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 10px 15px
}

.bootstrap-touchspin .input-group-btn-vertical {
    display: inline-block;
    width: auto
}

.bootstrap-touchspin .input-group-btn-vertical i {
    font-size: .8rem;
    top: 5px;
    left: 10px
}

.bootstrap-touchspin .form-control.bootstrap-touchspin-vertical-btn {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.ms-container .ms-list {
    border: 1px solid #e5e9ec;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ms-selectable .search-input,
.ms-selection .search-input {
    margin-bottom: 20px
}

.ms-container .ms-list.ms-focus {
    border-color: var(--primary-color);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
    background-color: var(--primary-color)
}

.irs-bar,
.irs-bar-edge,
.irs-line-left,
.irs-line-mid,
.irs-line-right,
.irs-slider {
    background: #e5e9ec
}

.irs {
    height: 40px
}

.irs-with-grid {
    height: 60px
}

.irs-line {
    top: 25px
}

.irs-line,
.irs-line-left,
.irs-line-mid,
.irs-line-right {
    height: 8px
}

.irs-bar,
.irs-bar-edge {
    top: 25px;
    height: 8px;
    background: #ed5565
}

.irs-bar-edge {
    width: 9px
}

.irs-shadow {
    top: 34px;
    height: 3px;
    opacity: .25;
    background: #000
}

.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25)
}

.irs-slider {
    top: 22px;
    width: 2px;
    height: 14px;
    background: #ed5565
}

.irs-from,
.irs-max,
.irs-min,
.irs-single,
.irs-to {
    text-shadow: none;
    font-size: 10px;
    line-height: 1.333
}

.irs-max,
.irs-min {
    top: 0;
    background: #e5e9ec;
    padding: 1px 3px;
    color: #8d8d8d;
    border-radius: 2px
}

.irs-from,
.irs-single,
.irs-to {
    padding: 1px 5px;
    color: #fff;
    border-radius: 10px;
    background: #ed5565
}

.irs-from:after,
.irs-single:after,
.irs-to:after {
    position: absolute;
    bottom: -6px;
    left: 50%;
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    margin-left: -3px;
    content: "";
    border: 3px solid transparent;
    border-top-color: #ed5565
}

.irs-grid-pol {
    background: #e1e4e9
}

.irs-grid-text {
    color: #999
}

.ion-primary .irs-bar,
.ion-primary .irs-bar-edge,
.ion-primary .irs-from,
.ion-primary .irs-single,
.ion-primary .irs-slider,
.ion-primary .irs-to {
    background: var(--primary-color)
}

.ion-primary .irs-from:after,
.ion-primary .irs-single:after,
.ion-primary .irs-to:after {
    border-top-color: var(--primary-color)
}

.ion-success .irs-bar,
.ion-success .irs-bar-edge,
.ion-success .irs-from,
.ion-success .irs-single,
.ion-success .irs-slider,
.ion-success .irs-to {
    background: #34bfa3
}

.ion-success .irs-from:after,
.ion-success .irs-single:after,
.ion-success .irs-to:after {
    border-top-color: #34bfa3
}

.ion-info .irs-bar,
.ion-info .irs-bar-edge,
.ion-info .irs-from,
.ion-info .irs-single,
.ion-info .irs-slider,
.ion-info .irs-to {
    background: var(--primary-color)
}

.ion-info .irs-from:after,
.ion-info .irs-single:after,
.ion-info .irs-to:after {
    border-top-color: var(--primary-color)
}

.ion-warning .irs-bar,
.ion-warning .irs-bar-edge,
.ion-warning .irs-from,
.ion-warning .irs-single,
.ion-warning .irs-slider,
.ion-warning .irs-to {
    background: #eac459
}

.ion-warning .irs-from:after,
.ion-warning .irs-single:after,
.ion-warning .irs-to:after {
    border-top-color: #eac459
}

.ion-danger .irs-bar,
.ion-danger .irs-bar-edge,
.ion-danger .irs-from,
.ion-danger .irs-single,
.ion-danger .irs-slider,
.ion-danger .irs-to {
    background: #ff518a
}

.ion-danger .irs-from:after,
.ion-danger .irs-single:after,
.ion-danger .irs-to:after {
    border-top-color: #ff518a
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.wizard>.content>.body input {
    border: 1px solid #e5e9ec
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #292b2c;
    position: relative;
    padding: .65rem 1rem;
    line-height: 1.25
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 .8rem
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    min-height: 40px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 7px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    top: 1px;
    right: 15px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default.select2-container--disabled .select2-selection--single {
    border: 1px solid #e5e9ec;
    background-color: #f2f6f9
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #e5e9ec;
    outline: none
}

.select2-container,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    outline: none
}

.select2-dropdown {
    border: none;
    -webkit-box-shadow: 0 10px 70px 0 rgba(108, 158, 195, .25);
    box-shadow: 0 10px 70px 0 rgba(108, 158, 195, .25)
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: rgb(0, 0, 0);
    background-color: #EEEEEE;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    color: rgb(0, 0, 0);
    background-color: #EEEEEE;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px var(--primary-color) solid;
    outline: 0;
    border-color: var(--primary-color)
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: var(--primary-color)
}

.has-info,
.has-info .form-text {
    color: var(--primary-color)
}

.has-info .has-input {
    border-color: var(--primary-color)
}

.has-success,
.has-success .form-text {
    color: #34bfa3
}

.has-success .has-input {
    border-color: #34bfa3
}

.has-warning,
.has-warning .form-text {
    color: #eac459
}

.has-warning .has-input {
    border-color: #eac459
}

.has-danger,
.has-danger .form-text {
    color: #ff518a
}

.has-danger .has-input {
    border-color: #ff518a
}

.feedback-icon-form .form-control-feedback {
    position: absolute;
    z-index: 2;
    top: 3px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    pointer-events: none;
    line-height: 34px
}

.feedback-icon-form .has-feedback .form-control-feedback {
    right: 15px
}

.error.help-block,
.has-error .help-block {
    color: #ff518a
}

.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label,
.ui.form .field.error .input,
.ui.form .field.error label,
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box,
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label,
.ui.form .fields.error .field .input,
.ui.form .fields.error .field label {
    color: #ff518a
}

.ui.grid>.row>.column {
    text-align: right;
    font-size: 14px;
    font-weight: 400
}

.ui.form .field.error input:not([type]),
.ui.form .field.error input[type=date],
.ui.form .field.error input[type=datetime-local],
.ui.form .field.error input[type=email],
.ui.form .field.error input[type=number],
.ui.form .field.error input[type=password],
.ui.form .field.error input[type=search],
.ui.form .field.error input[type=tel],
.ui.form .field.error input[type=text],
.ui.form .field.error input[type=time],
.ui.form .field.error input[type=url],
.ui.form .field.error select,
.ui.form .field.error textarea,
.ui.form .fields.error .field input:not([type]),
.ui.form .fields.error .field input[type=date],
.ui.form .fields.error .field input[type=datetime-local],
.ui.form .fields.error .field input[type=email],
.ui.form .fields.error .field input[type=number],
.ui.form .fields.error .field input[type=password],
.ui.form .fields.error .field input[type=search],
.ui.form .fields.error .field input[type=tel],
.ui.form .fields.error .field input[type=text],
.ui.form .fields.error .field input[type=time],
.ui.form .fields.error .field input[type=url],
.ui.form .fields.error .field select,
.ui.form .fields.error .field textarea {
    border-color: #ff518a
}

.ui.red.label,
.ui.red.labels .label {
    color: #fff !important;
    border-color: #ff518a !important;
    background-color: #ff518a !important
}

.ui.form .field {
    margin-bottom: 0
}

.form-wizard {
    position: relative;
    display: table;
    max-width: 540px;
    margin: 0 auto 30px
}

.form-wizard .steps {
    overflow: hidden;
    margin: 40px 0
}

.form-wizard .steps ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.form-wizard .steps ul li {
    position: relative;
    float: left;
    padding: 0 15px;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.form-wizard .steps ul li.active,
.form-wizard .steps ul li:hover {
    color: #292b2c
}

.form-wizard .steps ul li.active::after,
.form-wizard .steps ul li:hover::after {
    width: 100%;
    background: var(--primary-color)
}

.form-wizard .steps ul li::before {
    position: absolute;
    top: 20px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form-wizard .steps ul li span,
.form-wizard .steps ul li::after,
.form-wizard .steps ul li::before {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: #e5e9ec
}

.form-wizard .steps ul li::after {
    top: 20px;
    left: -50%;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    height: 2px;
    width: 0
}

.form-wizard .steps ul li span {
    position: relative;
    z-index: 1;
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto 15px;
    text-align: center;
    color: #000;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 300;
    line-height: 35px
}

.form-wizard .steps ul li:first-child::after,
.form-wizard .steps ul li:first-child::before {
    display: none
}

.form-container {
    left: 100%;
    display: none;
    clear: both;
    padding: 30px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 10px 70px 0 rgba(108, 158, 195, .25);
    box-shadow: 0 10px 70px 0 rgba(108, 158, 195, .25)
}

.aws-container .aws-tooltip span,
.form-container.active,
.step label,
.stepy-titles li span {
    display: block
}

.form-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 18px
}

.stepy-tab {
    margin: 40px 0;
    text-align: center
}

.stepy-tab ul {
    display: inline-block;
    list-style: none
}

.button-back,
.stepy-tab ul li {
    float: left
}

.button-next,
.finish {
    float: right
}

.button-back,
.button-next,
.finish {
    cursor: pointer;
    text-decoration: none
}

.step {
    clear: left
}

.stepy-titles li {
    float: left;
    margin: 10px 15px;
    cursor: pointer;
    color: #757575
}

.stepy-titles li div,
.stepy-titles li.current-step div {
    width: auto;
    height: 50px;
    border-radius: 50px;
    line-height: 50px
}

.stepy-titles li.current-step div {
    cursor: auto;
    color: #fff;
    background: #ff518a
}

.stepy-titles li div {
    padding: 0 40px;
    font-size: 16px;
    font-weight: 300
}

.wizard>.content {
    min-height: 25em;
    margin: .5em;
    border: 1px solid #e5e9ec;
    background: #fff
}

.stepy-titles li div,
.wizard>.steps .disabled a,
.wizard>.steps .disabled a:active,
.wizard>.steps .disabled a:hover {
    color: #fff;
    background: #7a88a7
}

.wizard>.steps .current a,
.wizard>.steps .current a:active,
.wizard>.steps .current a:hover {
    color: #fff;
    background: var(--primary-color)
}

.wizard>.content>.body input:focus {
    border: 1px solid var(--primary-color)
}

.wizard>.content>.body label.error {
    margin-left: 0;
    color: #ff518a
}

.wizard>.content>.body input.error {
    margin-right: 10px;
    color: #ff518a;
    border: 1px solid #ff518a;
    background: #ffd9e6
}

.wizard>.steps .done a,
.wizard>.steps .done a:active,
.wizard>.steps .done a:hover {
    color: #fff;
    background: #dec6fb
}

.wizard>.steps .number {
    display: inline-block;
    width: 80px;
    height: 50px;
    margin-right: 10px;
    text-align: center;
    border-radius: 5px 0 0 5px;
    background: rgba(0, 0, 0, .08);
    font-size: 13px;
    line-height: 50px
}

.wizard>.steps a,
.wizard>.steps a:active,
.wizard>.steps a:hover {
    padding: 0
}

.wizard>.actions a,
.wizard>.actions a:active,
.wizard>.actions a:hover {
    background: var(--primary-color)
}

.wizard>.actions .disabled a,
.wizard>.actions .disabled a:active,
.wizard>.actions .disabled a:hover {
    color: #282a39;
    border: 1px solid #e5e9ec;
    background: #fff
}

.wizard>.content>.body ul {
    list-style: none !important
}

.tgl {
    display: none
}

.tgl,
.tgl *,
.tgl :after,
.tgl :before,
.tgl+.tgl-btn,
.tgl:after,
.tgl:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tgl ::-moz-selection,
.tgl :after::-moz-selection,
.tgl :before::-moz-selection,
.tgl+.tgl-btn::-moz-selection,
.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection {
    background: 0 0
}

.tgl ::-moz-selection,
.tgl :after::-moz-selection,
.tgl :before::-moz-selection,
.tgl+.tgl-btn::-moz-selection,
.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection {
    background: 0 0
}

.tgl ::-moz-selection,
.tgl :after::-moz-selection,
.tgl :before::-moz-selection,
.tgl+.tgl-btn::-moz-selection,
.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection {
    background: 0 0
}

.tgl ::-moz-selection,
.tgl :after::-moz-selection,
.tgl :before::-moz-selection,
.tgl+.tgl-btn::-moz-selection,
.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection {
    background: 0 0
}

.tgl ::selection,
.tgl :after::selection,
.tgl :before::selection,
.tgl+.tgl-btn::selection,
.tgl::selection,
.tgl:after::selection,
.tgl:before::selection {
    background: 0 0
}

.tgl+.tgl-btn {
    position: relative;
    display: block;
    width: 4em;
    height: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0
}

.tgl+.tgl-btn:after {
    display: block
}

.tgl+.tgl-btn:after,
.tgl+.tgl-btn:before {
    position: relative;
    width: 50%;
    height: 100%;
    content: ""
}

.tgl+.tgl-btn:after {
    left: 0
}

.tgl+.tgl-btn:before {
    display: none
}

.tgl:checked+.tgl-btn:after {
    left: 50%
}

.tgl-light+.tgl-btn {
    padding: 2px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 2em;
    background: #f0f0f0
}

.tgl-light+.tgl-btn:after {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 50%;
    background: #fff
}

.tgl-light:checked+.tgl-btn {
    background: #9fd6ae
}

.tgl-ios+.tgl-btn {
    padding: 2px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #e8eae9;
    border-radius: 2em;
    background: #fbfbfb
}

.tgl-ios+.tgl-btn:after {
    -webkit-transition: left .3s cubic-bezier(.175, .885, .32, 1.275), padding .3s ease, margin .3s ease;
    -o-transition: left .3s cubic-bezier(.175, .885, .32, 1.275), padding .3s ease, margin .3s ease;
    transition: left .3s cubic-bezier(.175, .885, .32, 1.275), padding .3s ease, margin .3s ease;
    border-radius: 2em;
    background: #fbfbfb;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 4px 0 rgba(0, 0, 0, .08)
}

.tgl-ios+.tgl-btn:hover:after {
    will-change: padding
}

.tgl-ios+.tgl-btn:active {
    -webkit-box-shadow: inset 0 0 0 2em #e8eae9;
    box-shadow: inset 0 0 0 2em #e8eae9
}

.tgl-ios+.tgl-btn:active:after {
    padding-right: .8em
}

.tgl-ios:checked+.tgl-btn {
    background: #86d993
}

.tgl-ios:checked+.tgl-btn:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.tgl-ios:checked+.tgl-btn:active:after {
    margin-left: -.8em
}

.tgl-skewed+.tgl-btn {
    overflow: hidden;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    background: #45567c;
    font-family: sans-serif;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tgl-skewed+.tgl-btn:after,
.tgl-skewed+.tgl-btn:before {
    position: absolute;
    display: inline-block;
    width: 100%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 2em
}

.tgl-skewed+.tgl-btn:after {
    left: 100%;
    content: attr(data-tg-on)
}

.tgl-skewed+.tgl-btn:before {
    left: 0;
    content: attr(data-tg-off)
}

.tgl-skewed+.tgl-btn:active {
    background: #45567c
}

.tgl-skewed+.tgl-btn:active:before {
    left: -10%
}

.tgl-skewed:checked+.tgl-btn {
    background: #86d993
}

.tgl-skewed:checked+.tgl-btn:before {
    left: -100%
}

.tgl-skewed:checked+.tgl-btn:after {
    left: 0
}

.tgl-skewed:checked+.tgl-btn:active:after {
    left: 10%
}

.tgl-flat+.tgl-btn,
.tgl-flat+.tgl-btn:after {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.tgl-flat+.tgl-btn {
    padding: 2px;
    border: 4px solid #f2f2f2;
    background: #fff;
    border-radius: 2em
}

.tgl-flat+.tgl-btn:after {
    content: "";
    border-radius: 1em;
    background: #f2f2f2
}

.tgl-flat:checked+.tgl-btn {
    border: 4px solid #7fc6a6
}

.tgl-flat:checked+.tgl-btn:after {
    left: 50%;
    background: #7fc6a6
}

.tgl-flip+.tgl-btn {
    padding: 2px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-family: sans-serif;
    -webkit-perspective: 100px;
    perspective: 100px
}

.tgl-flip+.tgl-btn:after,
.tgl-flip+.tgl-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    line-height: 2em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tgl-flip+.tgl-btn:after {
    content: attr(data-tg-on);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    background: #02c66f
}

.tgl-flip+.tgl-btn:before {
    background: #ff3a19;
    content: attr(data-tg-off);
    background: #45567c
}

.tgl-flip+.tgl-btn:active:before {
    -webkit-transform: rotateY(-20deg);
    transform: rotateY(-20deg)
}

.tgl-flip:checked+.tgl-btn:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.tgl-flip:checked+.tgl-btn:after {
    left: 0;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    background: #7fc6a6
}

.tgl-flip:checked+.tgl-btn:active:after {
    -webkit-transform: rotateY(20deg);
    transform: rotateY(20deg)
}

.tgl-flat.tgl-flat-primary:checked+.tgl-btn:after,
.tgl-primary:checked+.tgl-btn {
    background: var(--primary-color)
}

.tgl-flat.tgl-flat-info:checked+.tgl-btn:after,
.tgl-info:checked+.tgl-btn {
    background: var(--primary-color)
}

.tgl-flat.tgl-flat-success:checked+.tgl-btn:after,
.tgl-success:checked+.tgl-btn {
    background: #34bfa3
}

.tgl-flat.tgl-flat-warning:checked+.tgl-btn:after,
.tgl-warning:checked+.tgl-btn {
    background: #eac459
}

.tgl-danger:checked+.tgl-btn,
.tgl-flat.tgl-flat-danger:checked+.tgl-btn:after {
    background: #ff518a
}

.tgl-flat.tgl-flat-primary:checked+.tgl-btn {
    border: 4px solid var(--primary-color)
}

.tgl-flat.tgl-flat-info:checked+.tgl-btn {
    border: 4px solid var(--primary-color)
}

.tgl-flat.tgl-flat-success:checked+.tgl-btn {
    border: 4px solid #34bfa3
}

.tgl-flat.tgl-flat-warning:checked+.tgl-btn {
    border: 4px solid #eac459
}

.tgl-flat.tgl-flat-danger:checked+.tgl-btn {
    border: 4px solid #ff518a
}

.tgl-flip.tgl-flip-primary:checked+.tgl-btn:after {
    background: var(--primary-color)
}

.tgl-flip.tgl-flip-info:checked+.tgl-btn:after {
    background: var(--primary-color)
}

.tgl-flip.tgl-flip-success:checked+.tgl-btn:after {
    background: #34bfa3
}

.tgl-flip.tgl-flip-warning:checked+.tgl-btn:after {
    background: #eac459
}

.tgl-flip.tgl-flip-danger:checked+.tgl-btn:after {
    background: #ff518a
}

.error-wrap {
    position: relative;
    z-index: 10;
    display: inline-block;
    margin-top: 30%;
    padding: 20px;
    background: rgba(255, 255, 255, .9)
}

.error-wrap h1 {
    margin: 0;
    font-size: 100px;
    font-weight: 700
}

.error-wrap .btn {
    padding: 12px 40px;
    font-size: 14px
}

.error-img {
    position: absolute;
    right: 5%;
    bottom: 3%;
    left: auto
}

.border-bottom-1 {
    border-bottom: 1px solid #e5e9ec
}

.profile-img {
    position: relative;
    width: 100%;
    height: 300px;
    background: url(../img/profile.jpg) no-repeat;
    background-size: cover
}

.profile-text-shadow {
    text-shadow: 0 0 3px rgba(0, 0, 0, .8)
}

.profile-status .form-control {
    border: none
}

.profile-status .nav.nav-pills .nav-link,
.profile-status .nav.nav-tabs .nav-link {
    color: #53505f
}

.profile-status .nav.nav-pills .nav-link.active {
    color: #fff
}

.profile-timeline {
    padding: 0;
    list-style: none
}

.profile-timeline li {
    display: inline-block;
    width: 100%;
    padding: 15px 0 0;
    border-top: 1px solid #e5e9ec
}

.profile-timeline li .profile-timeline-thumb {
    float: left;
    width: 50px;
    margin-right: 10px
}

.profile-timeline li .profile-timeline-thumb img {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.profile-timeline li .profile-timeline-thumb-desk {
    float: left;
    width: 90%;
    padding-bottom: 15px;
    color: #292b2c
}

.profile-timeline li .profile-timeline-thumb-desk span {
    display: block;
    color: #53505f
}

.profile-timeline li .profile-timeline-thumb-desk .profile-gallery a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px
}

.profile-timeline li .profile-timeline-thumb-desk .profile-gallery a img {
    max-width: 200px;
    height: auto
}

.profile-timeline ul {
    padding-left: 50px
}

.profile-timeline ul .profile-timeline-thumb {
    float: left;
    width: 35px;
    margin-right: 10px
}

.profile-timeline ul .profile-timeline-thumb img {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%
}

.aws-container {
    overflow: hidden;
    border-radius: 5px;
    background-color: var(--primary-color)
}

.aws-container .aws-content {
    padding: 32px
}

.aws-container .aws-content nav {
    margin-bottom: 60px;
    font-size: 16px
}

.aws-container .aws-content nav span {
    margin: 0 10px;
    cursor: pointer;
    color: #fff
}

.aws-container .aws-content nav span.aws-active {
    padding: 3px 8px;
    color: #fff;
    border-radius: 4px;
    background: rgba(0, 0, 0, .2)
}

.aws-container .aws-details {
    position: relative;
    overflow: hidden;
    height: 100px;
    background-color: #fefefe
}

.aws-container .aws-details:after {
    position: absolute;
    z-index: 1;
    top: 26px;
    right: 50%;
    bottom: 28px;
    width: 1px;
    content: " ";
    background-color: #e8e8e8
}

@media (max-width:575px) {
    .aws-container .aws-details:after {
        background: 0 0
    }
}

.aws-container .aws-details .aws-block-info {
    padding: 26px 15px 28px
}

.aws-container .aws-details .aws-block-info h3 {
    margin: 0 0 5px;
    color: #4a4a4a;
    font-size: 24px
}

@media (max-width:1024px) {
    .aws-container .aws-details .aws-block-info h3 {
        font-size: 16px
    }
}

.aws-container,
.aws-container .aws-details .aws-block-info h3[data-status] {
    position: relative
}

.aws-container .aws-details .aws-block-info h3[data-status]:before {
    position: absolute;
    top: 8px;
    width: 0;
    height: 0;
    content: " ";
    border-right: 6px solid transparent;
    border-left: 6px solid transparent
}

.aws-container .aws-details .aws-block-info h3[data-status] span {
    padding-left: 22px
}

.aws-container .aws-details .aws-block-info h3[data-status=up]:before {
    border-bottom: 8px solid var(--primary-color)
}

.aws-container .aws-details .aws-block-info h3[data-status=down]:before {
    border-top: 8px solid var(--primary-color)
}

.aws-container .aws-details .aws-block-info h5 {
    margin: 0;
    color: #9d9c9c;
    font-size: 12px
}

.aws-container .aws-tooltip {
    position: absolute;
    z-index: 99;
    width: 120px;
    padding: 9px;
    text-align: center;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 1px 1px .5px .5px rgba(0, 0, 0, .3);
    box-shadow: 1px 1px .5px .5px rgba(0, 0, 0, .3)
}

.aws-container .aws-tooltip.aws-for-file {
    width: 160px
}

.aws-container .aws-tooltip:after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -6px;
    content: " ";
    border-top: 8px solid rgba(255, 255, 255, .8);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent
}

.aws-container .aws-tooltip span:nth-child(1) {
    font-size: 11px !important
}

.aws-container .aws-tooltip span:nth-child(2) {
    font-size: 13px !important
}

.jqstooltip {
    width: 35px;
    height: 22px !important
}

/* ================= new css ====================  */
.font-30 {
    font-size: var(--font-30);
}

.font-24 {
    font-size: var(--font-24);
}

.font-14 {
    font-size: var(--font-14);
}

.font-12 {
    font-size: var(--font-12);
}

.font-10 {
    font-size: var(--font-10);
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

body {
    font-size: var(--font-14);
    color: #333;
}

.has-bg {
    background-color: #f7f7f7;
    height: 100vh;
}

.h1,
h1 {
    font-size: 30px;
}

.text-primary {
    color: var(--primary-color);
}

.h-100-vh {
    height: 100vh;
}

.input-group-addon {
    background: #E8F7FF;
    color: var(--primary-color);
    border: 1px solid #E3E3E3;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-control {
    border-radius: 5px;
    border-color: #E3E3E3;
}

.form-group label {
    margin-bottom: 10px;
}

.search-input {
    position: relative;
    min-width: 320px;
    padding-left: 15px;
}

.search-input .form-control {
    border-radius: 100px !important;
    padding: 5px 15px;
    background: #ffffff;
    border-color: #01AFEE;
    padding-left: 35px;
}

.search-input .form-control::-webkit-input-placeholder {
    color: rgb(0, 0, 0);
}

.search-input .form-control::-moz-placeholder {
    color: #000;
}

.search-input .form-control:-ms-input-placeholder {
    color: #000;
}

.search-input .form-control::-ms-input-placeholder {
    color: #000;
}

.search-input .form-control::placeholder {
    color: #000;
}

.search-input .input-group-prepend {
    position: absolute;
    top: 0px;
    left: 30px;
    z-index: 9;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-group {
    color: #6A6A6A;
}

.mb-30 {
    margin-bottom: 30px;
}

.welcome-card {
    background: url(../img/greeting-bg.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    min-height: 235px;
}

.welcome-card .card-header {
    background-color: transparent;
}

.welcome-card .btn {
    background-color: #fff;
    padding: 8px 30px;
    color: var(--primary-color);
    border: none;
}

.welcome-card .card-title {
    font-size: var(--font-24) !important;
    margin-bottom: 15px;
}

.theme-btn-light {
    background-color: var(--light-theme) !important;
    color: var(--primary-color);
    border-color: transparent;
    padding: 8px 30px;
}

.user-profile {
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
}

.btn-danger {
    background-color: var(--danger-color);
    border-color: var(--danger-color-dark);
}

.user-avatar img {
    border: 2px solid #fff !important;
}

/* roles  */
#roles_table tr td:first-child,
#roles_table tr th:first-child {
    text-align: center;
    max-width: 40px;
}

#roles_table tr td:last-child::before,
#roles_table tr th:last-child::before,
#roles_table tr td:last-child::after,
#roles_table tr th:last-child::after {
    display: none;
}

#roles_table tr th:last-child {
    padding-right: 20px;
}

#customerType tr td:first-child,
#customerType tr th:first-child {
    text-align: center;
}

#customerType tr td:last-child,
#customerType tr th:last-child {
    max-width: 30px;
}

#customerType tr th:last-child {
    padding-right: 40px;
}

#customerType tr td:last-child::before,
#customerType tr th:last-child::before,
#customerType tr td:last-child::after,
#customerType tr th:last-child::after {
    display: none;
}

#returnTickets tr td:first-child,
#returnTickets tr th:first-child {
    text-align: center;
}

.dataTables_paginate {
    padding: 0px !important;
    margin: 0px;
    margin-top: 20px !important;
}

.dataTables_info {
    margin-top: 20px !important;
    padding: 0px !important;
}

.breadcrumb {
    padding: 0px;
    font-size: 14px;
}

.breadcrumb-item a {
    color: #02c66f;
}

.table tfoot th,
.table thead th {
    background: #F6F6F6;
}

.border,
.table td,
.table th {
    border-color: #e3e3e3 !important;
}

.table td,
.table th {
    padding: 15px;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 16px;
}

.allocate-card {
    margin-top: 35px;
    min-height: 200px;
    max-height: 200px;
    overflow: hidden;
    border: 1px solid #E3E3E3;
    border-radius: 5px 5px 0px 0px;
    position: relative;
}

.allocate-card h5 {
    font-size: 16px;
    font-weight: 500;
    padding: 8px;
    border-radius: 5px 5px 0px 0px;
    background-color: #EEEEEE;
    border-bottom: 0px;
    text-align: center;
}

.allocate-card .body {
    padding: 10px;
}

.allocate-card ul {
    max-height: calc(100% - 50px);
    overflow: auto;
    position: absolute;
    width: 100%;
    left: 0px;
    padding-left: 15px;
    margin: 0px;
}

/* width */
.allocate-card ul::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.allocate-card ul::-webkit-scrollbar-track {
    background: #EEEEEE;
}

/* Handle */
.allocate-card ul::-webkit-scrollbar-thumb {
    background: #E1E1E1;
}

/* Handle on hover */
.allocate-card ul::-webkit-scrollbar-thumb:hover {
    background: #d1d1d1;
}

.h-150 {
    height: 150px;
}

.select2-results__option {
    padding: 10px;
    line-height: 1;
}

.select2-results__options {
    border: 1px solid #dddddd;
    border-radius: 4px;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 80px;
    display: inline-block;
    margin: 0px 5px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    margin-left: 10px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ECECEC;
    border: 1px solid #E3E3E3;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 5px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: var(--primary-color);
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch-wrapper span {
    line-height: 2.5;
    font-weight: 500;
    vertical-align: middle;
}

/* .container-fluid {
    max-width: calc(100vw - 265px);
} */
.btn-light-blue {
    background-color: #65CBFA;
    border-color: #65CBFA;
}

.btn-light-blue:hover,
.btn-light-blue:focus {
    background-color: #00a9f7;
    border-color: #00a9f7;
}

.return-card .btn {
    min-width: 100px;
}

/* mandip */
.hl-26 {
    line-height: 26px;
}

.search-icon {
    position: absolute;
    top: 1px;
    right: 1px;
    background: #00a9f7;
    color: white;
    height: calc(100% - 2px);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 31px;
    border-radius: 100px;
    right: 4px;
    top: 4px;
}

.mt-35 {
    margin-top: 35px;
}

.dpYears .input-group-addon {
    width: auto;
    height: auto;
}

.h-40 {
    height: 40px;
}

.dpYears .input-group-addon {
    background: #F7F7F7;
    color: #6A6A6A;
    padding: 8px 10px;
}

.datepicker td,
.datepicker th {
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 0px;
    text-align: center;
    cursor: pointer;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled],
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active:hover:active {
    background-color: var(--primary-color);
    color: #fff;
}

th.dow {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}

label strong {
    font-weight: 500;
}

.dataTables_wrapper .dataTables_filter>input {
    width: 215px !important;
    margin-left: auto;
    border-radius: 100px;
    padding-right: 40px;
}

.search-icon.squere {
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
}

.dataTables_wrapper .dataTables_filter {
    position: relative;
}

table.dataTable {
    margin-top: 0px !important;
}

.modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.modal-dialog-centered .modal-content {
    width: 100%;
}

.modal-header .close {
    cursor: pointer;
}

.control--radio .control__indicator:after {
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
}

.control--radio .control__indicator {
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #e3e3e3;
    /* border-radius: 2px; */
    background: #fff;
}

.control--radio.control {
    padding-left: 25px;
    margin-right: 5px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.upload-file-wrapper {
    padding: 20px;
    border: 2px dashed #e3e3e3;
}

.upload-park-img {
    position: relative;
    width: auto;
}

.remove-icon {
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    background-color: var(--danger-color);
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 15px;
}

.gallery img {
    max-width: 100%;
}

.terms-condition li {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
}

.nav.nav-pills .nav-link,
.nav.nav-tabs .nav-link {
    text-align: left;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-bottom: 1px solid #E3E3E3;
    font-size: 16px;
    font-weight: 500;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #E3E3E3;
    border: none;
    border-bottom: 1px solid #00a9f7;
}

.main-tab-content {
    border: 1px solid #E3E3E3;
    margin-top: -1px;
    padding: 10px;
}

.main-tab-content .tab-content {
    padding: 15px;
}

.main-tab-content .tab-content h1 {
    font-size: 20px;
}

.btn-default {
    background-color: #F3F3F3;
    border: 1px solid #E3E3E3;
}

.filter-designation i {
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
}

.filter-designation input {
    min-width: 250px;
    /* padding-left: 30px; */
    padding-right: 40px;
}

.attraction-card .card-img {
    overflow: hidden;
    cursor: pointer;
}

.attraction-card .card-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: brightness(.7);
    filter: brightness(.7);
}

.attraction-card img {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 5px 5px 0px 0px;
    max-width: 100%;
}

.attraction-card .attraction-detail {
    padding: 15px;
    -webkit-box-shadow: 0px 3px 6px #00000016;
    box-shadow: 0px 3px 6px #00000016;
    font-size: 12px;
    color: #6A6A6A;
    margin-bottom: 20px;
}

.attraction-detail p {
    min-height: 90px;
    text-align: center;
    font-weight: 500;
    color: #777;
}

.attraction-card .attraction-detail .title {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    height: 40px;
}

.min-250 {
    min-width: 250px;
}

.font-16 {
    font-size: 16px;
}

.border-radius-0 {
    border-radius: 0px !important;
}

.font-medium {
    font-weight: 500;
}

.attraction-list-view .policy-list div:first-child {
    margin-right: 10px;
}

.attraction-list-view .policy-list {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.attraction-list-view .policy-list div {
    color: var(--primary-color);
}

.attraction-list-view .policy-list div i {
    margin-right: 5px;
}

.attraction-list-view .attraction-detail-inline {
    color: #8B8B8B;
}

.attraction-list-view .attraction-detail-inline span {
    margin: 0px 5px;
}

.attraction-list-view .attraction-card {
    -webkit-box-shadow: 0px 0px 10px #00000016;
    box-shadow: 0px 0px 10px #00000016;
    border-radius: 5px;
}

.attraction-list-view img {
    /* height: 100%; */
    height: 245.56px;
    -o-object-fit: cover;
    object-fit: cover;
}

.attraction-list-view .labels .btn {
    padding: 5px 10px;
    max-width: 150px;
    font-size: 12px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #F8F8F8;
    opacity: 1;
    border-color: #E2E2E2;
}

.fa-star-o {
    color: #000;
}

.star-filled {
    color: #FFD447;
}

.facility-icons i {
    width: 32px;
    height: 32px;
    background-color: #ECECEC;
    color: #8B8B8B;
    text-align: center;
    line-height: 32px;
    margin-right: 5px;
    display: inline-block;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 1px;
}

.back-btn {
    height: 40px;
    min-width: 110px;
    position: relative;
    margin-right: 20px !important;
    padding-right: 20px;
}

.back-btn i {
    width: 45px;
    height: 45px;
    position: absolute;
    background: #fff;
    border-radius: 100%;
    top: -3px;
    color: #00a9f7;
    line-height: 45px;
    font-size: 20px;
    right: -20px;
    border: 1px solid var(--primary-color);
}

.tour-dropdown {
    margin: 0px !important;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 0px !important;
    right: 0px;
}

.tour-dropdown a {
    padding: 10px;
    line-height: 1;
    color: #333;
    font-weight: normal;
}

.tour-dropdown a:hover {
    color: rgb(0, 0, 0);
    background-color: #EEEEEE;
}

.tour-dropdown .search-filter {
    padding: 8px;
}

.tour-dropdown .search-filter .form-control {
    padding: 5px 10px;
}

.text-underline {
    text-decoration: underline;
}

.top-up-tabs .nav-link {
    font-size: 16px;
    background-color: transparent;
}

.top-up-tabs .nav-link.active {
    background-color: transparent;
    color: var(--primary-color);
}

.top-up-tabs .tab-content {
    border: none;
    padding: 30px 0px 0px;
}

.top-up-tabs .nav-tabs .nav-link {
    border-left: none;
    border-right: none;
    border-top: none;
}

.top-up-tabs .card p {
    margin-bottom: 10px;
    color: #8B8B8B;
    font-size: 12px;
}

.top-up-tabs .card p i {
    margin-right: 5px;
}

.top-up-tabs .card h2 {
    color: var(--primary-color);
}

.mb-40 {
    margin-bottom: 40px;
}

.table-checkbox .max-20 {
    max-width: 40px;
    padding-right: 15px !important;
}

.table-checkbox .control {
    margin-bottom: 20px;
}

.welcome.header-fixed .app-header {
    background-color: #fff;
}

.welcome header.navbar .navbar-brand {
    border: none;
}

.welcome .search-input .form-control::-webkit-input-placeholder,
.search-input .form-control::-webkit-input-placeholder {
    border-color: #E3E3E3;
    background-color: #fff;
    color: #000000;
}

.welcome .search-input .form-control::-moz-placeholder,
.search-input .form-control::-moz-placeholder {
    border-color: #E3E3E3;
    background-color: #fff;
    color: #000000;
}

.welcome .search-input .form-control:-ms-input-placeholder,
.search-input .form-control:-ms-input-placeholder {
    border-color: #E3E3E3;
    background-color: #fff;
    color: #000000;
}

.welcome .search-input .form-control::-ms-input-placeholder,
.search-input .form-control::-ms-input-placeholder {
    border-color: #E3E3E3;
    background-color: #fff;
    color: #000000;
}

.welcome .search-input .form-control::-webkit-input-placeholder,
.search-input .form-control::-webkit-input-placeholder {
    border-color: #E3E3E3;
    background-color: #fff;
    color: #000000;
}

.welcome .search-input .form-control::-moz-placeholder,
.search-input .form-control::-moz-placeholder {
    border-color: #E3E3E3;
    background-color: #fff;
    color: #000000;
}

.welcome .search-input .form-control:-ms-input-placeholder,
.search-input .form-control:-ms-input-placeholder {
    border-color: #E3E3E3;
    background-color: #fff;
    color: #000000;
}

.welcome .search-input .form-control::-ms-input-placeholder,
.search-input .form-control::-ms-input-placeholder {
    border-color: #E3E3E3;
    background-color: #fff;
    color: #000000;
}

.welcome .search-input .form-control,
.welcome .search-input .form-control::placeholder,
.search-input .form-control::placeholder {
    border-color: #E3E3E3;
    background-color: #fff;
    color: #000000;
}

.welcome .search-input .form-control::-moz-placeholder {
    border-color: #E3E3E3;
    background-color: #fff;
    color: #6A6A6A;
}

.welcome .search-input .form-control:-ms-input-placeholder {
    border-color: #E3E3E3;
    background-color: #fff;
    color: #6A6A6A;
}

.welcome .search-input .form-control::-ms-input-placeholder {
    border-color: #E3E3E3;
    background-color: #fff;
    color: #6A6A6A;
}

.welcome .search-input .form-control::-webkit-input-placeholder {
    border-color: #E3E3E3;
    background-color: #fff;
    color: #6A6A6A;
}

.welcome .search-input .form-control,
.welcome .search-input .form-control::placeholder {
    border-color: #E3E3E3;
    background-color: #fff;
    color: #6A6A6A;
}

.welcome .search-input .input-group-prepend {
    color: #6A6A6A;
}

.welcome .carousel {
    position: relative;
    max-height: 400px;
}

.welcome .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #FFFFFF;
    opacity: .6;
    cursor: pointer;
}

.welcome .carousel-indicators li.active {
    background-color: var(--primary-color);
    opacity: 1;
}

.column-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #222;
    width: 100%;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}

.column-5 .item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 15px;
    background: #f3f6f9;
    border-radius: 4px;
    position: relative;
    padding-left: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3 - 10px);
    flex: 0 0 calc(100% / 3 - 10px);
    margin: 0px 5px 0px;
    text-align: left !important;
}

.column-5 .item span {
    display: block;
    width: 100%;
    font-size: 13px;
}

.column-5 .item-title {
    font-weight: 600;
    font-size: 14px;
}

.column-5 .item i {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 25px;
    margin: 0px;
}

.designation-section {
    margin-top: 35px;
}

.column-5 i {
    font-size: 20px;
    color: var(--primary-color);
    margin-right: 10px;
}

.designation-section .container {
    max-width: 1200px;
}

.designation-section .item-card {
    position: relative;
    margin-bottom: 30px;
}

.welcome .card {
    border-radius: 10px;
}


/* mandip 23-03 */
.left-sidebar-hidden .left-sidebar .sidebar-menu {
    width: 50px;
    overflow: visible;
}

.left-sidebar-hidden .sidebar-menu>ul>li>ul.sub {
    display: none !important;
}

.left-sidebar-hidden .sidebar-menu>ul>li>ul.sub.show,
.left-sidebar-hidden .sidebar-menu>ul>li>ul.sub.collapsing {
    display: block !important;
}

.left-sidebar-hidden .sidebar-menu>ul>li>ul.sub {
    position: absolute;
    left: 50px;
    top: 0px;
    z-index: -3;
    padding-top: 15px;
    background: #ffffff;
    /* height: max-content; */
    /* transition: all .3s !important; */
    /* overflow: visible !important; */
    width: 200px;
    margin: 0px;
    float: left;
    -webkit-box-shadow: 0px 0px 10px #00000029;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 5px !important;
    /* overflow: hidden !important; */
    /* display: block !important; */
    /* width: 50px; */
    /* opacity: 0; */
}

.left-sidebar-hidden .sidebar-menu>ul>li>ul.sub#reports {
    height: 200px !important;
    overflow: auto !important;
}

.left-sidebar-hidden .sidebar-menu ul li ul.sub li {
    background: #ffffff;
    padding-left: 10px;
}

.left-sidebar-fixed.left-sidebar-hidden .app-footer,
.left-sidebar-fixed.left-sidebar-hidden .main-content {
    margin-left: 50px;
}

.dropdown-custom {
    overflow: auto;
    width: calc(100% - 138px);
    height: 280px;
    background-color: white;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 1px 30px 1px rgb(0 0 0 / 45%);
    box-shadow: 0 1px 30px 1px rgb(0 0 0 / 45%);
    position: absolute;
    z-index: 9;
    top: 40px;
    left: 137px;
    border-radius: 4px;
}

.dropdown-listmenu {
    background-color: #f3f3f3;
    height: 100%;
}

.dropdown-custom .nav.nav-pills .nav-link,
.dropdown-custom .nav.nav-tabs .nav-link {
    text-align: left;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-bottom: none;
    font-size: 14px;
    font-weight: 400;
}

.dropdown-custom .nav-pills .nav-link {
    border-radius: 0;
}

.img-top .attraction-img {
    /* margin-bottom: 10px;
      margin-right: 10px; */
    position: relative;
}

.img-bottom .attraction-img {
    margin-right: 0px;
    margin-right: 10px;
    position: relative;
}

.attraction-img img {
    width: 215px;
    height: 124px
}

.p-10 {
    padding: 10px !important;
}

.attraction-text {
    position: absolute;
    top: 0;
    background-color: #00000075;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    font-weight: 400;
}

.left-sidebar-fixed.left-sidebar-hidden .app-footer,
.left-sidebar-fixed.left-sidebar-hidden .main-content {
    margin-left: 50px;
}

.d-grid.img-top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    margin-bottom: 15px;
}

.d-grid.img-top img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

/* .sorting{
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center !important
} */
.modal-header .close {
    padding: 18px;
    margin: -15px -15px -15px auto;
}

.close {
    font-size: 16px;
    opacity: 1;
}

.table tfoot th,
.table thead th {
    font-weight: 500;
}

.filter-table td,
.filter-table th {
    vertical-align: middle;
}

.filter-table td:first-child {
    width: 50px;
    font-size: 20px;
    color: var(--primary-color);
    cursor: pointer;
}

.filter-table .inner-table {
    display: none;
}

.filter-table .children-show+tr .inner-table {
    display: block !important;
}

.filter-table .children-show+tr>td {
    padding: 15px !important;
}

.filter-table .children-show>td {
    border-bottom: 1px solid #e3e3e3 !important;
}

.filter-table .input-group-addon {
    background: #F7F7F7;
    color: #6A6A6A;
    padding: 10px;
    width: auto;
    height: auto;
}

.payment-list-table .input-group-addon {
    background: #F7F7F7;
    color: #6A6A6A;
    padding: 10px;
    width: auto;
    height: auto;
}

.welcome {
    width: 100%;
}

.return-ticket td:not(:first-child) {
    min-width: 180px;
}

.filter-table .input-group input {
    padding: 0px 10px;
}

.filter-search .input-group-addon {
    background: #F7F7F7;
    color: #6A6A6A;
    padding: 10px;
    width: auto;
    height: auto;
    cursor: pointer;
}

.filter-search.input-group input {
    padding: 0px 10px;
}

.filter-table td[colspan="5"] {
    font-size: 12px;
    color: initial;
    cursor: initial;
    border: none
}

@import url("responsive.css");

.credit-card {
    padding: 15px;
    background: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.credit-card img {
    display: block;
    margin: auto;
}

.credit-card p {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
}

.credit-card.blank {
    min-height: 109px;
    background-color: #DDDDDD;
}

.user-setup-tabs .nav-item {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    text-align: left;
}

.user-setup-tabs .nav-item a {
    padding-left: 0px;
    padding-top: 0px;
}

.toaster {
    position: fixed;
    right: 20px;
    top: 40px;
    z-index: 999999;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
}

.toaster-success {
    background: #6BBE45;
    border: 1px solid #5B9E3D;
}

.toaster i {
    margin-right: 5px;
}

.total {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 500;
}

.filter-menu {
    left: 0px !important;
    width: 215px;
}

.ml-15 {
    margin-left: 5px;
}

.navbar-brand>a {
    display: block !important;
    width: 100%;
    height: 100%;
}

.balance-dropdown .dropdown-menu-accout {
    min-width: initial !important;
}

.balance-dropdown .fa {
    font-size: 30px !important;
    color: #fff;
}

.welcome .balance-dropdown .fa {
    color: var(--primary-color);
}

.welcome-search {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 45%;
    width: 50%;
    margin: auto;
}

.welcome-search .form-control {
    border-radius: 6px !important;
    padding: 10px 15px;
    background: #ffffff;
    border-color: #01AFEE;
    padding-left: 35px;
    padding-right: 110px;
    overflow: hidden;
}

.welcome-search .btn {
    position: absolute;
    z-index: 9;
    top: 4px;
    right: 4px;
    min-width: 100px;
    padding: 9px;
}

.welcome-search .dropdown-menu {
    width: calc(100% - 15px);
    margin: auto;
    left: auto;
    margin-top: 5px;
}

.inner-table {
    max-height: 260px;
    overflow: auto;
    padding-bottom: 1px;
    padding-right: 5px;
}

.table-head {
    position: sticky;
    font-weight: 500;
    top: 0px;
    background-color: #f7f7f7;
}

.table-head .cell:last-child,
.table-body .cell:last-child {
    border-right: 1px solid #ddd;
}

.table-head .cell {
    border-bottom: 1px solid #ddd;
    margin-bottom: -1px;
}

.cell {
    padding: 10px !important;
    border: 1px solid #ddd;
    border-right: 0px;
    border-bottom: 0px;
    min-width: 100px;
    white-space: normal;
}

.table-body:last-child .cell {
    border-bottom: 1px solid #ddd;
}

.table-head,
.table-body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    text-align: left;
}

.table-body .cell {
    padding: 5px;
}

.expend-table td {
    border-bottom: none;
}

.table-responsive.table-checkbox .control__indicator {
    left: 15px;
}

td.max-50 {
    max-width: 50px;
}

.agent-report-table th {
    white-space: nowrap;
}

.agent-report-table .btn {
    min-width: 100px;
}

.filter-table.font-14 td:first-child {
    width: initial;
    color: inherit;
    font-size: inherit;
    cursor: inherit;
}

.mobile-view {
    display: none;
}

.plan-name {
    text-align: center;
    background-color: #f6f6f6;
    padding: 8px;
    color: #333;
    font-size: 16px;
}

.welcome-search {
    /* z-index: 999; */
}

.welcome-search .dropdown-menu {
    z-index: 99;
}

.carousel-inner {
    overflow: visible;
}

.designation-dropdown {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
}

.designation-dropdown.show {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.designation-dropdown h4 {
    padding: 10px;
    font-size: 16px;
}

.designation-dropdown h6 {
    font-size: 14px;
}

.tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tag-list li {
    padding: 2px 10px;
    background-color: #e5e5e5;
    color: #333;
    margin-right: 10px;
    border-radius: 50px;
    font-size: 12px;
    margin-bottom: 10px;
}

.tag-list li a {
    color: #333;
}

.inner-col .img-wrapper {
    width: 50px;
}

.inner-col .img-wrapper img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.inner-col .content-wrapper {
    padding-left: 10px;
}

.inner-col .content-wrapper h6 {
    margin-bottom: 0px;
}

.inner-col .content-wrapper .d-flex {
    font-size: 12px;
}

.inner-col .content-wrapper span {
    display: block;
}

.inner-col .content-wrapper span.text-primary {
    margin-left: 10px;
}

.inner-col .list-unstyled {
    padding: 8px;
    background-image: -o-linear-gradient(top, #e5f7ff, transparent);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e5f7ff), to(transparent));
    background-image: linear-gradient(180deg, #e5f7ff, transparent);
    border-radius: 10px;
    margin-top: 10px;
}

.tag-list .more {
    margin-left: auto;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 40px;
    background: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 10px;
}

#slotModal .table th {
    background: #00a9f7;
    color: #fff;
    vertical-align: middle;
}



.top-header {
    background: #181f28;
    position: relative;
    color: #fff;
    padding: 0px;
}

.top-header .collapse {}

.top-header .navbar-toggler {
    position: absolute;
    color: #00a9f7 !important;
    height: auto;
    line-height: 1;
    top: 10px;
    right: 10px;
    width: auto;
    z-index: 99;
    left: auto;
    font-size: 1.25rem;
}

.top-header .navbar-collapse .row {
    width: 100%;
    margin: 0px;
}

.top-header a {
    display: inline-block;
    color: #fff;
    padding: 10px;
}

.top-header ul li a+a {
    padding: 0px;
}

.top-header a i {
    margin-right: 10px;
}

.top-header a:hover {
    background-color: #0b0e12;
}

.rupee-menu select {
    height: auto !important;
    background-color: transparent;
    color: #fff;
    border: none;
}

.top-header .dropdown-menu a {
    color: #333;
    background-color: #fff;
    padding: 8px 20px;
}

.top-header .dropdown-menu a:hover {
    background-color: #f5f5f5;
}

.main-content {
    margin-bottom: 70px;
}

.switch-wrapper {
    margin-bottom: 0px;
}

.role-program-link-card .select2-container {
    max-width: 100% !important;
}


.welcome .navbar-toggler {
    /* display: none !important; */
    color: #00a9f7 !important;
}

.left-sidebar+.main-content {
    margin-left: 250px;

}

.left-sidebar-hidden .main-content {
    margin-left: 50px;
}

.price-highlight {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
}

.package-type span {
    display: table;
    padding: 4px 10px;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: #f2f2f2;
    border-radius: 4px;
    color: #333;
    font-weight: 400;
}

.package-type span.active {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

.numbers-row {
    position: relative;
    width: 120px;
    height: 40px;
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

input.qty2 {
    position: relative;
    width: 35px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    border-radius: 0px;
    border-color: #ccc;
}

.dec {
    border: 1px solid #cccccc;
    left: 0;
    top: 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 0px;
}

.inc {
    right: 0;
    top: 0;
    border: 1px solid #cccccc;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 0px;

}

.button_inc {
    cursor: pointer;
    width: calc(100% / 3);
    height: 40px;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* -webkit-appearance: none;
    margin: 0; */
    opacity: 1;
}

.quick-overview .list-unstyled li {
    padding-left: 10px;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    list-style: inside;
    list-style-type: disc;
}

.quick-overview .icon-list li {
    font-size: 15px;
    padding-left: 0px;
    list-style: none;
}

.quick-overview .icon-list li i {
    color: var(--primary-color);
    font-size: 18px;
    text-align: center;
    width: 20px;
}

.cursor-pointer {
    cursor: pointer;
}

.sp-bottom-thumbnails .sp-thumbnail-container,
.sp-top-thumbnails .sp-thumbnail-container {
    cursor: -webkit-grab;
    cursor: grab;
    border: 2px solid transparent;
}

.sp-thumbnail-container.sp-selected-thumbnail {
    border-color: var(--primary-color);
}

.breadcrumb {
    display: none;
}

.font-18 {
    font-size: 18px;
}

.fa-chevron-up:before {
    content: "\f077";
}

.table tfoot th,
.table thead th {
    position: relative;
    cursor: pointer;
}

.table tfoot th,
.table thead th:before {
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table tfoot th.sort-asc:before,
.table thead th.sort-asc::before {
    content: "\f0de";
}

.table tfoot th.sort-desc:before,
.table thead th.sort-desc::before {
    content: "\f0dd";
}

.flex-0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
}

.park-name {
    padding: 10px;
    background: #00a9f7;
    text-align: center;
    color: #fff;
}

.card-label {
    cursor: pointer;
    padding-right: 10px;
}

.card-label input {
    display: none;
}

.card-label img {
    height: 40px;
    border: 1px solid #ddd;
    padding: 5px;
}

.card-label input:checked+img {
    border-color: var(--primary-color);
}

.card-label span {
    display: block;
    text-align: center;
    font-weight: 500;
}

.min-height-320 {
    min-height: 320px;
}

.designation-section .item-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

.designation-section .item-card .price {
    font-size: 20px;
    margin: 5px 0px;
    color: #2b6aa9;
}

.designation-section .item-card .detail {
    padding: 20px;
    background: #fff;
}

.designation-section .item-card h2 span {
    font-weight: 500;
}

.designation-section .item-card .name {
    font-size: 16px;
    margin: 5px 0px;
}

.designation-section .item-card .card-img {
    width: 100%;
}

.designation-section .item-card .card-img img {
    min-height: 300px;
}

.designation-section .item-card p,
.designation-section .item-card span {
    margin-bottom: 5px;
    font-weight: 400;
}


.designation-section .nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    text-align: center;
    width: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.designation-section .main-tab-content {
    border: none;
    padding: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.designation-section .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    left: 0px;
    right: 0px;
}

.designation-section .owl-nav button {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #2b6aa9 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px !important;
    color: #fff !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.designation-section .owl-prev {
    left: 0px;
}

.designation-section .owl-next {
    right: 0px;
}

.place-tabs .tab-img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 100%;

}

.place-tabs .nav-link {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 3px solid transparent !important;
    padding: 10px;
    padding-right: 20px;
}

.place-tabs .nav-link.active {
    border-color: var(--primary-border) !important;
    color: var(--primary-color);
}

footer.footer-links {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #fff;
    z-index: 999;
    padding: 10px;
    -webkit-box-shadow: 0px 3px 10px #00000029;
    box-shadow: 0px 3px 10px #00000029;
}

footer.footer-links ul {
    margin-bottom: 0px;

}

.footer-links a {
    color: var(--primary-color) !important;
    font-size: 14px;
    font-weight: 500;
}

.footer-links a:hover {
    color: #0071a5;
    text-decoration: underline;
    text-decoration: none;
}

.btn-clear {
    background-color: #ddd;
    color: #333;
    border-color: #ccc;
    min-width: 90px;
}

.btn-clear:hover {
    background-color: #ccc;
    color: #333;
}

.attraction-list-view .attraction-detail-inline span a {
    color: #000;
    background-image: -webkit-gradient(linear, right top, left top, from(#15fefd), to(transparent));
    background-image: -o-linear-gradient(right, #15fefd, transparent);
    background-image: linear-gradient(270deg, #15fefd, transparent);
    padding: 0px 10px;
}

.table-cell-200 td {
    min-width: 180px;
}

.attraction-list-view .attraction-card {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd;
    position: relative;
}

.attraction-list-view .attraction-card::before,
.attraction-list-view .attraction-card::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
}

.attraction-list-view .attraction-card::before {
    left: 65%;
    top: -8px;
    border-top: 5px solid transparent;

}

.attraction-list-view .attraction-card::after {
    left: 65%;
    bottom: -8px;
    top: auto;
    border-bottom: 5px solid transparent;
}

.register-agent .select2-results__options {
    max-height: 300px;
}

/* .register-agent .select2-results__options li{
    white-space: nowrap;    
    width: 100%;
} */
.register-agent .form-control {
    border-radius: 0px;
}

.label-buttons {
    border: 1px solid #e5e5e5;
    padding: 8px 15px;
    width: 100%;
    background: #f7f7f7;
    color: #999;
    cursor: pointer;
    text-align: center;
}

.custom-checkboxes input[type="radio"]:checked+.label-buttons,
.custom-checkboxes input[type="checkbox"]:checked+.label-buttons,
.label-buttons:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-border);
}

.main-content>.container-fluid {
    min-height: calc(100vh - 180px);
}

.have-account {
    padding: 6px 10px;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 10px;
}

.space-verticle {
    margin: 10px 0px;
}

.rupee-menu select:focus {
    background-color: transparent;
    color: #fff;
}

.icon-link {
    padding: 0px !important;
    background-color: transparent !important;
    font-size: 14px !important;
    position: absolute;
    right: 10px;
    top: 10px;
    border: none !important;
}

.sidebar-menu ul li a.icon-link:hover,
.sidebar-menu ul li a.icon-link.icon-link:focus,
.sidebar-menu ul li a.icon-link.icon-link:active {
    background-color: transparent !important;
    border: none !important;
}

.left-sidebar-light .sidebar-menu ul li ul.sub li a.icon-link {
    top: 0px;
}

.icon-link span {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 12px;
}

.icon-link[aria-expanded="true"] span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sub-menu>a[aria-expanded="true"] span.icon-link span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

[type=reset],
[type=submit],
button,
html [type=button] {
    appearance: none;
    -webkit-appearance: none;
}

@media (max-width:767px) {
    .mx-min {
        margin: 0px -5px;

    }

    .attraction-list-view .attraction-detail-inline span {
        margin: 0;
        font-size: 11px !important;
    }

    .park-name {
        font-size: 14px;
    }

    .select-persons .form-group .d-flex {
        width: 100%;
        margin-bottom: 10px;
    }

    .select-persons .form-group .d-flex {
        width: auto;
        margin: 0px;
    }

    .top-header a {
        color: #333;
        display: inline-block;
        padding: 10px 0px;
        font-size: 13px;
        font-weight: 600;
    }

    .numbers-row {
        width: 100px;
        height: auto;
    }

    #select_adult,
    #select_child {
        margin-bottom: 15px;
    }

    .attraction-list-view .attraction-card::after {
        left: 50%;
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
    }

    .select-persons .form-group .d-flex {
        width: 200px;
        margin: 0px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .select-persons .form-group .d-flex.person {
        width: auto;
    }

    .attraction-list-view .attraction-detail-inline span a {
        padding: 0px 0px;
    }

    input.qty2 {
        width: calc(100px / 3);
        height: calc(100px / 3);
    }

    .button_inc {
        width: calc(100% / 3);
        height: calc(100px / 3);
    }

    .have-account {
        text-align: center;
    }

    .top-header ul li a+a {
        margin-left: 25px;
        padding: 0px;
        display: block;
        width: 100%;
    }

    .top-header a i,
    .top-header li i {
        margin-right: 10px;
        color: #AEAEAE;
    }

    .rupee-menu select {
        display: inline-block !important;
        color: #333;
        display: inline-block;
        padding: 10px 0px;
        font-size: 13px;
        font-weight: 600;
        width: auto;
    }

    .rupee-menu select:focus {
        color: #333;
    }

    .top-header .navbar-collapse {
        position: fixed;
        left: 0px;
        top: 0px;
        bottom: 0px;
        max-width: calc(100vw - 55px);
        background: #fff;
        z-index: 9;
        border-right: 1px solid #c9c9c9;
        height: 100% !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
        padding-top: 20px;
    }

    .collapsing {
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;

    }

    .top-header {
        background-color: transparent;
    }

    .space-verticle {
        margin: 60px 0px 0px;
    }

    .top-header a:hover {
        background-color: transparent;
    }

    .logo {
        max-width: 150px;
    }

    table td .input-group {
        min-width: 150px;
    }

    .footer-links a span {
        display: none;
    }

    .buttons-mobile-inline {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 5px;
    }

    .buttons-mobile-inline .btn {
        margin-right: 0px !important;
    }

    .mb-m-3 {
        margin-bottom: 1rem !important;
    }

    .btn-clear {
        min-width: 100px !important;
    }

    footer.footer-links ul {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    footer.footer-links .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    footer.footer-links ul li {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        text-align: center;
    }

    footer.footer-links ul li a {
        font-size: 14px;
    }

    .policy-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .top-header ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .top-header ul li {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .attraction-list-view .attraction-list-detail .col-8 {
        text-align: center;
    }

    .attraction-detail-inline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .welcome-search {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        top: 40%;
    }

    .welcome-search .btn {
        padding: 5px;
    }

    .carousel-item img {
        min-height: 314px;
        width: 286px !important;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .home-content .carousel-item img {
        min-height: 200px!important;
        width: 100% !important;
        -o-object-fit: cover;
        object-fit: cover;
    }
      .tag-list li {
        margin-right: 5px;
    }

    .tag-list {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .inner-col .list-unstyled {
        padding: 3px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .welcome-search .form-control {
        padding: 6px 15px;
        padding-left: 35px;
        padding-right: 110px;
        overflow: hidden;
    }

    .m-ml-0 {
        margin-left: 0px !important;
    }

    #slotModal .table td,
    #slotModal .table th {
        white-space: normal;
        width: 100%;
    }

    .mobile-view {
        display: block;
    }

    .web-view {
        display: none;
    }

    .font-13 {
        font-size: 13px;
    }

    .welcome header.navbar .navbar-brand {
        background-size: 120px !important;
        width: 100% !important;
        background-position: center !important;
    }

    .markup-title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .card .card-header {
        padding: 15px;
    }

    .app-header .navbar-nav .dropdown-menu-accout {
        right: 5px;
        min-width: initial;
    }

    .balance-dropdown .fa {
        color: var(--primary-color) !important;
        font-size: 20px !important;
    }

    header.navbar .nav-item {
        min-width: initial;
    }

    .navbar .nav-item .nav-link.nav-pill.user-avatar {
        margin-left: 10px;
    }

    .search-input {
        display: none;
    }

    .filter-menu {
        left: 0px !important;
        width: 100%;
    }

    .app-footer,
    .main-content {
        margin-left: 0px !important;
    }

    .designation-section h2 {
        font-size: 20px !important;
        margin: 20px 0px !important;
    }

    .modal-dialog {
        max-width: calc(100% - 30px);
    }

    .search-header {
        display: none;
    }

    .pagination {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .navbar-toggler {
        left: 15px;
        position: relative;
        color: #00a9f7 !important;
        height: 60px;
        border-radius: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 50px;
    }

    .table td,
    .table th {
        white-space: nowrap;
    }

    .pagination {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .left-sidebar-hidden header.navbar .navbar-brand,
    header.navbar .navbar-brand {
        width: 100% !important;
        background-image: url(../images/RT_Logo.jpg) !important;
        background-size: 100px;
        padding: 0px;
        background-position: center;
    }

    .rupee-menu {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        float: left;
        width: 100%;
    }

    .logo {
        max-width: 100px;
    }

    header.navbar .navbar-nav {
        padding-right: 5px !important;
    }

    .header-fixed .app-header {
        padding: 0px !important;
    }

    .navbar .nav-item .nav-link.nav-pill.user-avatar {
        margin-left: 10px;
        padding: 0px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px !important;
    }

    .navbar .nav-item .nav-link.nav-pill.user-avatar img,
    .navbar .nav-item .nav-pill.user-avatar.dropdown-toggle img {
        width: 35px;
        height: 35px;
    }

    header.navbar .navbar-brand {
        width: 100% !important;
        background-image: url(../images/RT_Logo.jpg) !important;
        background-position: center;
    }

    .logo-big a {
        width: 100%;
        height: 60px;
        display: none !important;
    }

    .wizard>.steps .number {
        width: 40px
    }

    .wizard>.steps>ul>li {
        width: 50%
    }

    .rutwas-tourism h1 {
        margin-top: 50px;
    }

    .form-signin {
        padding: 15px;
        margin: 0px !important;
    }

    .form-signin img {
        max-width: 100px;
    }

    .register-agent .agent-form {
        margin-top: 60px !important;
    }

    .filter-table td:not(:first-child),
    .filter-table th:not(:first-child) {
        min-width: 200px;
    }

    .main-tab-content .tab-content h1 {
        font-size: 16px;
    }

    .filter-designation input {
        min-width: initial;
        /* padding-left: 30px; */
        padding-right: 35px;
    }

    .dropdown-custom {
        width: calc(100% - 0px);
        left: 0;
        height: 350px;
    }

    .print-logo {
        display: none;
    }

    .d-grid.img-top {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .nav.nav-pills .nav-link,
    .nav.nav-tabs .nav-link {
        font-size: 14px;
    }

    .attraction-list-view img {
        width: 100%;
        height: 191.81px !important;
    }

    .attraction-list-view .attraction-card .pl-0 {
        padding-right: 0px;
    }

    .left-sidebar-hidden .left-sidebar .sidebar-menu {
        width: 0px;
        overflow: hidden;
    }

    .container-fluid {
        max-width: 100%;
    }

    .designation-section>.container {
        max-width: 100vw;
    }

    .column-5 .item {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin-bottom: 20px;
    }

    .place-tabs .tab-img {
        width: 50px !important;
        height: 50px !important;
        display: block;
        margin: auto;
        margin-bottom: 5px;
    }

    .card-body {
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        /* padding: 9px !important; */
        padding: 2px;
    }

    .h4,
    h4 {
        font-size: 1rem;
    }

    .page-title {
        padding: 0;
        margin: 25px 15px 10px 20px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .allocate-card {
        margin-top: 0;
    }

    .form-group label {
        margin-bottom: 5px;
    }

    label:empty {
        display: none;
        margin: 0px !important;
    }

    .mb-30 {
        margin-bottom: 20px;
    }

    .upload-file-wrapper.w-50 {
        max-width: 100%;
        width: 100% !important;
    }

    .gallery {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .upload-park-img {
        margin-bottom: 10px;
    }

    .allocate-card {
        margin-bottom: 20px;
    }

    .datepicker td,
    .datepicker th {
        text-align: center;
    }

    .dataTables_wrapper .dataTables_filter {
        position: relative;
        margin-bottom: 20px;
    }

    .dataTables_length {
        margin-bottom: 20px;
    }

    .dataTables_wrapper .dataTables_filter input {
        width: 100% !important;
    }

    div.dataTables_wrapper div.dataTables_length select {
        width: auto;
        margin: 0px;
    }

    div.dataTables_wrapper div.dataTables_length label {
        font-weight: normal;
        text-align: left;
        white-space: normal;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0px;
    }

    div.dataTables_wrapper div.dataTables_length label {
        display: block;
    }

    .dataTables_info {
        margin-top: 10px !important;
        text-align: left !important;
    }

    .table-checkbox .max-20 {
        max-width: 50px;
    }

    #roles_table_wrapper .mb-4 {
        margin-bottom: 0px !important;
    }

    .top-up-tabs .card h2,
    .top-up-tabs h2 {
        font-size: 16px !important;
        margin-bottom: 20px;
    }

    .top-up-tabs .card {
        margin-bottom: 20px !important;
    }

    .credit-card {
        margin-bottom: 20px;
    }

    .dataTables_paginate {
        padding: 0px !important;
        margin: 0px;
        margin-top: 10px !important;
    }

    #roles_table_wrapper .btn.btn-primary,
    #roles_table_wrapper .btn.btn-danger {
        margin-bottom: 20px;
    }

    .attraction-list-view .attraction-list-detail>.row {
        margin: 0px;
    }

    .attraction-list-view .attraction-list-detail>.row>[class*='col-'] {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .attraction-list-view-title h4 {
        margin-bottom: 10px !important;
    }

    .attraction-detail p {
        min-height: initial;
    }

    .col {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .h-100-vh {
        height: auto;
    }

    .group-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .group-btns .btn {
        min-width: initial;
        margin-bottom: 10px;
    }

    .mt-35 {
        margin-top: 15px;
    }

    .top-up-tabs .card h2,
    .top-up-tabs h2 {
        font-size: 1.5rem;
    }

    .column-5 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        text-align: left;
    }

    .welcome .carousel-indicators li {
        width: 10px;
        height: 10px;
    }

    .welcome .carousel-indicators {
        margin-bottom: 0px;
    }
}

@media (min-width:767px) and (max-width:1024px) {
    .search-input {
        display: none;
    }

    header.navbar .navbar-toggler {
        left: 250px;
    }

    .left-sidebar-hidden header.navbar .navbar-toggler {
        left: 50px;
    }

    .main-content .container-fluid {
        max-width: 720px;
        margin: 0px;
    }

    .dataTables_wrapper .dataTables_filter input {
        width: 100% !important;
        margin-left: 0px;
    }

    .attraction-list-view img {
        width: 100%;
        height: auto;
    }

    .attraction-card .row.m-0>.pl-0 {
        padding-right: 0px;
    }

    .attraction-card .col-xl-9.p-0 {
        padding: 0px 15px !important;
    }

    .h-100-vh {
        height: 100vh;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .group-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 35px;
    }

    .group-btns .btn {
        width: auto;
        min-width: initial;
    }

    .hide-ipad {
        display: none;
    }

    .mt-35 {
        margin-top: 0px;
    }

    .mt-ipad-35 {
        margin-top: 35px;
    }

    .role-program-link-card .allocate-card {
        margin-top: 0px;
    }

    .top-up-tabs .card h2 {
        font-size: 1rem;
    }

    .column-5 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .main-content .container-fluid {
        max-width: 1020px;
        margin: 0px;
    }
}

@media (min-width:534px) and (max-width:854px) {
    .navbar-toggler {
        z-index: 999999;
        position: fixed;
        display: none;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .main-content .container-fluid {
        max-width: 100%;
    }
}

@media (max-width: 375px) {
    .cardbdy {
        padding: 10px 0 15px 0 !important;
    }
}

.nav-links {
    padding: 0px !important;
    background-color: transparent !important;
    font-size: 14px !important;
    position: absolute;
    right: 10px;
    top: 10px;
    border: none !important;
}

/* h4 {
    font-size: 1.5rem !important;
} */

@media (max-width: 767px) {
    ::ng-deep.text-white {
        color: #00a9f7 !important;
    }

    .dual-list .listbox {
        width: 100% !important;
        ;
        margin-left: 0px !important;
    }

    .dual-list {
        display: inline !important;
    }

    .dual-list[_ngcontent-c6] .button-bar[_ngcontent-c6] {
        padding-bottom: 57px !important;
    }
}

@media (max-width:360px) {
    .card-body {
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        padding: 9px !important;
    }
}

@media (width: 540px) {
    .carousel-item img {
        min-height: 336px;
        width: 442px !important;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (width: 280px) {
    .carousel-item img {
        min-height: 336px;
        width: 210px !important;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (width: 1024px) {
    .carousel-item img {
        min-height: 336px;
        width: 91% !important;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (width: 412px)  {
    .carousel-item img {
        min-height: 336px;
        width: 317px !important;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .card-body {
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        padding: 15px !important;
        /* padding: 2px; */
    }
}

@media (width: 414px) {
    .carousel-item img {
        min-height: 336px;
        width: 318px !important;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .card-body {
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        padding: 15px !important;
        /* padding: 2px; */
    }
}
@media (width: 393px) and (width: 390px) {
    .carousel-item img {
        min-height: 336px;
        width: 300px !important;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .card-body {
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        padding: 15px !important;
        /* padding: 2px; */
    }
}
@media  (width: 390px) {
    .card-body {
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        padding: 15px !important;
        /* padding: 2px; */
    }
}
@media  (width: 393px) {
    .card-body {
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        padding: 15px !important;
        /* padding: 2px; */
    }
}
@media  (width: 375px) {
    .card-body {
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        padding: 15px !important;
        /* padding: 2px; */
    }
}
@media screen and (max-width: 480px) {
    .k-pager-wrap .k-link
    {
       padding: 3px!important;
       width: 10px !important;       
    }
    .k-pager-wrap .k-pager-info
    {
    flex-basis: 100% !important;
    width:100%;
    text-align: left !important;
    justify-content: left !important;
    }
    .k-pager-wrap
    {
        flex-wrap: wrap;
    }

        .k-pager-wrap kendo-pager-prev-buttons { order: 2!important; }
        .k-pager-wrap kendo-pager-numeric-buttons { order: 3!important; }
        .k-pager-wrap kendo-pager-next-buttons { order: 4!important; }
        .k-pager-wrap kendo-pager-info { order: 1!important; }
        kendo-pager-info.k-label{
            margin: 0 0.3em!important;
        }

}
.k-grid th,.k-grid-header .k-header > .k-link{
    white-space: normal !important;
}
.k-icon.k-i-sort-desc-sm,.k-icon.k-i-sort-asc-sm
{
display: none !important;
}

.left-sidebar-fixed .app-footer,
.left-sidebar-fixed .home-content {
    margin-left: 0px!important;
}
.left-sidebar-fixed.left-sidebar-hidden .app-footer,
.left-sidebar-fixed.left-sidebar-hidden .home-content {
    margin-left: 0px!important;
}

iframe html {
    overflow: hidden !important;
}