@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);

:root {
    --primary_color: #0097FF;
    --button_primary_color: #0097FF;
    --secondary_color:#1E1F1F;
}
/*
 * Core: General Layout Style
 * -------------------------
 */
/** Generated by FG **/
@font-face {
    font-family: 'Conv_Muli-Regular';
    src: url('fonts/Muli-Regular.eot');
    src: local('☺'), url('fonts/Muli-Regular.woff') format('woff'), url('fonts/Muli-Regular.ttf') format('truetype'), url('fonts/Muli-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Muli-ExtraBold';
    src: url('fonts/Muli-ExtraBold.eot');
    src: local('☺'), url('fonts/Muli-ExtraBold.woff') format('woff'), url('fonts/Muli-ExtraBold.ttf') format('truetype'), url('fonts/Muli-ExtraBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muli-Bold';
    src: url('fonts/Muli-Bold.eot');
    src: local('☺'), url('fonts/Muli-Bold.woff') format('woff'), url('fonts/Muli-Bold.ttf') format('truetype'), url('fonts/Muli-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muli-Black';
    src: url('fonts/Muli-Black.eot');
    src: local('☺'), url('fonts/Muli-Black.woff') format('woff'), url('fonts/Muli-Black.ttf') format('truetype'), url('fonts/Muli-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
}

.layout-boxed html,
.layout-boxed body {
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
}
.primary-font-light, .font-l {
    font-weight: 400;
}

.primary-font-regular,.font-r {
    font-weight: 500;
}

.primary-font-medium,.font-m {
    font-weight: 500;
}

.primary-font-semibold, .font-sb {
    font-weight: 600;
}

.primary-font-bold, .font-b {
    font-weight: 700;
}

table.dataTable thead>tr>th.sorting:before {right:4px !important; cursor: pointer !important;}
table.dataTable thead>tr>th.sorting:after {cursor: pointer !important;}
table.reorder thead>tr>th {cursor: move !important;}


/* Layout */

.wrapper {
    height: 100%;
    position: relative;
    padding: 0px !important;
}

.wrapper:before,
.wrapper:after {
    content: " ";
    display: table;
}

.wrapper:after {
    clear: both;
}

.layout-boxed .wrapper {
    max-width: 1250px;
    margin: 0 auto;
    min-height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    position: relative;
}

.layout-boxed {
    background: url('../img/boxed-bg.jpg') repeat fixed;
}

/*.nice-select.editmyselect.mylists.mylocations.open ul.list li.option:last-child::before {
    display: none;
}


.nice-select.editmyselect.mylists.mylocations.open ul li.option:last-child {
    padding-left: 20px !important;
    color: #1caa63;
    font-size: 18px;
}*/

/*
 * Content Wrapper - contains the main content
 * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper  ```
 */

.content-wrapper,
.right-side,
.main-footer {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    /*    margin-left: 230px;*/
    margin-left: 50px;
    z-index: 820;
}
.content-wrapper{padding-top:50px}
.layout-top-nav .content-wrapper,
.layout-top-nav .right-side,
.layout-top-nav .main-footer {
    margin-left: 0;
}

.sidebar-menu li span.count_unread {
    width: 20px;
    height: 20px;
    background: #f00;
    border-radius: 50%;
    margin-left: 3px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
    position: relative;
    top: -5px;
}

/* custom css to fix ui issues */
.modal-open .modal {
    overflow: hidden;
}

.modal-open .modal .selectpicker {
    overflow: hidden;
}

.modal-open .modal .selectpicker.open {
    overflow: visible;
}

#officeTable_filter {
    float: right;
}


@media (max-width: 767px) {
    .content-wrapper,
    .right-side,
    .main-footer {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .content-wrapper,
    .sidebar-collapse .right-side,
    .sidebar-collapse .main-footer {
        margin-left: 0;
    }
    #add-event-from .switch, #edit-event-from .switch {
        top: 5px;
        left: 13px;
    }
}

@media (max-width: 767px) {
    #add-event-from .switch,#edit-event-from .switch {
        top: 0px;
        right: 15px;
    }
    .sidebar-open .content-wrapper,
    .sidebar-open .right-side,
    .sidebar-open .main-footer {
        /*
                -webkit-transform: translate(230px, 0);
                -ms-transform: translate(230px, 0);
                -o-transform: translate(230px, 0);
                transform: translate(230px, 0);
        */
    }
}

.content-wrapper,
.right-side {
    min-height: 100%;
    background-color: #ecf0f5;
    z-index: 800;
}

.main-footer {
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
}


/* Fixed layout */

.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
    position: fixed;
}

.fixed .main-header {
    top: 0;
    right: 0;
    left: 0;
}

.fixed .content-wrapper,
.fixed .right-side {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 100px;
    }
}

.fixed.layout-boxed .wrapper {
    max-width: 100%;
}

body.hold-transition .content-wrapper,
body.hold-transition .right-side,
body.hold-transition .main-footer,
body.hold-transition .main-sidebar,
body.hold-transition .left-side,
body.hold-transition .main-header .navbar,
body.hold-transition .main-header .logo {
    /* Fix for IE */
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}


/* Content */

.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}


/* H1 - H6 font */




/* General Links */

a {
    color: var(--button_primary_color);
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #72afd2;
}


/* Page Header */

.page-header {
    margin: 10px 0 20px 0;
    font-size: 22px;
}

.page-header > small {
    color: #666;
    display: block;
    margin-top: 5px;
}


/*
 * Component: Main Header
 * ----------------------
 */

.main-header {
    position: fixed;width: 100%;top: 0;left: 0;
    max-height: 100px;
    z-index: 1030;
}

.main-header .navbar {
    -webkit-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
    margin-bottom: 0;
    margin-left: 230px;
    border: none;
    height: 50px;
    border-radius: 0;
}

.layout-top-nav .main-header .navbar {
    margin-left: 0;
}

.main-header #navbar-search-input.form-control {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}

.main-header #navbar-search-input.form-control:focus,
.main-header #navbar-search-input.form-control:active {
    border-color: rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
}

.main-header #navbar-search-input.form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.main-header #navbar-search-input.form-control:-ms-input-placeholder {
    color: #ccc;
}

.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
    color: #ccc;
}

.main-header .navbar-custom-menu,
.main-header .navbar-right {
    float: right;
}

.video-player-wrapper {
    max-width: 500px;
    width: 100%;
}

.video-player-list-wrapper {
    max-width: 150px;
}

.video-player-list-wrapper video {
    width: 200px;
    max-height: 150px;
    padding: 10px;
    display: table-cell;
    vertical-align: top;
}

.video-player-wrapper video {
    max-height: 300px;
}

@media (max-width: 991px) {
    .upload-users .col-xs-12 {
        margin: 10px 0px;
    }

    .main-header .navbar-custom-menu a,
    .main-header .navbar-right a {
        color: inherit;
        background: transparent;
    }
}

@media (max-width: 767px) {
    .main-header .navbar-right {
        float: none;
    }

    .navbar-collapse .main-header .navbar-right {
        margin: 7.5px -15px;
    }

    .main-header .navbar-right > li {
        color: inherit;
        border: 0;
    }
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 17px 15px;
    font-family: "Font Awesome 5 Free";
}

.custom-scroll::-webkit-scrollbar {
    width: 5px;
    height: 2px;
}

/* Track */
.custom-scroll::-webkit-scrollbar-track,.custom-scrollx::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.custom-scroll::-webkit-scrollbar-thumb,.custom-scrollx::-webkit-scrollbar-thumb {
    background:#fff;
    border: 4px solid transparent;
    border-radius: 8px;
    background-clip: padding-box;
}
.custom-scroll:hover::-webkit-scrollbar-thumb,.custom-scrollx:hover::-webkit-scrollbar-thumb {
    background: #ccc;
}
.custom-scroll::-webkit-scrollbar {
    width: 5px;
}




/* Handle on hover */
.custom-scroll::-webkit-scrollbar-thumb:hover,.custom-scrollx::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.custom-scrollx::-webkit-scrollbar {
    height: 3px;
}

.main-header .sidebar-toggle:hover {
    color: #fff;
    background: none;
}

.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
    background: transparent;
}

.main-header .sidebar-toggle .icon-bar {
    display: none;
}

.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
    margin-right: 5px;
}

.main-header .navbar .nav > li > a > .label {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.main-header .logo {
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    display: block;
    float: left;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    width: 230px;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
}

.main-header .logo .logo-lg {
    display: block;
    text-align: left;
}

.main-header .logo .logo-mini {
    display: none;
}

.main-header .navbar-brand {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.main-header .navbar-brand h3 {
    margin: 0;
}

.content-header {
    position: relative;
    padding: 15px 15px 0 15px;
}

.content-header > h1 {
    margin: 0;
    font-size: 24px;
}

.content-header > h1 > small {
    font-size: 15px;
    display: inline-block;
    padding-left: 4px;
    font-weight: 300;
}

.content-header > .breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    position: absolute;
    top: 15px;
    right: 10px;
    border-radius: 2px;
}

.content-header > .breadcrumb > li > a {
    color: #444;
    text-decoration: none;
    display: inline-block;
}

.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion {
    margin-right: 5px;
}

.content-header > .breadcrumb > li + li:before {
    content: '>\00a0';
}

@media (max-width: 991px) {
    .content-header > .breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none;
        background: #d2d6de;
        padding-left: 10px;
    }

    .content-header > .breadcrumb li:before {
        color: #97a0b3;
    }
}

.navbar-toggle {
    color: #fff;
    border: 0;
    margin: 0;
    padding: 15px 15px;
}

@media (max-width: 991px) {
    .navbar-custom-menu .navbar-nav > li {
        float: left;
    }

    .navbar-custom-menu .navbar-nav {
        margin: 0;
        float: left;
    }

    .navbar-custom-menu .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .main-header {
        position: relative;
    }

    .main-header .logo .logo-lg {
        text-align: center;
    }

    .main-header .logo,
    .main-header .navbar {
        width: 100% !important;
        float: none;
    }

    .main-header .navbar {
        margin: 0;
    }

    .main-header .navbar-custom-menu {
        float: right;
    }
}

@media (max-width: 991px) {
    .navbar-collapse.pull-left {
        float: none !important;
    }

    .navbar-collapse.pull-left + .navbar-custom-menu {
        display: block;
        position: absolute;
        top: 0;
        right: 40px;
    }
}


/*
 * Component: Sidebar
 * ------------------
 */

.main-sidebar,
.left-side {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 50px;
    min-height: 100%;
    width: 230px;
    z-index: 810;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
.main-sidebar{position: fixed;}
.base-status.action {
    margin: auto;
    width: 40px;
}

.action {
    position: relative;
    height: 25px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.action .switch {
    top: 0px;
}

.action a {
    font-size: 20px;
}

.table-responsive table.table td {
    word-break: break-word;
    padding: 4px;
}

@media (max-width: 767px) {
    .main-sidebar,
    .left-side {
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .main-sidebar,
    .left-side {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .main-sidebar,
    .sidebar-collapse .left-side {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
    }
}

@media (max-width: 767px) {
    .sidebar-open .main-sidebar,
    .sidebar-open .left-side {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.sidebar {
    padding-bottom: 10px;overflow: auto;max-height: calc(100vh - 50px);
}

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

.sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
}

.sidebar-menu > li > a {
    padding: 12px 5px 12px 15px;
    display: block;
}

.sidebar-menu > li > a > .fa, .sidebar-menu > li > a > .fas,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
    width: 32px;
}

.sidebar-menu > li .label,
.sidebar-menu > li .badge {
    margin-right: 5px;
}

.sidebar-menu > li .badge {
    margin-top: 3px;
}

.sidebar-menu li.header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
}

.sidebar-menu li > a > .fa-angle-left,
.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
}

.sidebar-menu li > a > .fa-angle-left {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
}

.sidebar-menu li.active > a > .fa-angle-left,
.sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sidebar-menu li.active > .treeview-menu {
    display: block;
}

.sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
}

.sidebar-menu .treeview-menu .treeview-menu {
    padding-left: 20px;
}

.sidebar-menu .treeview-menu > li {
    margin: 0;
}

.sidebar-menu .treeview-menu > li > a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px;
}

.sidebar-menu .treeview-menu > li > a > .fa,
.sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar-menu .treeview-menu > li > a > .ion {
    width: 20px;
}

.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-down,
.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
    width: auto;
}


/*
 * Component: Sidebar Mini
 */

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .right-side,
    .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 50px !important;
        z-index: 840;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 50px !important;
        z-index: 850;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li {
        position: relative;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
        margin-right: 0;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
        border-top-right-radius: 4px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
        border-bottom-right-radius: 4px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom-right-radius: 4px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
        display: block !important;
        position: absolute;
        width: 180px;
        left: 50px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
        top: 0;
        margin-left: -3px;
        padding: 12px 5px 12px 20px;
        background-color: inherit;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
        float: right;
        width: auto !important;
        left: 200px !important;
        top: 10px !important;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
        display: none;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
        top: 44px;
        margin-left: 0;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
    .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
        display: none !important;
        -webkit-transform: translateZ(0);
    }

    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 50px;
    }

    .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        font-size: 18px;
    }

    .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
        display: none;
    }

    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 50px;
        height: 50px;
    }
}

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
    white-space: nowrap;
    overflow: hidden;
}

.sidebar-menu > li.header {
    overflow: hidden;
    text-overflow: clip;
}

.sidebar-menu li > a {
    position: relative;
}

.sidebar-menu li > a > .pull-right-container {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

.skin-red .sidebar-menu > li:hover > a, .skin-red .sidebar-menu > li.active > a {
    background: none;
    border-left-color: #fff;
}
.dd-heading{
    color:#999999;
    border: none;
    padding: 6px 0px;
}
.dropdown-list-items{
    border-bottom: 0.5px solid #F4F4F5;
    padding: 4px 14px;
}
.on-off{
    padding: 1px;
    border-radius: 50%;
}
.inactive-bck{
    background-color: #FF3D3D;
}
.active-bck{
    background-color: #16B364;
}
.book-btn{
    border-radius: 50%;
    border-radius: 4px;
    padding: 2px 10px;
    width: 97px;cursor: pointer;
}
.active-app{
    border: 1px solid #16B364;
    color: #16B364;
}
.inactive-app{
    color: #F04438;
    border: 1px solid #FF3D3D;
}
.not-available{
    background-color:#F4F4F5;
    border: ipx solid #E4E4E7;
}
.flex-input{
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    padding: 6px 11px;
    gap: 16px;
}
.listing{
    gap: 8px;
    margin-top: 10px;
    padding-bottom: 5px;
}
.s-name{
    width: 22px;
    height: 22px;
    border-radius: 25px;
    background-color: #333333;
    color: #ffffff;
    text-align: center;
}
/*
 * Component: Dropdown menus
 * -------------------------
 */


/*Dropdowns in general*/

.dropdown-menu {
    box-shadow: none;
    border-color: #eee;
}

.dropdown-menu > li > a {
    color: #4f4f4f; padding: 3px 14px;line-height: 20px;
}
.dropdown-menu > li > a.click-disabled {
    color: #999999;
}
.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
    margin-right: 10px;
}

.dropdown-menu > li > a:hover {
    background-color: #E5F3FC;
    color: #4f4f4f;
    transition: .2s all;
}

.dropdown-menu > .divider {
    background-color: #eee;
}

.navbar-nav > .user-menu > .dropdown-menu {
    width: 280px;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
}

.table-setting-btn {
    background-color: var(--button_primary_color);
    color: #fff;
}

.navbar-nav > .user-menu > .dropdown-menu > li {
    position: relative;
}

.navbar-nav > .user-menu > .dropdown-menu > li .menu {
    max-height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}

.navbar-nav > .user-menu > .dropdown-menu > li .menu > li > a {
    display: block;
    white-space: nowrap;
    /* Prevent text from breaking */
    border-bottom: 1px solid #f4f4f4;
}

.navbar-nav > .user-menu > .dropdown-menu > li .menu > li > a:hover {
    background: #f4f4f4;
    text-decoration: none;
}

.navbar-nav > .user-menu > .dropdown-menu > li .menu > li > a {
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}

.navbar-nav > .user-menu > .dropdown-menu > li .menu > li > a > .glyphicon {
    width: 20px;
}

.navbar-nav > .user-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}


/* Fix dropdown menu in navbars */

.navbar-custom-menu > .navbar-nav > li {
    position: relative;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
}

.truncate {
    max-width:50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 991px) {
    .navbar-custom-menu > .navbar-nav {
        float: right;
    }

    .navbar-custom-menu > .navbar-nav > li {
        position: static;
    }

    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        position: absolute;
        right: 5%;
        left: auto;
        border: 1px solid #ddd;
        background: #fff;
    }
}


/*
 * Component: Form
 * ---------------
 */

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
}

.form-control:focus {
    border-color: #3c8dbc;
    box-shadow: none;
}

.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #bbb;
    opacity: 1;
}

.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-group.has-success label {
    color: #00a65a;
}

.form-group.has-success .form-control,
.form-group.has-success .input-group-addon {
    border-color: #00a65a;
    box-shadow: none;
}

.form-group.has-success .help-block {
    color: #00a65a;
}

.form-group.has-warning label {
    color: #f39c12;
}

.form-group.has-warning .form-control,
.form-group.has-warning .input-group-addon {
    border-color: #f39c12;
    box-shadow: none;
}

.form-group.has-warning .help-block {
    color: #f39c12;
}

.form-group.has-error label {
    color: #dd4b39;
}

fieldset.field-group.has-error {
    border-color: #dd4b39;
}

.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
    border-color: #dd4b39;
    box-shadow: none;
}

.form-group.has-error .help-block {
    color: #dd4b39;
}

.error,#card-errors {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #dd4b39;
}

#card-errors, .StripeElement--invalid {
    color: #dc3545 !important;
    border-color: #dc3545 !important;
}

/* Input group */

.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff;
}


/* button groups */

.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
    border-radius: 0;
}

.icheck > label {
    padding-left: 0;
}


/* support Font Awesome icons in form-control */

.form-control-feedback.fa {
    line-height: 34px;
}

.input-lg + .form-control-feedback.fa,
.input-group-lg + .form-control-feedback.fa,
.form-group-lg .form-control + .form-control-feedback.fa {
    line-height: 46px;
}

.input-sm + .form-control-feedback.fa,
.input-group-sm + .form-control-feedback.fa,
.form-group-sm .form-control + .form-control-feedback.fa {
    line-height: 30px;
}


/*
 * Component: Progress Bar
 * -----------------------
 */

.progress,
.progress > .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress,
.progress > .progress-bar,
.progress .progress-bar,
.progress > .progress-bar .progress-bar {
    border-radius: 1px;
}


/* size variation */

.progress.sm,
.progress-sm {
    height: 10px;
}

.progress.sm,
.progress-sm,
.progress.sm .progress-bar,
.progress-sm .progress-bar {
    border-radius: 1px;
}

.progress.xs,
.progress-xs {
    height: 7px;
}

.progress.xs,
.progress-xs,
.progress.xs .progress-bar,
.progress-xs .progress-bar {
    border-radius: 1px;
}

.progress.xxs,
.progress-xxs {
    height: 3px;
}

.progress.xxs,
.progress-xxs,
.progress.xxs .progress-bar,
.progress-xxs .progress-bar {
    border-radius: 1px;
}


/* Vertical bars */

.progress.vertical {
    position: relative;
    width: 30px;
    height: 200px;
    display: inline-block;
    margin-right: 10px;
}

.progress.vertical > .progress-bar {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.progress.vertical.sm,
.progress.vertical.progress-sm {
    width: 20px;
}

.progress.vertical.xs,
.progress.vertical.progress-xs {
    width: 10px;
}

.progress.vertical.xxs,
.progress.vertical.progress-xxs {
    width: 3px;
}

.progress-group .progress-text {
    font-weight: 600;
}

.progress-group .progress-number {
    float: right;
}

.ap-sidebar {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ap-sidebar-body {
    transform: none;
    visibility: visible;
    position: fixed;
    width: 100%;
    max-width: 400px;
    height:calc(100vh - 50px);
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: auto;
    z-index: 9999;
    box-shadow: -12px 0 40px 0 rgba(0, 0, 0, 0.12);overflow-x: hidden;
    /* transition: .3s all !important; */


}

.ap-sidebar .ap-sidebar-body{
    transform: translateX(100%);
    transition: transform .3s;
}
.ap-sidebar-body.isFixedButton, .ovrhiden {
    overflow: hidden;
}

.ap-sidebar-body.is-white {
    background: #fff;
}

.ap-sidebar-head {
    max-height: calc(100% - 66px);
    overflow:auto
}
.lb-sidebar-head{max-height: calc(100vh - 158px);height: calc(100vh - 66px);}
.ap-sidebar-footer {
    height: 44px;
}
.line-normal{line-height: normal;}
.line-h24{line-height: 24px;}
.line-h30{line-height: 30px;}
.ap-sidebar.isOpen .ap-sidebar-body, .ap-sidebar.in .ap-sidebar-body {
    transform: translateX(0);
}
.ap-sidebar.modal.in{background: transparent;}
.ap-sidebar-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1031;
}

.ap-sidebar-divider {
    height: 4px;
    background: #f0f3fa;
}

.ap-sidebar-divider2 {
    height: 1px;
    background: #E4E4E4;
}
/* ## SCROLLBAR */
.ap-sidebar-body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.ap-sidebar-body::-webkit-scrollbar-thumb {
    background-color: #999999;
}

.ap-sidebar-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

/* Remove margins from progress bars when put in a table */

.table tr > td .progress {
    margin: 0;
}

.progress-bar-light-blue,
.progress-bar-primary {
    background-color: #3c8dbc;
}

.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-green,
.progress-bar-success {
    background-color: #00a65a;
}

.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-aqua,
.progress-bar-info {
    background-color: #00c0ef;
}

.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-yellow,
.progress-bar-warning {
    background-color: #f39c12;
}

.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-red,
.progress-bar-danger {
    background-color: #dd4b39;
}

.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}


/*
 * Component: Small Box
 * --------------------
 */

.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.small-box > .inner {
    padding: 10px;
}

.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.small-box > .small-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}

.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}

.small-box p {
    font-size: 15px;
}

.small-box p > small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px;
}

.small-box h3,
.small-box p {
    z-index: 5;
}

.small-box .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}

.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}

.small-box:hover .icon {
    font-size: 95px;
}

@media (max-width: 767px) {
    .small-box {
        text-align: center;
    }

    .small-box .icon {
        display: none;
    }

    .small-box p {
        font-size: 12px;
    }
}


/*
 * Component: Box
 * --------------
 */

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box.box-primary {
    border-top-color: #0097ff;
    background: #fff;
    padding: 0px;
}

.box.box-info {
    border-top-color: #00c0ef;
}

.box.box-danger {
    border-top-color: #dd4b39;
}

.box.box-warning {
    border-top-color: #f39c12;
}

.box.box-success {
    border-top-color: #00a65a;
}

.box.box-default {
    border-top-color: #d2d6de;
}

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
    display: none;
}

.box .nav-stacked > li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}

.box .nav-stacked > li:last-of-type {
    border-bottom: none;
}

.box.height-control .box-body {
    max-height: 300px;
    overflow: auto;
}

.box .border-right {
    border-right: 1px solid #f4f4f4;
}

.box .border-left {
    border-left: 1px solid #f4f4f4;
}

.box.box-solid {
    border-top: 0;
}

.box.box-solid > .box-header .btn.btn-default {
    background: transparent;
}

.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
    background: rgba(0, 0, 0, 0.1);
}

.box.box-solid.box-default {
    border: 1px solid #d2d6de;
}

.box.box-solid.box-default > .box-header {
    color: #444444;
    background: #d2d6de;
    background-color: #d2d6de;
}

.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
    color: #444444;
}

.box.box-solid.box-primary {
    border: 1px solid #3c8dbc;
}

.box.box-solid.box-primary > .box-header {
    color: #ffffff;
    background: #3c8dbc;
    background-color: #3c8dbc;
}

.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-info {
    border: 1px solid #00c0ef;
}

.box.box-solid.box-info > .box-header {
    color: #ffffff;
    background: #00c0ef;
    background-color: #00c0ef;
}

.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-danger {
    border: 1px solid #dd4b39;
}

.box.box-solid.box-danger > .box-header {
    color: #ffffff;
    background: #dd4b39;
    background-color: #dd4b39;
}

.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-warning {
    border: 1px solid #f39c12;
}

.box.box-solid.box-warning > .box-header {
    color: #ffffff;
    background: #f39c12;
    background-color: #f39c12;
}

.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-success {
    border: 1px solid #00a65a;
}

.box.box-solid.box-success > .box-header {
    color: #ffffff;
    background: #00a65a;
    background-color: #00a65a;
}

.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
    color: #ffffff;
}

.box.box-solid > .box-header > .box-tools .btn {
    border: 0;
    box-shadow: none;
}

.upload-logo p {
    width: 100%;
}

.verify-company-logo {
    padding: 10px !important;
    width: 184px !important;
    height: 104px !important;
}

.upload-logo {
    height: auto !important;
    cursor: pointer;
}

.box.box-solid[class*='bg'] > .box-header {
    color: #fff;
}

.box .box-group > .box {
    margin-bottom: 5px;
}

.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em;
}

.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box .overlay,
.overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}

.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
    background: rgba(0, 0, 0, 0.5);
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
    content: " ";
    display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
    clear: both;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.collapsed-box .box-header.with-border {
    border-bottom: none;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
    margin-right: 5px;
}

.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.box-header > .box-tools [data-toggle="tooltip"] {
    position: relative;
}

.box-header > .box-tools.pull-right .dropdown-menu {
    right: 0;
    left: auto;
}

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}

.affiliate_link {
    padding: 0px 10px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    line-height: 35px;
    margin-right: 15px;
    font-size: 16px;
    color: #3B4857;
}

.open .btn-box-tool,
.btn-box-tool:hover {
    color: #606c84;
}

.btn-box-tool.btn:active {
    box-shadow: none;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.box-body > .table {
    margin-bottom: 0;
}

.box-body .fc {
    margin-top: 5px;
}

.box-body .full-width-chart {
    margin: -19px;
}

.box-body.pad-0 .full-width-chart {
    margin: -9px;
}

.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #ffffff;
}

.chart-legend {
    margin: 10px 0;
}

@media (max-width: 991px) {
    .chart-legend > li {
        float: left;
        margin-right: 10px;
    }
}

.box-comments {
    background: #f7f7f7;
}

.box-comments .box-comment {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.box-comments .box-comment:before,
.box-comments .box-comment:after {
    content: " ";
    display: table;
}

.box-comments .box-comment:after {
    clear: both;
}

.box-comments .box-comment:last-of-type {
    border-bottom: 0;
}

.box-comments .box-comment:first-of-type {
    padding-top: 0;
}

.box-comments .box-comment img {
    float: left;
}

.box-comments .comment-text {
    margin-left: 40px;
    color: #555;
}

.box-comments .username {
    color: #444;
    display: block;
    font-weight: 600;
}

.box-comments .text-muted {
    font-weight: 400;
    font-size: 12px;
}


/*
 * Component: Info Box
 * -------------------
 */

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.info-box small {
    font-size: 14px;
}

.info-box .progress {
    background: rgba(0, 0, 0, 0.2);
    margin: 5px -10px 5px -10px;
    height: 2px;
}

.info-box .progress,
.info-box .progress .progress-bar {
    border-radius: 0;
}

.info-box .progress .progress-bar {
    background: #fff;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
}

.info-box-icon > img {
    max-width: 100%;
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.progress-description,
.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box-text {
    text-transform: uppercase;
}

.info-box-more {
    display: block;
}

.progress-description {
    margin: 0;
}


/*
 * Component: Button
 * -----------------
 */

.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}

.btn.uppercase {
    text-transform: uppercase;
}

.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
    border-radius: 3px;
}

.btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:focus {
    outline: none;
}

.btn.btn-file {
    position: relative;
    overflow: hidden;
}

.btn.btn-file > input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-default {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}

.btn-default:hover,
.btn-default:active,
.btn-default.hover {
    background-color: #e7e7e7;
}

.btn-primary {
    background-color: var(--button_primary_color);
    border-color: var(--button_primary_color);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
    background-color: #0097ff;
    border-color: #0097ff;
}

.btn-primary:focus{
    background-color: #0097ff;
    border-color: #0097ff;
}

.btn-black {
    background-color: #1E1F1F;
    border-color: #1E1F1F;
    border-radius: 5px;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    padding: 13px;
}

.btn-black:hover,.btn-black:active {
    color: #fff;
}

.btn-success, .btn-go-premium {
    background-color: var(--button_primary_color);
    border-color: var(--button_primary_color);
}

.btn-go-premium {
    background-color: var(--button_primary_color) !important;
    border-color: var(--button_primary_color) !important;
    color: #fff;
}

.btn-go-premium:hover,
.btn-go-premium:active,
.btn-go-premium.hover {
    color: #fff;
}

.btn-success:hover,
.btn-success:active,
.btn-success.hover {
    background-color: #008d4c;
}

.btn-info {
    background-color: #00c0ef;
    border-color: #00acd6;
}

.btn-info:hover,
.btn-info:active,
.btn-info.hover {
    background-color: #00acd6;
}

.post-search-panel #searchButton {
    height: 34px;
}

.btn-danger {
    background-color: #dd4b39;
    border-color: #d73925;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
    background-color: #d73925;
}

.btn-warning {
    background-color: #f39c12;
    border-color: #e08e0b;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
    background-color: #e08e0b;
}

.btn-outline {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.7);
}

.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn[class*='bg-']:hover {
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}

.btn-app {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
}

.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion {
    font-size: 20px;
    display: block;
}

.btn-app:hover {
    background: #f4f4f4;
    color: #444;
    border-color: #aaa;
}

.btn-app:active,
.btn-app:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-app > .badge {
    position: absolute;
    top: -3px;
    right: -10px;
    font-size: 10px;
    font-weight: 400;
}


/*
 * Component: Callout
 * ------------------
 */

.callout {
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

.callout a {
    color: #fff;
    text-decoration: underline;
}

.callout a:hover {
    color: #eee;
}

.callout h4 {
    margin-top: 0;
    font-weight: 600;
}

.callout p:last-child {
    margin-bottom: 0;
}

.callout code,
.callout .highlight {
    background-color: #fff;
}

.callout.callout-danger {
    border-color: #c23321;
}

.callout.callout-warning {
    border-color: #c87f0a;
}

.callout.callout-info {
    border-color: var(--button_primary_color);
}

.callout.callout-success {
    border-color: #00733e;
}


/*
 * Component: alert
 * ----------------
 */

.alert {
    border-radius: 3px;
}

.alert h4 {
    font-weight: 600;
}

.alert .icon {
    margin-right: 10px;
}

.alert .close {
    color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.alert .close:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.alert a {
    color: #fff;
    text-decoration: underline;
}

.alert-success {
    border-color: #008d4c;
}

.alert-danger,
.alert-error {
    border-color: #d73925;
}

.alert-warning {
    border-color: #e08e0b;
}

.alert-info {
    border-color: #00acd6;
}


/*
 * Component: Nav
 * --------------
 */

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    color: #444;
    background: #f7f7f7;
}


/* NAV PILLS */

.nav-pills > li > a {
    border-radius: 0;
    border-top: 3px solid transparent;
    color: #444;
}

.nav-pills > li > a > .fa,
.nav-pills > li > a > .glyphicon,
.nav-pills > li > a > .ion {
    margin-right: 5px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    border-top-color: #3c8dbc;
}

.nav-pills > li.active > a {
    font-weight: 600;
}


/* NAV TABS */

.nav-tabs-custom {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.nav-tabs-custom > .nav-tabs {
    margin: 0;
    border-bottom-color: #f4f4f4;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.nav-tabs-custom > .nav-tabs > li {
    border-top: 3px solid transparent;
    margin-bottom: -2px;
    margin-right: 5px;
}

.nav-tabs-custom > .nav-tabs > li > a {
    color: #444;
    border-radius: 0;
}

.nav-tabs-custom > .nav-tabs > li > a.text-muted, .clr-99 {
    color: #999;
}

.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
    background: transparent;
    margin: 0;
}

.nav-tabs-custom > .nav-tabs > li > a:hover {
    color: #999;
}

.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
    border-color: transparent;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #3c8dbc;
}

.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
    background-color: #fff;
    color: #444;
}

.nav-tabs-custom > .nav-tabs > li.active > a {
    border-top-color: transparent;
    border-left-color: #f4f4f4;
    border-right-color: #f4f4f4;
}

.nav-tabs-custom > .nav-tabs > li:first-of-type {
    margin-left: 0;
}

.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
    border-left-color: transparent;
}

.nav-tabs-custom > .nav-tabs.pull-right {
    float: none !important;
}

.nav-tabs-custom > .nav-tabs.pull-right > li {
    float: right;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
    margin-right: 0;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
    border-left-width: 1px;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
    border-left-color: #f4f4f4;
    border-right-color: transparent;
}

.nav-tabs-custom > .nav-tabs > li.header {
    line-height: 35px;
    padding: 0 10px;
    font-size: 20px;
    color: #444;
}

.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
    margin-right: 5px;
}

.nav-tabs-custom > .tab-content {
    background: #fff;
    padding: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.nav-tabs-custom .dropdown.open > a:active,
.nav-tabs-custom .dropdown.open > a:focus {
    background: transparent;
    color: #999;
}

.nav-tabs-custom.tab-primary > .nav-tabs > li.active {
    border-top-color: #3c8dbc;
}

.nav-tabs-custom.tab-info > .nav-tabs > li.active {
    border-top-color: #00c0ef;
}

.nav-tabs-custom.tab-danger > .nav-tabs > li.active {
    border-top-color: #dd4b39;
}

.nav-tabs-custom.tab-warning > .nav-tabs > li.active {
    border-top-color: #f39c12;
}

.nav-tabs-custom.tab-success > .nav-tabs > li.active {
    border-top-color: #00a65a;
}

.nav-tabs-custom.tab-default > .nav-tabs > li.active {
    border-top-color: #d2d6de;
}


/* PAGINATION */

.pagination > li > a {
    background: #fafafa;
    color: #666;
}

.pagination.pagination-flat > li > a {
    border-radius: 0 !important;
}


/*
 * Component: Table
 * ----------------
 */

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #f4f4f4;
}

.table > thead > tr > th {
    border-bottom: 2px solid #f4f4f4;
}

.table tr td .progress {
    margin-top: 5px;
}

.table-bordered {
    border: 1px solid #f4f4f4;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #f4f4f4;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table.no-border,
.table.no-border td,
.table.no-border th {
    border: 0;
}

.border-6de{border: 1px solid #d2d6de;}

/* .text-center in tables */

table.text-center,
table.text-center td,
table.text-center th {
    text-align: center;
}

.table.align th {
    text-align: left;
}

.table.align td {
    text-align: right;
}


/*
 * Component: Label
 * ----------------
 */

.label-default {
    background-color: #d2d6de;
    color: #444;
}


/*
 * Component: modal
 * ----------------
 */

.modal {
    background: rgba(0, 0, 0, 0.3);
    overflow-wrap: break-word;
}

.modal-content {
    border-radius: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    border: 0;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 12px;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    }
}

.modal-header {
    border-bottom-color: #f4f4f4;
}

.modal-footer {
    border-top-color: #f4f4f4;
}

.modal-primary .modal-header,
.modal-primary .modal-footer {
    border-color: #307095;
}

.modal-warning .modal-header,
.modal-warning .modal-footer {
    border-color: #c87f0a;
}

.modal-info .modal-header,
.modal-info .modal-footer {
    border-color: #0097bc;
}

.modal-success .modal-header,
.modal-success .modal-footer {
    border-color: #00733e;
}

.modal-danger .modal-header,
.modal-danger .modal-footer {
    border-color: #c23321;
}


/*
 * Page: Login & Register
 * ----------------------
 */

/* .login-logo,
.register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
} */

.login-logo a,
.register-logo a {
    color: #444;
}

.login-page, .register-page {
    background: linear-gradient(180deg, #18181B 0%, #3F3F46 100%);
    display: flex;
    align-items: center;
    justify-content: center;




}
.bdr-rds4 {
    border-radius: 4px;
    }

    .bdr-rds5 {
        border-radius: 5px;
    }

    .bdr-rds6 {
        border-radius: 6px;
    }

    .bdr-rds8 {
        border-radius: 8px;
    }

    .bdr-rds10 {
        border-radius: 10px;
    }

    .bdr-rds12 {
        border-radius: 12px;
    }

    .bdr-rds14 {
        border-radius: 14px;
    }
    .bdr-rds16 {
        border-radius: 16px !important;
    }
    .bdr-rds50 {
        border-radius: 50%;
    }
    .clr-a0{color:#A0A0AB}
    .clr-53{color: #53B1FD;}
    .bgclr31{background-color: #0087e2;}
    .clr-7b{color:#70707B}
    .clr-16B364{color:#16B364}
    .clr-F79009{color:#F79009}
.login-box,
.register-box {
    width: 412px;border-radius: 16px;
    border: 1px solid #26272B;
    box-shadow: 0px 8px 8px -4px #10182808;
    background: linear-gradient(0deg, #18181B, #18181B),linear-gradient(0deg, #26272B, #26272B);
    padding: 24px;
}
.outfitfont{font-weight: 400;}
.logheading{margin: 24px 0 12px;font-weight:  600;font-size: 30px; line-height: 38px;}
.createac-btn,.createac-btn:hover{background: linear-gradient(0deg, #26272B, #26272B), linear-gradient(0deg, #3F3F46, #3F3F46);color:#A0A0AB; }
.logcustominput{background: linear-gradient(0deg, #26272B, #26272B),linear-gradient(0deg, #26272B, #26272B);color: #A0A0AB;border: 1px solid #26272B;border-radius: 8px;padding: 9.5px 42.5px 9.5px 14px; height:auto}
.glyicons{top:22.42px;transform: translateY(-50%);pointer-events:all;cursor: pointer;}
@media (max-width: 768px) {
    .login-box,
    .register-box {
        width: 90%;
        margin-top: 20px;
    }

    .company-filter {
        margin: 15px 0px;
    }
}

.login-box-body,
.register-box-body {
    border-top: 0;
    color: #666;
}

.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
    color: #A0A0AB;
}

.login-box-msg,
.register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 30.5px 20px;
}

.social-auth-links {
    margin: 10px 0;
}
.mr-b20{margin-bottom: 20px;}
.mr-b24{margin-bottom: 24px;}
.mr-b14{margin-bottom: 14px;}

/*
 * General: Miscellaneous
 * ----------------------
 */

.pad-10 {
    padding: 10px;
}

.mar-10 {
    margin: 10px;
}

.mar-b-20 {
    margin-bottom: 20px;
}

.mar-r-5 {
    margin-right: 5px;
}

.pad-0 {
    padding: 0 !important;
}

.mar-0 {
    margin: 0 !important;
}

.mar-t-15 {
    margin-top: 15px;
}

.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    color: #fff !important;
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
    background-color: #dd4b39 !important;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
    background-color: #f39c12 !important;
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-color: var(--primary_color) !important;
}

.bg-blue {
    background-color: var(--primary_color) !important;
}

.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
    background-color: #3c8dbc !important;
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
    background-color: #00a65a !important;
}

[class^="bg-"].disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.dis-none {
    display: none;
}


.form-horizontal .alert {
    display: none;
}

.align-center {
    text-align: center;
}

.list-unstyled {
    list-style: none;
}

.view-user .form-control {
    border: 0px;
}

.view-user .form-group {
    margin: 0px;
}

table.table-bordered tbody th, table.table-bordered tbody td {
    vertical-align: middle;
    text-align: center;
}

#image, #cover-image {
    display: inline-block;
    height: 70px;
}

img.change-status {
    cursor: pointer;
}

table.dataTable thead > tr > th {
    text-align: center;
    padding-right: 20px !important;
}

.user-image {
    height: 64px;
    width: 64px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin: 0 auto;
}

.view-user-image {
    float: left;
}

.logo-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.action-btn {
    margin: 0 5px;
}

.block-user, .deactivate-user {
    color: #449D44;

}

.delete-user {
    color: #C9302C;
}

.unblock-user, .activate-user {
    color: #EC971F;
}

.order-details .row {
    padding: 10px;
}

.apparel-image {
    width: 200px;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    float: left;
    margin-right: 10px;
}

.seller-image {
    width: 200px;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    float: left;
}

.user-details {
    float: left;
    width: 100%;
}

.user-info {
    float: right;
    width: 80%;
}

.font-bold {
    font-weight: bold;
}

.orders_filter {
    display: none;
}

table.table-bordered tfoot th, table.table-bordered tfoot td {
    text-align: center;
}

.apparel-image-box, .look-image-box {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.look-apparels-image {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

#look-apparels {
    margin-top: 15px;
}

#look-apparels .col-lg-4 {
    margin-bottom: 15px;
}

.table-responsive .table {
    width: 100% !important;
}

.modal-details .row {
    padding-bottom: 15px;
}

textarea#message {
    resize: none;
    width: 100%;
}


textarea#message {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
    border-color: -moz-use-text-color #FFFFFF #FFFFFF -moz-use-text-color;
    border-image: none;
    border-radius: 6px 6px 6px 6px;
    border-style: none solid solid none;
    border-width: medium 1px 1px medium;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    color: #555555;
    font-size: 1em;
    line-height: 1.4em;
    padding: 5px 8px;
    transition: background-color 0.2s ease 0s;
}


textarea#message:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    outline-width: 0;
}


.has-error .form-control,
.has-error .form-control:focus, .has-error .input-group-btn .btn {
    border-color: #e2533e;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #e2533e;
}

#broadCastModal {
    top: 20%;
}


.action-btn {
    margin: 0 5px;
    font-size: 17px;
    vertical-align: top;
}

.brand-broadcast {
    background-color: #00A66F;
    border-color: #00A66F;
}

.view-image, .view-video {
    cursor: pointer;
    transition: 0.3s;
}

.view-image:hover, .view-video:hover {
    opacity: 0.7;
}

/* The Modal (background) */
#image-modal, #video-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    text-align: center;
    padding-bottom: 100px;
}

#image-modal .image-modal-content, #video-modal .video-modal-content {
    position: relative;
    display: inline-block;
}

/* Modal Content (image) */
#image-modal .modal-image {
    margin: auto;
    display: block;
    max-width: 700px;
}

/* Add Animation */
#image-modal .image-modal-content, #video-modal .video-modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

/* The Close Button */
#image-modal .close, #video-modal .close {
    position: absolute;
    top: -25px;
    right: -25px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    transition: 0.3s;
    opacity: 1;
}

#image-modal .close:hover, #video-modal .close:hover,
#image-modal .close:focus, #video-modal .close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    #image-modal .modal-image, #video-modal .modal-video {
        width: 100%;
    }
}

#video-modal .modal-video {
    background: #000;
}

#video-modal .modal-video {
    margin: auto;
    display: block;
    max-width: 720px;
    max-height: 396px;
    width: 720px;
    height: 396px;
}

#video-modal video::-internal-media-controls-download-button, #image-modal video::-internal-media-controls-download-button {
    display: none;
}

#video-modal video::-webkit-media-controls-enclosure, #image-modal video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

#video-modal video::-webkit-media-controls-panel, #image-modal video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

#video-modal .video-modal-content {
    top: 55px;
}

.user-details-wrapper .row {
    padding-bottom: 15px;
}

.look-video {
    width: 100%;
    height: 300px;
    background: #000;
}

input[type=file] {
    background: transparent;
}

.navbar-nav > li > a {
    height: 50px;
}

.company-image, .employee-image {
    height: 100%;
    width: 100%;
    max-width: 180px;
    max-height: 180px;
}

.company_logo {
    min-height: 100%;
    width: auto;
    max-height: 45px;
    margin: 2px 0;
}

.mini_logo {
    margin-top: 7px;
    width: 40px;
}

.main-header .logo .logo-lg {
    display: none;
    text-align: left;
}

.sidebar-collapse .logo {
    width: 50px;
    padding: 0;
}

.sidebar-collapse .logo-mini {
    display: none;
}

.sidebar-mini .main-header .logo .logo-lg {
    display: block;
    text-align: center;
}

.sidebar-mini .logo-lg {
    display: block !important;
    padding: 5px;
    text-align: center;
}

@media (max-width: 420px) {
    .company-image, .employee-image {
        float: none;
        margin-bottom: 15px;
    }
}

@media (max-width: 620px) {
    body.modal-open .modal.in {
        display: flex !important;
        align-items: center;
    }

    body.modal-open .modal.in .modal-dialog {
        width: 95%;
        margin: auto;
    }
}


#fileInput {
    width: 0;
    height: 0;
    overflow: hidden;
}

#modal {
    z-index: 10;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #5F5F5F;
    opacity: 0.95;
    display: none;
}

#preview {
    z-index: 11;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    border: 4px solid #A5A2A2;
    border-radius: 4px;
    float: left;
    font-size: 0px;
    line-height: 0px;
}

#preview .buttons {
    width: 36px;
    position: absolute;
    bottom: 0px;
    right: -44px;
}

#preview .buttons .ok {
    border: 4px solid #F5F5F5;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    line-height: 0px;
    font-size: 0px;
    background-image: url('../ok.png');
    background-repeat: no-repeat;
}

#preview .buttons .ok:hover {
    background-image: url('../ok.png');
}

#preview .buttons .cancel {
    margin-bottom: 4px;
    border: 4px solid #F5F5F5;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    line-height: 0px;
    font-size: 0px;
    background-image: url('../cancel.png');
    background-repeat: no-repeat;
}

.alertify .ajs-dialog {
    margin: 15% auto;
}

#preview .buttons .cancel:hover {
    background-image: url('../cancel.png');
}


.contact-card * {
    box-sizing: border-box;
}

.contact-card-container {
    display: flex;
    flex-direction: row;
}

.contact-card {
    width: 510px;
    height: 290px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid;
}

.contact-card-upper-right img {
    /* max-width: 80%; */
    /* max-height: 70%; */
    width: 100%;
    height: 100%;
}

.contact-card-upper {
    height: 65%;
}

.contact-card-lower {
    height: 35%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
}

.contact-card-upper-left {
    width: 40%;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url("../user.svg");
}

.contact-card-upper-right {
    justify-content: center;
    width: 60%;
    background-color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    float: left;
    border-bottom: 1px solid;
}

.cropme {
    width: 100%;
    height: 100%;
}

.converted-card-container {
    width: 470px;
    height: 290px;
}

.converted-card-container img {
    width: 100%;
}

.contact-card-lower {
    font-size: 26px;
    font-weight: 700;
    color: black;
}

.contact-card-lower-left {
    font-size: 16px;
    color: black;
}

.contact-card-lower-right {
    font-size: 16px;
    color: black;
    float: right;
}

.cropme {
    cursor: pointer;
    background-color: rgba(256, 256, 256, 0.1);
    border-bottom: 1px solid;
    border-right: 1px solid;
}

.company-logo img {
    max-height: 84px !important;
}

.contact-card-lower5, .contact-card-lower4 {
    text-align: right
}

.contact-card-upper-left, .b-size100 {
    background-size: 100%;
}

/* send business card popup css */

#globalSendCard label {
    text-align: left;
    font-weight: normal;
    margin-left: 0px;
    margin-right: 0px;
}

#globalSendCard h4 {
    margin: 0;
}

#customerModal label {
    text-align: left;
    font-weight: normal;
}

#apparelModal label {
    text-align: left;
    font-weight: normal;
}

.import-button {
    margin-top: 20px;
    margin-left: 10px;
}

.date-range-label {
    line-height: 34px;
}

.panel-body-top {
    margin-bottom: 15px;
}

#importarea {
    margin-bottom: 25px;
}

.import-file {
    height: auto;
    padding: 5px !important;
}

.export-button {
    float: right;
    margin-right: 15px;
}

.nav-dashboard {
    /* padding:0px; */
    padding-left: 33%;
}

.nav-dashboard h3 {
    margin-top: 0px;
    font-size: 20px;
}

.to_re small.text-muted {
    padding-top: 7px;
}

/*order page css*/

.negative {
    margin-bottom: 5px;
    min-width: 60px !important;
    padding: 2px 5px !important;
    font-size: 11px;
}

.positive {
    margin-bottom: 5px;
    min-width: 60px !important;
    padding: 2px 5px !important;
    font-size: 11px;
}

.kycbox {
    display: inline-block;
    padding: 5px;
    border: 1px solid #ddd;
    min-height: 240px;
    border-radius: 5px;
    box-shadow: 0 0 3px #ddd;
}

.kycbox img {
    width: 100%;
    height: 100%;
    max-width: 204px;
    object-fit: contain;
}

.kycbox img.download_image {
    width: 30px;
    object-fit: contain;
    height: 40px;
}

.kycbox p {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

.kycbox a {
    text-align: center;
    width: 100%;
    display: inline-block;
}


/*Attention popup css*/

.ReloadButton {
    color: blue;
}

.ui-dialog .ui-dialog-buttonpane {
    background: #f5f5f5;
    margin-top: 0px;
    padding: 0px;
}

.ui-widget.ui-widget-content {
    padding: 0;
}

.custom-checkbox-leaderboard input[type="checkbox"] {
    display: none;
}

.custom-checkbox-leaderboard label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    user-select: none;
    display: inline-block;
    font-weight: 400;
    margin-top: 15px;
}

.custom-checkbox-leaderboard label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 4px;
    background-color: #fff;
    transition: all 0.3s ease;
}

.custom-checkbox-leaderboard input[type="checkbox"]:checked + label:before {
    background-color: #F04438; /* Change this to your desired color */
    border-color: #F04438;
}

.custom-checkbox-leaderboard input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.user-action-content {
    min-width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    margin: 0px 2px;
}

#company .user-action-content,#review .user-action-content {
    min-width: 60px;
}

.user-action-content a:hover, .user-action-content img:hover {
    cursor: pointer;
}

.business-card {
    font-size: 21px;
    position: relative;
    width: 25px;
    display: inline-block;
    height: 25px;
}

.send-welcome-email {
    font-size: 25px;
    position: relative;
    width: 25px;
    display: inline-block;
    height: 25px;
}

.send-welcome-email .fa {
    position: absolute;
    left: 0;
}

.user-action-icons {
    font-size: 25px;
}

.user-action-icons .fa {
    position: absolute;
    top: 2px;
    left: 0;
}

.ui-draggable .ui-dialog-titlebar {
    font-size: 15px;
    background: #00B184;
    color: #fff;
    border: 0;
    border-radius: 0;

}

.skin-red .sidebar-menu > li > a.active {
    color: #ffffff;
    background: #0097ff;
    border-left: 3px solid #fff;
}

.ui-dialog-buttonset button:first-child {
    background: #2b80d5;
    color: #fff;
    border-color: #2b80d5;
}

#dialog-content {
    font-size: 13px;
}

.customer-status-icon {
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98px;
    border: 1px solid #B7BFC9;
    border-radius: 8px;
    line-height: 24px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}

.customer-icon-image, .customer-status-icon-list {
    height: 24px;
    width: 24px;
}
.customer-icon-wrapper {
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98px;
}

.icon-preview-container {
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1E1F1F;
    border-radius: 12px;
    height: 24px;
    width: 24px;
    position: relative;
}

.customer-list-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.close-icon {
    position: absolute;
    right:-7px;
    top:-7px;
    height: 14px;
    width:14px;
    display:none;
}

.placeholder-icon {
    height: 15px;
    width:15px;
    background: #fff !important;
}
.customer-status-icon-container {
    display: flex;
    align-items: center;
}

.customer-default-icon img {
    width: 24px;
    margin: 5px;
    background: #1E1F1F;
    padding: 5px;
    cursor: pointer;
}

.ui-dialog-buttonset button {
    font-size: 14px !important;
}

.sidebar-menu .btn-success {
    background-color: var(--button_primary_color);
    border-color: var(--button_primary_color);
    color: #FFFFFF;
}

.ui-tooltip, .arrow:after {
    background: #616161;
    border: 2px solid white;
}

.ui-tooltip {
    padding: 5px !important;
    color: white;
    border-radius: 5px;
}

.background-status-info {
    min-width: 500px;
    padding: 10px !important;
}

@media (max-width: 1050px) {
    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
        top: 0;
        margin-left: 0;
        padding: 12px 5px 12px 0px;
        background-color: inherit;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li a i {
        position: relative;
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .navbar-nav > .user-menu .user-image {
        float: none;
        margin-right: 0;
        margin-top: -8px;
        line-height: 10px;
    }

    .skin-red.fixed.sidebar-mini span.logo-mini {
        display: none;
    }

    .main-header .logo .logo-lg {
        display: block;
    }

    .skin-red.fixed.sidebar-mini .main-header .logo {
        width: 100%;
        padding: 0;
        text-align: center;
        display: inline-block;
        float: none;
    }

    .main-header .logo .logo-lg {
        text-align: center;
    }

    .skin-red.fixed.sidebar-mini .main-header .navbar {
        margin-left: 0;
        margin-top: -5px;
    }

    .main-header .sidebar-toggle {
        padding: 17px 19px;
    }

    .skin-red.fixed.sidebar-mini.sidebar-open .main-sidebar {
        width: 70%;
    }

    .skin-red.fixed.sidebar-mini .content-wrapper {
        margin-left: 0;
    }

    .skin-red.fixed.sidebar-mini .main-footer {
        margin-left: 0;
    }

    .skin-red.fixed.sidebar-mini.sidebar-open .main-sidebar .sidebar-menu li a span {
        display: inline-block;
    }

    .skin-red.fixed.sidebar-mini .sidebar {
        overflow: hidden !important;
    }

    .skin-red.fixed.sidebar-mini .sidebar {
        overflow: hidden !important;
    }
    .nav-dashboard {
        padding: 0px;
    }
}

/*New Css for location thing*/
.location-modal-header button {
    position: absolute;
    right: 17px;
    top: 10px;
    font-size: 30px;
}

.modal-dialog.rapbox h4.modal-title {
    text-align: center;
    width: 100%;
    font-size: 22px;
    color: #3B4857;
    font-weight: 600;
    font-size: 24px;
    line-height: 42px;

}

.rapcard .modal-body p {
    color: #3B4857;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    margin: 0px;
    padding: 0;
}

.rapcard .location-modal-header {
    border-bottom: 0;
    padding: 25px 0;
}

.rapcard .modal-dialog {
    width: 770px;
    margin: 1.75rem auto;
    max-width: 100%
}

.rapcard .modal-footer {
    border-top: 0px solid #e9ecef;
}

.rapcard .modal-body {
    padding: 0 30px;
}

.pop-body fieldset input {
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    color: #3B4857;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
}

input:focus {
    border-color: #4FBBFE !important;
}

input:focus + label {
    color: #4FBBFE !important;
}

*:focus {
    outline: none;
}

.pop-body {
    padding: 25px 0;
}

.pop-body fieldset label {
    position: absolute;
    background: #fff;
    top: -12px;
    padding: 0 5px;
    color: #677383;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    left: 30px;
    text-transform: capitalize;
}

.pop-body fieldset.borderblue input {
    border: 1px solid #4FBBFE;
    box-sizing: border-box;
}

.pop-body fieldset.borderblue label {
    color: #4FBBFE;;
}

.from.group {
    margin-top: 20px;
}

input.input_inline {
    padding: 15px;
    width: 100%;
    /* background: #F9FAFC; */
    /* icons */
    border: 1px solid #E0E6ED;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    line-height: 23px;

    /*color: #8492A5;*/
}

.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
    height: 55px;
    background: #F9FAFC;
    color: #8492A5;
}

.pop-body .dropdown-menu > li > a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 15px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important
}

/*form {
    width: 100%;
    height: 100%;
    padding-bottom: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: radial-gradient(at top, #b5e6cf, #9dddad);
}*/

.nice-select.selectpicker {
    width: 100%;
    height: 56px;
    /* background: #F6F6F6; */
}

.nice-select.selectpicker {
    padding: 6px 15px;
}

.nice-select.open .list {
    width: 100%;
    max-height: 250px;
}

.social {
    padding: 30px 0;
}

.social p {
    padding: 0 0 15px 0 !important;
}

.nice-select.myselect {
    width: 100%;
    height: 56px;
    /* background: #fafafa; */
    line-height: 52px;
    padding-left: 50px;
}

.social .from.group input.input_inline {
    padding-left: 50px;
}

.social .from.group {
    position: relative;
}

.social .from.group img {
    position: absolute;
    top: 7px;
    left: 7px;
    height: 35px;
}

.social.nospace .from.group input.input_inline {
    padding-left: 15px;
}

.input-tags {
    width: 100%;
    padding: 15px;
    display: block;
    margin: 0 auto;
}

.label-info {
    background-color: #5bc0de;
    padding: 3px;
}

.bootstrap-tagsinput {
    padding: 15px !important;
    width: 100%;
    border: 1px solid #E0E6ED !important;
    box-sizing: border-box;
    border-radius: 5px !important;
    font-size: 20px;
    line-height: 23px !important;
    color: #8492A5;
    box-shadow: 0 0 0 !important;
    font-weight: normal !important;
}

.bootstrap-tagsinput:focus {
    border-color: #4FBBFE !important;
}

.bootstrap-tagsinput .label-info {
    margin: 2px;
    background: #E0E6ED !important;
    border-radius: 20px;
    color: #3B4857 !important;
    padding: 7px 10px;
    font-size: 13px;
    display: inline-block;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 0;
}

span.mytags {
    font-size: 13px;
    line-height: 20px;
    padding-top: 10px;
    display: inline-block;
}

.modal-footer.mygot {
    text-align: center;
    margin: -20px 0 20px;
}

.modal-footer.mygot button {
    background: #4FBBFE;
    border-radius: 5px;
    border-color: #4FBBFE;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 30px;
}

.social.nospace .from.group {
    margin: 7px 0 0;
}

.social.nohide {
    padding: 0px;
}

#myModal .social.nohide {
    margin-top: -15px;
}

.social.nohide .from.group {
    margin: 0px 0 14px;
}

.social.nospace {
    padding-top: 10px;
}

.social.nohide .help-block {
    position: relative;
}

.social.links span.myboxs {
    bottom: 0px;
    left: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background: rgba(79, 187, 254, 0.1) !important;
    color: #4FBBFE;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 16px;
    font-weight: 500;
}

.nice-select .option.selected {
    font-weight: 500 !important
}

.light-gray {
    background: #F9FAFC;
}

.h-100 {
    height: 100%;
}

.rapInfo {
    display: inline-flex;
}

.rapBox .rapInfo {
    display: inline-block;
}

.rapBox {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(39, 52, 67, 0.05);
    border-radius: 0px 3px 3px 0px;
    padding: 25px;
    width: 100%;
    min-height: 700px;
    margin-bottom: 100px
}

.app-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(39, 52, 67, 0.05);
    border-radius: 0px 3px 3px 0px;
    position: relative;
    padding: 0 16px;
    margin: 16px 0px;
}

.import-users {
    padding: 16px;
}

.upload-users {
    display: none;
}

.leftborder {
    position: absolute;
    width: 4px;
    left: 0px;
    top: 0%;
    bottom: 0%;
    background: #FFD63F;
}

.topApp-header {
    font-size: 16px;
    line-height: 33px;
    color: #3B4857;
}

.appBtn {
    background: var(--button_primary_color);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF !important;
    min-width: 120px;
    transition: ease 0.2s;
}

.button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

#reset-password-modal .modal-header {
    position: relative;
    border: none;
    padding-bottom: 0;
}

#reset-password-modal .close-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 25px;
    cursor: pointer;
}

.modal-sm {
    width: 343px;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 10px;
}

.password-fields {
    padding-right: 35px;
}

.appBtn:hover {
    box-shadow: inset 0px -20px 20px 0px #3192ce;
    color: #fff;
    transition: ease 0.2s;
}

.responsiveTable {
    overflow: auto;
}

.tableBox {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(39, 52, 67, 0.05);
    padding: 25px;
}

.tableSearch {
    background: #FFFFFF;
    /* icons */
    border: 1px solid #E0E6ED;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 8px 16px;
}

.tableSearch .txt {
    border: 0;
    margin-left: 8px;
}

.tableAction {
    display: flow-root;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.tableSearch i {
    color: #4fbbfe;
    font-size: 16px;
}

.tableSearch {
    width: 100%;
    max-width: 320px;
}

.tableDelete {
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    text-align: right;
    color: #F3615E;
    display: block;
    align-items: center;
    justify-content: right;
}


.nice-select.selectpicker.myselect.mylists.open .rapInfo ul.list {
    transform: inherit !important;
}

.social.nohide .from.group.icon-location::before {
    top: 7px !important;
    left: 20px;
}

.tableDelete i {
    font-size: 20px;
    margin-right: 6px;
}

.tableDelete span {
    cursor: pointer;
}

.tableFooter {
    margin-top: 16px;
}

.tableFooter .row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin: 0;
}

.tableFooter .col-md-3 {
    padding: 0;
}

.showPage {
    display: flex;
    justify-content: flex-end;
}

.showPage select {
    margin: 0 8px;
}

.tableFooter .pagination {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.pageNo span .tableBox {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(39, 52, 67, 0.05);
    padding: 30px;
}

.tableFooter .pagination .active a {
    background: #4fbbfe;
    border: 1px solid #4fbbfe;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}

.tableFooter .pagination a {
    border: 0;
    border-radius: 3px;
    margin: 4px;
    border: 1px solid #E0E6ED;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    color: #8492A5;
}

.tableFooter .pagination li:first-child a,
.tableFooter .pagination li:last-child a {
    border: 0;
    background: none;
    color: #4fbbfe;
}

table#officeTable th,
table#officeTable td {
    text-align: left;
    overflow: hidden;
}

table#officeTable th {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #3B4857;
    background: #F9FAFC;
    border-top: 1px solid #E0E6ED;
    border-bottom: 1px solid #E0E6ED;
    position: relative;
    display: table-cell;
}

table#officeTable td {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 33px;
    color: #3B4857;
    border-top: 1px solid #E0E6ED;
}

table#officeTable > tbody > tr:hover {
    background-color: rgba(79, 187, 254, 0.1);
}

table#officeTable > tbody > tr:hover td {
    color: #4FBBFE;
}

.activeRow {
    background-color: rgba(79, 187, 254, 0.1);
}

.activeRow td {
    color: #4FBBFE !important;
}

th.checkTh {
    width: 20px !important;
    margin: 0;
    position: relative;
    display: table;
}

th.checkTh:after {
    content: none !important;
}

td.checkTd {
    width: 20px;
    position: relative
}

/* Checkbox Css Start */
.tableChk:checked,
.tableChk:not(:checked) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    opacity: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.tableChk:checked + label {
    cursor: pointer;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tableChk:checked + label:before,
.tableChk:not(:checked) + label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}

.tableChk:checked + label:after,
.tableChk:not(:checked) + label:after {
    content: '\f00c';
    width: 18px;
    height: 18px;
    background: #4FBBFE;
    position: absolute;
    top: -9px;
    left: -9px;
    transform: translate(-50%, -50%);
    border-radius: 2px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tableChk:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.tableChk:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.tableheaderChk:checked,
.tableheaderChk:not(:checked) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    opacity: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.tableheaderChk:checked + label {
    cursor: pointer;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tableheaderChk:checked + label:before,
.tableheaderChk:not(:checked) + label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}

.tableheaderChk:checked + label:after,
.tableheaderChk:not(:checked) + label:after {
    content: '\f00c';
    width: 18px;
    height: 18px;
    background: #4FBBFE;
    position: absolute;
    top: -9px;
    left: -9px;
    transform: translate(-50%, -50%);
    border-radius: 2px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tableheaderChk:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.tableheaderChk:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Checkbox Css End */

/* Edit Location Css Start */
.rapSection h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #3B4857;
    margin-top: 0;
}

.field-group {
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    height: 60px;
    padding: 0;
    margin: 0;
    margin-bottom: 12px;
    position: relative;
}

.field-group legend {
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #8492A5;
    border: 0;
    background: white;
    width: initial;
    padding: 0 4px;
    margin: 0 16px;
}

.field-group .txtBox, .field-group .selectpicker {
    height: 34px;
    margin: 0;
    padding: 0 16px;
    border: 0;
    border-radius: 8px;
    left: 0;
    bottom: 0;
    background: transparent;
    width: 100%;
}

.field-group .txtBox:focus,
.field-group .txtBox:hover {
    outline: none;
    border: none;
    box-shadow: none;
}

.field-group .clear {
    position: absolute;
    right: 10px;
    top: 14px;
    cursor: pointer;
    display: none;
}

.field-tags label {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    color: #3B4857;
    display: flex;
    clear: both;
    width: 100%;
    margin: 0;
    margin-bottom: 8px;
}

.field-tags {
    border: 0;
}

.field-tags .bootstrap-tagsinput {
    border: 1px solid #ccc;
    width: 100%;
    min-height: 90px;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: wrap row;
    max-height: 100px;
    overflow: auto;
}

span.mytags {
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #8492A5;
}

.field-tags span.tag.label.label-info {
    background: #E0E6ED !important;
    border-radius: 20px;
    font-size: 14px;
    line-height: 23px;
    color: #3B4857 !important;
    min-width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    margin-bottom: 8px;
}

.bootstrap-tagsinput input {
    border: 0;
}

.bootstrap-tagsinput input:focus {
    outline: none;
    box-shadow: none;
}

.rapInfo .from.group {
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    height: 50px;
    padding: 0;
    margin: 0;
    margin-top: 8px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.rapInfo .from.group input[type="text"] {
    width: 100%;
    height: initial;
    border: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 8px;
    padding-left: 50px;
    border-radius: 16px;
}

.rapInfo .from.group input[type="text"]:focus {
    outline: none;
    box-shadow: none;
}

.from.group .myselect {
    width: 100%;
    border: 0;
    padding: 0 10px;
    padding-left: 50px;
}

.d-flex {
    display: flex;
    justify-content: center;
}


.tutorial-attachments {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tutorial-attachments img {
    max-width: 62px;
    max-height: 62px;
}

#directories .switch-wrapper, #tutorials .switch-wrapper {
    max-width: 48px;
    margin: auto;
}

.row.d-flex .col-md-4 {
    display: flex;
    width: 100%;
}

.field-group.no-legend.bioinfo {
    height: 105px;
}

.field-group.no-legend.bioinfo textarea#bio {
    height: auto;
    width: 100%;
    border: 0px;
    height: 101px;
    padding: 5px 10px
}

.rapInfo .nice-select .option:hover,
.rapInfo .nice-select .option.focus,
.rapInfo .nice-select .option.selected.focus {
    background: rgba(79, 187, 254, 0.1) !important;
    color: #4FBBFE;
}

.rapInfo ul.list {
    width: 100%;
    height: 200px;
    overflow: auto;
    transform: none !important;
}

.rapInfo fieldset.field-group:focus-within,
.rapInfo fieldset.field-group:hover,
.rapInfo fieldset.field-group:active {
    border: 1px solid #4fbbfe;
}

.rapInfo .from.group:focus-within,
.rapInfo .from.group:hover,
.rapInfo .from.group:active {
    border: 1px solid #4fbbfe;
}

.table-responsive .tab-content {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: none;
}

.rapInfo .field-tags:focus-within,
.rapInfo .field-tags:hover,
.rapInfo .field-tags:active {
    border: 0 !important;
}

.rapInfo .field-tags:focus-within .bootstrap-tagsinput,
.rapInfo .field-tags:hover .bootstrap-tagsinput,
.rapInfo .field-tags:active .bootstrap-tagsinput {
    border: 1px solid #4fbbfe;
}

.rapInfo fieldset.field-group:focus-within legend,
.rapInfo fieldset.field-group:hover legend,
.rapInfo fieldset.field-group:active legend {
    color: #4fbbfe;
}

span.myboxs {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    z-index: 99;
}

.from.group .editmyselect + .nice-select {
    width: 100%;
    border: 0;
    padding-left: 50px;
}

span.myboxs img {
    position: initial;
    height: 16px;
}

fieldset.field-group.icon-location .nice-select {
    padding-left: 40px;
}

fieldset.field-group.icon-location:before {
    top: 18px;
    left: 18px;
}

/* Edit Location Css End */


/* Add User Page Css Start */
fieldset.field-group.no-legend {
    height: 47px;
    min-height: 47px;
}

fieldset.field-group.no-legend .txtBox {
    /* background: #f5f5f5; */
    border-radius: inherit;
    height: 45px;
}

input:disabled {
    background: #f5f5f5 !important;
}

fieldset.field-group.no-legend .txtBox:focus {
    background: #ffffff;
}

.field-radio {
    margin: 12px 0 16px;
}

.radio-button-group {
    display: flex;
    width: 100%;
    padding: 5px 10px;
}

.radio-group {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.radio-button-group [type="radio"]:checked,
.radio-button-group [type="radio"]:not(:checked),
.radio-button-wrapper [type="radio"]:checked,
.radio-button-wrapper [type="radio"]:not(:checked) {
    position: absolute;
    left: 0;
    z-index: 9;
    width: 22px;
    height: 22px;
    top: -3px;
    opacity: .0;
}

.radio-button-group [type="radio"]:checked + span,
.radio-button-group [type="radio"]:not(:checked) + span,
.radio-button-wrapper [type="radio"]:checked + span,
.radio-button-wrapper [type="radio"]:not(:checked) + span {
    position: relative;
    padding-left: 28px;
    padding-right: 10px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.radio-button-group [type="radio"]:checked + span:before,
.radio-button-group [type="radio"]:not(:checked) + span:before,
.radio-button-wrapper [type="radio"]:checked + span:before,
.radio-button-wrapper [type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.radio-button-group [type="radio"]:checked + span:after,
.radio-button-group [type="radio"]:not(:checked) + span:after,
.radio-button-wrapper [type="radio"]:checked + span:after,
.radio-button-wrapper [type="radio"]:not(:checked) + span:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4FBBFE;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radio-button-group [type="radio"]:not(:checked) + span:after,
.radio-button-wrapper [type="radio"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio-button-group [type="radio"]:checked + span:after,
.radio-button-wrapper [type="radio"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.icon-location:before {
    content: '\f041';
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    position: absolute;
    left: 19px;
    top: 8px;
    z-index: 9;
    color: #D3DCE6;
    font-weight: normal;
}

.social.nohide .from.group.icon-location::before,
.social.nohide .icon-location ul li:before {
    content: "\e062";
    font-family: 'Glyphicons Halflings';
    left: 15px;
    font-size: 20px;
    top: 8px !important;
}

.social.nohide .icon-location ul li:before {
    font-size: 18px;
    top: 2px !important;
}

.icon-team:before {
    content: '\f0c0';
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    position: absolute;
    left: 16px;
    top: 13px;
    z-index: 9;
    color: #D3DCE6;
    font-weight: normal;
}

.from.group.icon-location:before {
    top: 32px !important;
    left: 32px;
}

.social.nohide .from.group.icon-team:before,
.social.nohide .icon-team ul li:before {
    content: "";
    background: url(../img/users.png) no-repeat center center;
    width: 20px;
    height: 20px;
}

.from.group.icon-select select.selectpicker + .nice-select {
    padding-left: 40px !important;
}

.nice-select.myselect ul {
    z-index: 9999;
}

.icon-select ul li {
    position: relative;
    padding-left: 40px !important;
}

.icon-location ul li:before {
    content: '\f041';
    font-family: "Font Awesome 5 Free";
    font-size: 19px;
    position: absolute;
    left: 19px;
    top: 1px;
    z-index: 9;
    color: #D3DCE6;
    font-weight: normal;
}

.icon-team ul li:before {
    content: '\f0c0';
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    position: absolute;
    left: 12px;
    top: 9px;
    z-index: 9;
    color: #D3DCE6;
    font-weight: normal;
}

.rapInfo .icon-team .nice-select .option.selected.focus:before,
.rapInfo .icon-location .nice-select .option.selected.focus:before {
    color: #4fbbfe;
}

/* -------- Busniess Card Css Start-------- */
.uploadArea {
    background: #D3DCE6;
    border-radius: 4px 0px 0px 0px;
    min-height: 200px;
    width: 200px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 4;
    position: relative
}

.business-card-image-profile {
    width: 122px !important;
    height: 122px !important;
}

.uploadArea i {
    font-size: 40px;
}

.uploadArea h5 {
    font-weight: 600;
    font-size: 19px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
}

.uploadBox {
    display: flex;
}

.busniessCard {
    background: #FFFFFF; /* second main */
    border: 1px solid #8492A5;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.cardLogo {
    width: calc(100% - 200px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.cardLogo img {
    height: 70%;
    width: 100%;
    max-width: 300px;
    object-fit: contain;
    max-height: 80px;
}

.badge-card-block {
    background: #fff;
}

.uploadInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 120px;
    z-index: 4;
}

.uploadInfo h4 {
    margin: 0 0 10px 0;
    font-size: 22px;
}

.uploadInfo h4 strong {
    font-size: 22px;
}

.uploadInfo a {
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration-line: underline;
    color: #8492A5;
}

.uploadArea input {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* -------------Id Badge Css Start ------------------*/
.badgeArea {
    display: flex;
}

.badgeCard {
    display: flex;
    flex-direction: column;
    padding: 12px;
    background: #F9FAFC;
    width: 48%;
    margin: 1%;
    position: relative;
    align-self: flex-start;
}

.badgeCard .uploadArea {
    max-width: 140px;
    min-height: 140px;
    border-radius: 16px;
    z-index: 4;
    margin: 0 auto;
}

.bg-white {
    background: #ffffff;
    position: absolute;
    height: 40%;
    z-index: 2;
    top: 12px;
    left: 12px;
    right: 12px;
    border-radius: 12px 12px 0 0;
}

.badgeCard .cardLogo {
    width: 90%;
    max-height: 80px;
    margin: 20px auto;
}

.badgeCard .cardLogo img {
    width: inherit;
    height: inherit;
    object-fit: contain;
}

.badgeCard .uploadInfo h4 {
    padding: 0 8px;
    font-size: 16px;
}

.badgeCard .uploadInfo {
    margin-top: 8px;
    background: transparent;
    padding: 0 10px;
}

.badgeCard .uploadInfo h4 strong {
    font-size: 20px;
}

.bg-gray {
    background: #F2F3F5;
    border-radius: 16px;
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    height: 60%;
    z-index: 1;
}

.rapBox * {
    box-sizing: border-box;
}

.badgeCard .uploadInfo a {
    font-size: 15px;
    white-space: normal;
    padding: 0 1px;
    word-break: break-all;
}

.qrBox {
    background: #fff;
    border-radius: 16px;
    padding: 22px;
}

.qrBox img {
    max-width: 100%;
    max-height: 120px;
    margin: 0 auto;
    display: flex;
}

.qrBox h2 {
    margin: 16px;
    padding: 0;
    text-align: center;
    font-weight: 700;
}

.qrBox h4 {
    text-align: center;
    margin: 0 0 6px 0;
}

.small-logo {
    height: 25px;
    margin: 15px auto;
    max-width: 100%;
}

.small-logo img {
    height: 100%;
    max-width: 50px;
}

.qrBox span {
    font-size: 11px;
    text-align: center;
    display: flex;
}

/* -------------Rec Css Start ----------------*/
.recruitCard {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.recruitCard .uploadArea {
    width: 100%;
    position: relative;
}

img.logoFloting {
    position: absolute;
    left: 1px;
    top: 1px;
    max-width: 200px;
}

.vcardInfo {
    background: linear-gradient(157.66deg, #4FBBFE 0%, #005792 110.76%);
    color: #fff;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 16px;
}

.vcardInfo h4 {
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

.vcardRow, .vcardRow a {
    font-size: 18px;
    line-height: 23px;
    align-items: center;
    display: flex;
}

.vcardRow i {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.vContact {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.vUserInfo {
    width: 100%;
}

.vSocial, .vSocial a {
    display: flex;
    flex-direction: column;
}

.vSocial i {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
}

/* Add User Page Css End */

/* Responsive Css Media Start */
@media screen and (max-width: 767px) {
    .tableBox {
        padding: 16px;
    }

    .tableFooter .row,
    .tableAction {
        flex-direction: column;
        display: flex;
    }

    .tableDelete {
        margin-top: 16px;
    }

    .rapBox {
        min-height: initial;
    }

    .d-flex {
        flex-direction: column;
    }

    .badgeCard {
        width: 100%;
        margin: 0;
    }

    .badgeArea {
        flex-direction: column;
    }

    .vContact {
        flex-direction: column;
    }

    .vUserInfo {
        text-align: left;
    }

    .vcardRow {
        align-items: center;
        justify-content: flex-start;
    }

    .vSocial, .vSocial a {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .vcardRow i {
        justify-content: flex-start;
    }

    .vcardRow span {
        width: 100%;
    }

    .rapBox {
        padding: 16px;
    }

    .uploadBox {
        flex-direction: column;
    }

    .uploadArea {
        width: 100%;
    }

    .cardLogo {
        width: 100%;
        margin: 16px 0;
    }

    .cardLogo img {
        width: 90%;
    }

    .uploadInfo {
        padding: 12px;
    }

    .uploadInfo * {
        word-break: break-all;
    }
}

/* Responsive Css Media End */

.rapInfo label.error {
    position: absolute;
    right: 16px;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    left: 0;
    z-index: 1;
    top: 0;
    bottom: 0;
}

@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800,900&display=swap');
.custom-modal .modal-header {
    padding: 20px 24px 0;
    border-bottom: 0;
}

.delete-modal .modal-header {
    padding: 15px 15px 10px;
    background: #00B2FA;
    color: #fff;
}

.header-note {
    font-weight: normal;
    font-size: 12px;
}

.delete-modal p {
    margin: 0px;
}

.delete-modal .form-group {
    min-height: 25px;
}

.custom-modal .box-body {
    padding: 0px 10px;
}

.custom-modal .modal-body {
    padding: 15px 15px 10px;
}

.custom-modal .modal-content {
    overflow: visible;
}

.custom-modal .icon-location ul li {
    font-size: 14px;
    padding-left: 15px !important;
}


.uploader-section {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #E0E6ED;
    border-radius: 6px;
    font-family: 'Muli', sans-serif;
    margin-bottom: 20px;
}

.upload-header {
    display: flex;
    max-height: 122px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.upload-content h4, .upload-content h3, .upload-content p, .add-photo-sec span {
    font-family: 'Muli', sans-serif;
}

.upload-content {
    text-align: center;
    padding: 16px 10px;
    min-height: 98px;
}

.upload-content h3 {
    font-size: 16px;

}

.upload-content h4 {
    font-weight: normal;
    font-size: 14px;
    color: #8492A5;
    margin: 10px 0;
    line-height: normal;

}

.upload-content p {
    font-size: 12px;
}

.upload-content h3, .upload-content p {
    line-height: normal;
    margin: 0;
    color: #3B4857;
    font-weight: bold;
}

.add-photo-sec {
    background: #D3DCE6;
    min-width: 122px;
}

.add-photo-sec img {
    height: 100%;
    width: 100%;
}

.image-right img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.add-photo-sec span {
    color: #fff;
    font-size: 12px;
    display: block;
    font-weight: bold;
    text-align: center;
}

.add-photo-sec span .fa-camera {
    font-size: 20px;
    display: block;
    margin-bottom: 4px;
}

#business_card_div {
    width: 100%;
    max-width: 398px;
}

input:focus + label.error {
    color: #dd4b39 !important;
}

.comp-lg {
    border-radius: 0;
    height: 42px;
    width: 81px;
    object-fit: contain;
}

.qr-code-wrapper {
    position: relative;
    width: 124px;
}

.download-qr-code {
    background: #02B184;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF !important;
    transition: ease 0.2s;
    display: inline-block;
    padding: 0px 5px;
    margin-right: 0px;
    position: absolute;
    right: -50px;
    bottom: 5px;
    border-bottom: none;
}

.qr-code-wrapper a:not(.button):hover, .qr-code-wrapper a:not(.button):focus {
    border-bottom: none;
}

.sidebar-collapse .logo-lg {
    display: none;
}

table.table-bordered tbody td.user-action-column {
    display: flex;
    justify-content: center;
}

.rap-form-section .rapInfo,
.rap-form-section .social.nohide {
    width: 100%;
}

.rapBox .alert-message {
    background-color: #f5f5f5;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.rapBox .alert-message:before {
    content: "";
    border-left: 2px solid #00B184;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.rapBox .alert-message p {
    margin-bottom: 0;
}

.rapBox .alert-message-success {
    background-color: #E5F7F3;
    color: #00B184;
}

.social .btn-deactivate {
    color: #F3615E;
    font-weight: 500;
    font-size: 14px;
}

.btn-deactivate.glyphicon-trash:before {
    padding-right: 10px;
    vertical-align: middle;
}

.office-info-block h3 {
    margin-bottom: 12px;
    padding-top: 12px;
}

.field-search > .select2-container--default .select2-selection--single {
    border: none;
    padding: 0 6px;
    height: 39px;
    margin-bottom: 2px;
}
.field-search .select2-selection__clear,
.from-office-info .select2-selection__clear {
    display: none;
}
.field-search > .select2 .select2-container .select2-container--default .select2-container--below .select2-container--open{width: 100%;}
 
#edit-employee .unlink {
    background: #F3615E;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF !important;
    transition: ease 0.2s;
    display: inline-block;
    padding: 0px 20px;
    margin-right: 10px;
}

#edit-employee .activate-user {
    background: #0097FF;
    border-radius: 5px;
    border-color: #0097FF;
    font-weight: 600;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF !important;
    transition: ease 0.2s;
    display: inline-block;
    padding: 0px 20px;
    margin-right: 10px;
}

 .start-background-check {
    background: #02B184;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF !important;
    transition: ease 0.2s;
    display: inline-block;
    padding: 0px 20px;
    margin-right: 10px;
}

#reset-password {
    background: var(--primary_color);
}

.mark-as-verified {
    line-height: 50px;
}

.unverified, .unverified:hover {
    color: red !important;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#user_image {
    margin-bottom: 20px;
}

#generate-zapier-token {
    line-height: 30px;
}

.business-card-wrapper {
    background: #D4DCE6;
    padding: 5px;
    width: 305px;
}

.fb-learn-more {
    display: flex;
    align-items: center;
    height: 34px;
}

.switch-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 24px;
}

#image-data {
    text-align: center;
}

.switch-wrapper .switch {
    top: 0px;
}

.modal-header .close.top-21 {
    margin-top: -21px;
}

.delivery-method {
    padding: 0px 10px;
}

.text-campaign-form .field-group {
    min-height: 60px;
    height: auto;
}

.text-campaign-form .field-group .message-box .txtBox {
    position: relative;
}

.field-group .message-box textarea {
    height: auto;
    width: 100%;
    border: 0px;
    height: 100px;
    padding: 5px 10px;
    resize: none;
}

.text-campaign-form .field-group.add-padding {
    padding: 16px 16px 0px 16px;
    height: 50px;
}

.text-campaign-form .switch {
    top: 16px;
}

.field-group .error {
    padding: 0px 16px;
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.field-group.checkbox-btn-group-toggle {
    padding: 6px 10px 10px 10px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

.field-group.no-legend .selectpicker {
    top: 6px;
}

#monthly-calender .btn-outline-primary {
    margin-bottom: 7px;
}

#monthly-calender .modal-footer {
    text-align: center;
}

.message-number {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #2F80ED;
    color: #fff;
    display: inline-block;
    line-height: 24px;
    margin: 5px;
}

.btn-add-more {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.attachment-wrapper a {
    margin: 5px;
    display: inline-block;
}

.iti__selected-flag {
    height: 34px !important;
}

#edit-employee .iti__selected-flag, #add-employee .iti__selected-flag {
    height: 44px !important;
}

.text-area-wrapper, .height-auto {
    height: auto;
}

.text-area-wrapper textarea {
    height: auto;
    width: 100%;
    border: 0px;
    height: 100px;
    padding: 5px 10px;
    resize: none;
}

.add-attachments .attachment-add-more {
    margin: 10px;
}

.add-attachments .btn-remove-attachment-box {
    color: #000;
    cursor: pointer;
    margin: 15px;
}

.attachment-wrapper .attachment-row {
    margin: 0px;
}

.attachment-wrapper .no-legend {
    margin-top: 13px;
}

.top-no-border {
    border-top: 0px !important;
}

.input-with-switch .input_inline {
    padding: 10px 55px 10px 15px;
}

.input-with-switch .switch {
    right: 60px;
    top: 10px;
}

.reset-password-field {
    display: none;
}

.social-links .switch {
    top: 22px;
}

.office-info-block .social-links .switch {
    top: 4px;
}

#business-card-modal .business-card-wrapper img {
    max-width: 100%;
}

#business-card-modal .business-card-wrapper {
    margin: 10px auto;
}

#business-card-modal .modal-body {
    text-align: center;
}

.badge-id-preview {
    text-align: center;
}

.badge-id-preview img {
    width: 204px;
    height: 324px;
    max-width: 100%;
    border: 3px solid #D4DCE6;
}

.download-btn {
    margin-top: 5px;
}

.pf-logo {
    overflow: hidden;
}

h1.company-name {
    margin: 0;
    color: #1E1F1F;
    font-size: 26px;
    font-weight: bold;
    font-family: Muli-Bold;
    text-align: center;
    overflow: hidden;
    padding: 0 0 5px;
}

h1.company-name .morecontent {
    display: none;
}

h1.profile-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background: #3a99d8;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    font-family: Muli-Bold;
    margin: 0px;
    height: 80px;
    width: 80px;
    border-radius: 10px;
    cursor: pointer;
}

.user-action-content a.image-click p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    margin-top: 4px;
}

.select2-container .select2-selection--multiple {
    padding-left: 8px;
}


#mobile_common {
    padding-left: 75px !important;
}

input.select2-search__field {
    min-width: 250px;
}

.select2-results {
    text-align: left;
}

.ibox-content.user-notifications {
    min-height: auto;
}

.margin-15 {
    margin: 15px;
}

table#recruit th, table#contacts th, table#customer th {
    background: #F9FAFC;
    border-top: 1px solid #E0E6ED;
    border-bottom: 1px solid #E0E6ED;
    position: relative;
    display: table-cell;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
    right: 4px !important;
}

.text-campaign-wrapper {
    padding: 15px 0px;
}

.text-delay {
    text-align: center;
    background: #EFF2F9;
    padding: 5px;
    border: 1px dotted;
    border-right: 0px;
    border-left: 0px;
    text-transform: capitalize;
}

.initial-messages textarea {
    resize: none;
}

.initial-messages-heading {
    text-transform: capitalize;
}

.alertify-notifier {
    z-index: 99999;
}

.user-text-campaign-wrapper {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0px 15px;
    margin-bottom: 15px;
}

.user-text-campaign-wrapper p {
    margin-bottom: 0;
}

.user-text-campaign-wrapper .user-text-campaign-row {
    border-bottom: 1px dotted #ccc;
}

.user-text-campaign-wrapper .user-text-campaign-row:first-child {
    border-bottom: none;
    background: #4fbbff;
}

.user-text-campaign-heading {
    color: #fff;
}

.user-text-campaign-wrapper .user-text-campaign-row:last-child {
    border-bottom: none;
}

.campaign-deactivate-wrapper {
    height: 87px;
    display: flex;
    align-items: center;
}

#assign-text-campaign label {
    float: none;
    cursor: pointer;
    color: #333;
    font-size: 14px;
    text-transform: none;
    font-weight: 300;
    width: 100%;
}

.assign-text-campaign-row .col-md-12 {
    display: flex;
    align-items: center;
}


.assign-text-campaign-row {
    border-bottom: 1px solid #ccc;
}

.assign-text-campaign-row:last-child {
    border-bottom: none;
}

.assign-text-campaign-row input[type=checkbox] {
    margin: 0px 10px 0px 0px;
}

.message-box .txtBox {
    position: relative;
}

.message-box textarea {
    height: auto;
    width: 100%;
    border: 0px;
    height: 100px;
    padding: 5px 10px;
    resize: none;
}

.no-borders .select2-container--default .select2-selection--multiple,.brdr-n {
    border: none !important;
}

.permission-wrapper {
    padding: 0px 15px;
    border: 1px solid #4FBBFF;
    border-radius: 5px;
    margin-bottom: 15px;
}

.permission-row {
    border-bottom: 1px solid #4FBBFF;
    display: flex;
    align-items: center;
}

.permission-wrapper label {
    float: none;
    color: #333;
    font-size: 14px;
    text-transform: none;
    font-weight: 300;
    width: 100%;
}

.permission-wrapper .permission-row:last-child {
    border: none;
}

.permission-wrapper .permission-row:first-child {
    border-bottom: none;
    background: var(--primary_color);
}

.permission-heading {
    color: #fff;
    margin: 7px 0px !important;
}

#load_screen {
    opacity: .8;
    position: fixed;
    z-index: 30000;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
}


#load_screen > #loading img {
    max-width: 100% !important;
}

.forbidden_access {
    max-width: 100%;
    display: block;
    margin: auto;
}

.setting_forbidden {
    display: flex;
    align-items: center;
    height: 300px;
    justify-content: center;
    background: #ECF0F5;
    margin-bottom: 10px;
}

.permission-wrapper h4 {
    margin-top: 5px;
    margin-bottom: 5px;
}

#company-setting .tab-pane div.form-group:first-child,#user-settings .tab-pane div.form-group:first-child{
    margin-top: 10px;
}

.head-shot-preview {
    border: 10px solid #fff;
}

.admin-head-shot-preview {
    border: 10px solid #000;
    margin-bottom: 10px;
}

#card-element {
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.panel-wrapper {
    display: flex;
    min-height: 500px;
    align-items: center;
    justify-content: center;
}

.panel-content {
    max-width: 700px;
}

#background-check-modal .modal-content
{
    overflow-y: visible;
}

.plyr:-webkit-full-screen video {
    max-height: 100% !important
}

.go-premium-text {
    display: flex;
    min-height: 300px;
    align-items: center;
    justify-content: center;
}

.subscription-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.subscription-wrapper label {
    border: 1px solid;
    border-radius: 10px !important;
    min-width: 150px;
    color: #4FBBFE;
    min-height: 104px;
    margin: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.subscription-wrapper .btn.active, .subscription-wrapper .btn:active,.subscription-wrapper .btn:hover,.subscription-wrapper .btn:focus {
    border-color: gold;
}

.subscription-wrapper .btn.focus,.subscription-wrapper .btn:focus,.subscription-wrapper .btn:hover {
    color: #4FBBFE;
}

.subscription-wrapper .subscription-type {
    font-weight: bold;
    text-transform: initial;
    font-size: 16px;
}

.subscription-wrapper .subscription-amount {
    text-transform: initial;
    font-weight: normal;
    text-transform: initial;
    font-size: 17px;
    color: #2F80EC;
}

.subscription-wrapper .subscription-discount {
    color: green;
    text-transform: initial;
}

#go-premium-modal .modal-header {
    background: #2F80EC;
    color: #fff;
}

.subscription-feature {
    text-align: center;
    margin-bottom: 20px
}

.subscription-feature li {
    list-style-type: none;
}

.go-premium-btn {
    background-color: #2F80EC;
    border-color: #2F80EC;
}

#subscriptionId-error {
    text-align: center;
}

#order .user-action-content {
    padding: 0px 2px;
    width: 40px;
    height: 40px;
}

#order .id-badge-icon {
    width: auto;
    font-size: 14px;
}

.custom-base-url-valid .fa-check-circle {
    font-size: 23px;
    color: #3c763d;
    line-height: 34px;
}

.custom-base-url-valid .fa-times-circle {
    font-size: 23px;
    color: #dd4b39;
    line-height: 34px;
}

.company-logo-cropme:hover {
    text-decoration: none;
    cursor: pointer;
}

.feedback-textarea {
    width: 100%;
    border: 1px solid #E0E6ED;
    padding: 16px;
    resize: none;
    height: 200px;
    line-height: normal;
}

.error-label {
    color: #dd4b39;
}

.form-horizontal .h1,.form-horizontal .h2,.form-horizontal .h3,.form-horizontal h1,.form-horizontal h2,.form-horizontal h3 {
    margin-top: 0px;
}

.add-banner-btn {
    font-size: 40px;
    padding: 15px;
    background: grey;
    color: white;
    border-radius: 10px;
}
.qr-code {
    height : 70px;
}
.vb-qr-code-wrapper {
    width: 100px;
    border-radius: 10px;
    position: absolute;
    right: 6%;
    top: 4%;
    background: black;
    padding: 10px 0px;
    color: white;
    text-align: center;
}
.qr-quote {
    font-size: 12px;
}
.user-title {
    position: absolute;
    margin: 3%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    color: #000000;
    border-radius: 10px;
}

.user-name {
    font-size:16px;
}

.add-btn {
    cursor:pointer;
    margin-left:40px;
}

#background_upload {
    display: none;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
.owl-item {
    cursor:pointer;
    width:110px !important;
}
.sp-dd {
    display:none !important;
}

.sp-replacer {
    border: none !important;
    padding: 0px !important;
    border-radius : 5px !important;
}
.sp-preview-inner {
    width : 40px !important;
}

.sp-preview {
    border: none !important;
    padding : 15px !important;
}

.download-btn-wrapper {
    margin-top:30px;
}

.color-picker-fields-wrapper {
    margin-top:10px;
    color:black;
}

.powered-text {
    font-size: 11px;
    margin-top: 5px;
}

.repcard-link {
    cursor: pointer;
    color: skyblue;
}

@media only screen and (max-width: 600px) {
    .qr-quote {
        font-size: 8px;
    }

    .qr-code-wrapper {
        padding: 8px;
        width: 80px;
    }

    .qr-code {
        height: 50px;
    }

    .btn-download-virtual-bg {
        margin: -15px 100px;
    }

    .user-name {
        font-size: 12px;
    }
}

.modal-content {
    border-radius: 12px;
}

.alertify-notifier .ajs-message.ajs-visible {
    text-shadow: none;
    border: none;
}

.background-check-type h3 {
    padding-top: 0px;
}

.billing-products .row, .billing-items .row {
    margin-bottom: 10px;
}

.billing-plan-container,.billing-plan-container .col-lg-12 {
    padding: 0px;
}

.billing-product {
    line-height: 34px;
}

.well .box-title {
    font-size: 18px;
}

.field-box {
    margin-bottom: 10px !important;
}

.panel-primary {
    border-color: var(--primary_color);
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: var(--primary_color);
    border-color: var(--primary_color);
}

input:checked + .slider {
    background-color: var(--primary_color);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--primary_color);
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--primary_color);
    border-color: var(--primary_color);
}

.margin-right-40 {
    margin-right: 40px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.contact-filters .col-md-12, .contact-filters .col-md-12 .col-md-2, .contact-filters .col-md-12 .col-md-10 {
    padding: 0px;
}

.delete-modal .modal-title {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
}
.delete-modal .box-body form > .col-sm-12 {
    padding: 0;
}
.delete-modal .modal-body h4 {
    font-weight: 500;
    font-size: 14px;
    color: #8492A5;
    margin-top: 0;
    margin-bottom: 20px;
}
.delete-modal .btn-success,
.delete-modal .btn-success:hover,
.delete-modal .btn-success:focus {
    background-color: var(--button_primary_color);
    border-color: var(--button_primary_color);
    font-weight: bold;
}
@media(min-width:768px) {
    .modal-content {
        max-height: 90vh;
        overflow-y: auto;
    }
}

.download-button {
    background: #02B184;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF !important;
    transition: ease 0.2s;
    display: inline-block;
    padding: 0px 5px;
    margin-right: 0px;
    position: absolute;
    right: 0px;
    bottom: 5px;
    border-bottom: none;
}

#seat-info {
    flex: 1;
    text-align: right;
    padding: 0 15px;
}

.text-left {
    text-align: left !important;
}

.bio-readonly {
    padding: 10px 16px;
    background: #f5f5f5;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.billing-plan-container h3 {
    font-size: 18px;
    margin: 0 0 12px;
    padding-top: 12px;
}

.payment-failed, .payment-failed:hover {
    color: red;
}

.copy-text-wrapper {
    display: flex;
}
.copy-text-field {
    flex: 1;
}
.copy-text-button {
    height: 34px;
    width: 100px;
    border-left: 0px;
    line-height: 34px;
    border: 1px solid;
    text-align: center;
    border-left: 0px;
    border-color: #d2d6de;
    display: inline-block;
}
.copy-text-wrapper .error {
    margin-top: 0px;
}

.id-badge-content {
    margin-right: 10px;
}

.id-badge-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.id-badge-wrapper .switch {
    top: 0;
}

.switch-container {
    position: relative;
    width: 35px;
}

.switch-container .switch {
    top: 5px;
    right: 0px;
    height: 20px;
}

.additional-fields {
    border: 1px solid #d2d6de;
    padding: 6px 12px;
}

.switch-container .slider:before {
    width: 14px;
    height: 14px;
}

.download-btn {
    margin-top: 5px;
}

.qr-code-wrapper {
    position: relative;
    width: 124px;
}

.download-qr-code {
    background: #02B184;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF !important;
    transition: ease 0.2s;
    display: inline-block;
    padding: 0px 5px;
    margin-right: 0px;
    position: absolute;
    right: -50px;
    bottom: 5px;
    border-bottom: none;
}

.qr-code-wrapper a:not(.button):hover, .qr-code-wrapper a:not(.button):focus {
    border-bottom: none;
}

.action-btns {
    display: flex;
}

.fas.fa-star {
    color: #FE9C26 !important;
}

.far.fa-star {
    color: #FE9C26 !important;
}
.bg-green{
    background: #02B184;
}
.bg-red{
    background: #F3615E;
}
.video-favourite {
    cursor: pointer;
    margin: 0px 10px;
}

.cta-favourite {
    cursor: pointer;
    margin: 0px 10px;
}

.social-favourite {
    all: unset;
    cursor: pointer;
    margin: 0px 10px;
    right: 20px;
    position: absolute;
    top: 10px;
}

.status_icon_radio_btn[type=radio]  {
    position: absolute;
    opacity: 0;
}

.status_icon_radio_btn + img {
    cursor: pointer;
    margin-right: 0.5rem;
}


.status_icon_radio_btn[type=radio]:checked + img {
    outline: 5px solid orange;
}

.office-logo {
    height: 42px;
    border-radius: 6px;
    display: inline-block;
}

.office-logo-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #3B4857;
    margin-bottom: 10px;
}

.thumbnail-container {
    position: relative;
    display: inline-block;
}

.thumbnail {
    border-radius: 6px;
    margin-top: 20px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 8px 15px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.w-150 {
    width: 150px;
}
.w-100{width: 100%;}
.wh-16{width: 16px;height: 16px;}
.clr-3d{color:#FF3D3D}
.clr-00{color:#000000}
.clr-69{color:#696969}
.clr-7b{color:#70707B}
.clr-38{color:#F04438}
.fnt-w4{font-weight: 400;}
.fs-10{font-size:0.625rem}

/* font size */
:root{font-size: 16px;}
.fs-16{font-size: 1rem;}
.fs-12{font-size: .75rem;}
.fs-13{font-size: .813rem;}
.fs-14{font-size:0.8751rem}
.fs-15{font-size:0.938rem}
.fs-18{font-size:1.125rem}
.fs-20{font-size: 1.25rem;}
.fs-22{font-size: 1.375rem;}
.fs-26{font-size:1.625rem}
.fs-40{font-size:2.5rem}
.fw-600{font-weight: 600;}
.fs-5{font-weight: 500;}
/* Display */
.dsp-cnt {
    display: contents;
  }
  .dsp-tbl {
    display: table;
  }
  .dsp-flex {
    display: flex;
  }
  .dsp-flexi {
    display: flex !important;
  }
  .ai-fe {
    align-items: flex-end;
  }
  .ai-fs {
    align-items: flex-start;
  }
  .jc-sb {
    justify-content: space-between;
  }
  .jc-sa {
    justify-content: space-around;
  }
  .jc-fe {
    justify-content: flex-end;
  }
  .jc-fs {
    justify-content: flex-start;
  }
  .jc-ev {
    justify-content: space-evenly;
  }
  .flex-dire-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-01 {
    flex: 1;
  }
  .algn-cntr {
    align-items: center;
  }
  .jst-cntr {
    justify-content: center;
  }
  .jst-right {
    justify-content: right;
  }
  .flex-vert-cntr {
    display: flex;
    align-items: center;
  }
  .flex-horz-cntr {
    display: flex;
    justify-content: center;
  }
  .flex-both-cntr {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .dsp-blk {
    display: block;
  }
  .f-shrink-0{flex-shrink: 0;}
  .f-basis-0{flex-basis: 0;}
  .f-grow-0{flex-grow: 0;}
  .srink-0{flex-shrink: 0;}
.lst-n{list-style: none;}
.space-6{gap:6px}
  /* Margin */
  .mar-r10{margin-right:10px}
  .mar-t10{margin-top:10px}
  .rm-brdr-b.table > thead > tr > th {border-bottom:none;}
  .mar-a0{margin:0}
  .mar-b8{margin-bottom:8px;}
  .mar-l8{margin-left:8px;}
  .mar-r8{margin-right: 8px;}
  .mar-b16{margin-bottom: 16px;}
  .mar-t16{margin-top: 16px;}
  .mar-t30{margin-top:30px !important}
  .mar-r16{margin-right: 16px;}
  .mar-l12{margin-left:12px}
  .mar-t28{margin-top:28px}

  /* padding */
  .pad-a0{padding: 0;}
  .pad-t5{padding-top: 5px;}
  .pad-t6{padding-top: 6px;}
  .pad-t8{padding-top: 8px;}
  .pad-t10{padding-top: 10px;}
  .pad-t12{padding-top: 12px;}
  .pad-t15{padding-top: 15px;}
  .pad-l5{padding-left: 5px;}
  .pad-l6{padding-left: 6px;}
  .pad-l8{padding-left: 8px;}
  .pad-l10{padding-left: 10px;}
  .pad-l12{padding-left: 12px;}
  .pad-l15{padding-left: 15px;}
  .pad-b5{padding-bottom: 5px;}
  .pad-b6{padding-bottom: 6px;}
  .pad-b8{padding-bottom: 8px;}
  .pad-b10{padding-bottom: 10px;}
  .pad-b12{padding-bottom: 12px;}
  .pad-b15{padding-bottom: 15px;}
  .pad-r5{padding-right: 5px;}
  .pad-r6{padding-right: 6px;}
  .pad-r8{padding-right: 8px;}
  .pad-r10{padding-right: 10px;}
  .pad-r12{padding-right: 12px;}
  .pad-r15{padding-right: 15px;}
  .pad-l40{padding-left: 40px;}
  .pad-r20{padding-right:20px}
  .pad-a16{padding: 16px;}
  .pad-a24{padding:24px}
  .pad-a12{padding:12px}
  .pad-h20{padding-left:20px;padding-right: 20px;}
  .pad-v25{padding-top:25px;padding-bottom: 25px;}
  .pad-v10{padding-top:10px;padding-bottom: 10px;} 
  .pad-h24{padding-left:24px;padding-right: 24px;}

.all-border{border: 1px solid #E0E0E0;}
.brdr-clr-333{border-color: #333;}
.brdr-0{border:none}
.brdr-rds-8{border-radius: 8px;}
.brdr-rds-4{border-radius: 4px;}
.brdr-rds-14{border-radius: 14px;}
.w100{width: 100%;}
.drop-arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 2px !important;
  vertical-align: middle;
  border: 1px solid #333;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  border-radius: 1px;margin: -3px 0px 0 6px;
}
.pos-rel{position: relative;}
/* color */
.clr-ff{color: #fff;}
.clr-f4{color:#4F4F4F}
.bgclr-fc{background-color:#E5F3FC}
.bgclr-9ff{background-color:#F0F9FF}
.bgclr-7e2 {background-color: #0087e2 !important;}
.brdr-clr-e2{border-color:#0087E2 !important;}
.clr-4f{color:#4f4f4f}
.fnt-w5{font-weight: 500;}
.fnt-w6{font-weight: 600;}
.b-size{background-size:100% 100%}
.clr-333{color:#333}
.clr-99{color:#999}
.norepet{background-repeat:no-repeat ;}
.b-center{background-position: center;}
.hide{display: none !important;}
.clr-3d{color:#FF3D3D}
.clr-69{color:#696969}
.bgclr-7ff{background-color:#0097FF}
.fnt-w4{font-weight: 400;}
.fw-10{font-size:0.625rem}
.clr-46{color:#3F3F46}
.cursorptr{cursor: pointer;}
/* border */
.brdr-re0{border-right: 1px solid #E0E0E0 !important;}
.txtoverlap-elp-2, .txtover-2l p{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.txtoverlap-elp-1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.cntmidwidth{width: calc(100% - 82px);}
.w50{width: 50%;}
.w40{width:40%}
.w30{width:30%}
.according-wrap{border-radius:14px;overflow-y:auto;overflow-x:hidden;max-height:66vh}
.accor-head{background:#0087E2}
.list-body > li:nth-child(even) > ul{background:#FAFBFF}
.groupt-parent-list > .lst-n, .groupt-parent-list > .show-accor .group-child-list > .lst-n, .groupt-parent-list > .show-accor .group-child-list > .lst-n .list-body .lst-n {padding:16px}
.groupt-parent-list .show-accor{padding:6px 16px !important; background:transparent !important}
.groupt-parent-list .lst-n > span{width:33%}
.groupt-parent-list .lst-n > span:last-child{text-align:right}
.groupt-parent-list .lst-n > span:nth-last-child(2){text-align:center}
.groupt-parent-list:nth-child(even) > .lst-n, .groupt-parent-list > .show-accor .group-child-list:nth-child(even) > .lst-n, .groupt-parent-list > .show-accor .group-child-list > .lst-n .list-body .lst-n:nth-child(even){background-color:#FAFBFF}
.over-h{overflow: hidden;}
.list-body > li:nth-child(even) > ul{background:#FAFBFF}
.tox-tinymce{border:none !important; max-height:200px}
.g-search{position:absolute;left:10px;top:10px}
.listwrap{ border-radius: 8px;overflow: hidden;border: 1px solid #E5F3FC;margin-bottom: 16px;}
.i-edit-blue{background-image: url("../appointment/images/i-edit-blue.svg");}
.i-delete-red{background-image: url("../appointment/images/i-delete-red.svg");}
.svg-icon{display:inline-block;width:13px;height:13px;width: 18px;height: 18px;background-size: 18px;background-position:bottom center;}
.underline-n{text-decoration: none;}
.pointer-n{pointer-events: none; color:#aaa}
.pointer-none{pointer-events:none}
.imglightbox{position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.2);width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;z-index: 10000;}
.lightboxclosewrap{position: absolute;top: -8px;right: -8px;padding: 6px 6px;background: #fff;border-radius: 50%;display: inline-flex;}
.lightboxclosewrap button{position: relative;z-index: 1000;background-size: 100%;width: 12px;height: 12px;}
.imginner{max-width: 600px;max-height:calc(100vh - 150px);box-shadow:0 0 17px rgba(0,0,0,0.2);border-radius:8px;padding: 5px;position:relative;background: #fff;display: flex;flex-direction: column;align-items: flex-end;}
.imgwrap{margin: 10px;overflow: auto;}
.imgwrap img{max-width: 100%;}
.lightbox-close{background-color: transparent;border: none;background-repeat: no-repeat; cursor: pointer;}
.summary-attachment li{cursor: pointer;}
.popup-overlay{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.calsetting li.active{border: 1px solid #ddd;border-bottom-color: #fff;border-radius: 4px 4px 0 0;overflow: hidden;}
.cstmtooltip{background: #0F0F0F;width: max-content;max-width: 200px;text-align:center;color:#fff;padding: 4px 6px;font-size: 12px;line-height:18px;border-radius: 6px;position: absolute;top: 28px;left: 50%;transform: translateX(-50%);}
.cstmtooltip.cstm-tooltip-bottom::before,.cstmtooltip.cstm-tooltip-lefttop::before, .cstm-tooltip-leftbottom::before,.cstm-tooltip-rightbottom::before {content: '';width: 16px;height: 16px;background: #000;position: absolute;top: -2px;transform: rotate(45deg) translateX(-50%);left: 50%;z-index: -1;}
.cstmtooltip.cstm-tooltip-lefttop,.cstm-tooltip-leftbottom{top:auto;bottom:25px;transform: translateX(0);left: -8px;max-width: none;}
.cstmtooltip.cstm-tooltip-lefttop::before,.cstm-tooltip-leftbottom::before{bottom: -3px;top:auto;transform: rotate(45deg) translateX(0%);left: 10px;}
.cstm-tooltip-rightbottom::before{bottom: -3px;top:auto;transform: rotate(45deg) translateX(0%);right: 10px;left:auto}
.cstm-tooltip-leftbottom{margin-left: -16px; max-width: 250px;}
.cstm-tooltip-rightbottom{margin-right: -16px; max-width: 250px;bottom: 24px;right: 0;top: auto; transform: none;left: auto;}
.cmntoast {position: fixed;left: 50%;transform: translate(-50%);top: 60px;padding: 10px 16px 10px 42px;border-radius: 8px;font-size: 1rem;font-family: 'SFPro-Semibold';box-shadow: 0px 18px 34px 0px #05103726; z-index: 10;}
.cmntoast.error{background: #ff3d3d url("../../appointment/images/i-alert.svg") no-repeat 16px center;;color: #fff;z-index: 9999;}
.cmntoast.success{background: #00ca67 url("../../appointment/images/i-succees-tick.svg") no-repeat 16px center;color: #fff; z-index: 9999;}
.home-owner-img{max-height: 60px; height: auto; min-width: 60px;width: auto;}
.w-max-content{width:max-content}
.custom-scrollx{overflow-y: auto;}
.filepreview{position: absolute;left:0;top:0;width: 100%;height: 100%;}
/* Calender date picker ui */
.ui-datepicker .ui-datepicker-header{
    background: #fff;
    border: none;
}
.ui-datepicker td{text-align: center;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 0;background: #fff;border: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    border: none;
    background: #E5F3FC;
    color: #000;
    text-align: center;
    padding: 0;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}
.ui-datepicker .ui-datepicker-prev span {
    background: url("../../appointment/images/i-caret-left.svg") no-repeat center center;
}
.ui-datepicker .ui-datepicker-next span {
    background: url("../../appointment/images/i-caret-right.svg") no-repeat center center;
}
#create-calendar-field-error{display: none !important;}
.ui-datepicker{box-shadow: 0px 10px 30px 3px #05103726;border: none !important;border-radius: 8px;overflow: hidden;}
.astrik::after{content: '*'; color:#FF3D3D}
.pad-n{padding: 0 !important;}
.customchkbox label::before{content: '';width: 16px;height: 16px;border: 1px solid #696969;position: absolute;right: 0;top: 0;border-radius: 3px;}
.customchkbox input[type=checkbox]{position: absolute;left: 0;right: 0;top: 0;height: 100%;opacity: 0;z-index: 2;}
.customchkbox label::after{content: '';position: absolute;right: 4px;display:none;border: 2px solid #fff;width: 6px;top: 2px;height: 10px;border-top: none;border-left: none;transform: rotate(45deg);}
.customchkbox input:checked + label::before{background-color: #0097FF;}
.customchkbox label::after{content: '';position: absolute;right: 5px;display:none;border: 2px solid #fff;width: 5px;top: 2px;height: 9px;border-top: none;border-left: none;transform: rotate(45deg);}
.customchkbox input:checked + label::before{background-color: blue;}
.customchkbox input:checked + label::after{display: block;}
.chkboxlog.customchkbox input[type=checkbox]{margin:0}
.chkboxlog label::before{right:auto;left: 0;top:1px}
.chkboxlog label::after{right:auto;left: 4px;}
.chkboxlog input:focus + label, .chkboxlog label{color:#A0A0AB !important}
.chkboxlog label{padding-left:26px}
/* new feature */
.new-feature::after {
    content: 'NEW';
    position: relative;
    font-size: 10px;
    float: right;
    background: linear-gradient(253.97deg, #EC008C -18.98%, #FC6767 79.86%);
    padding: 1px 3px;
    border-radius: 3px;
    margin-top: 3px;
}
.mxw100{max-width: 100%;}
.btnhovereffect{transition: .3s all;}
.btnhovereffect:hover{background:#0097ff; color:#fff;border-color: #0097ff;}
.scrollxwrapper span.navprev{position: absolute;width: 20px;display: block;height: 100%;left: 0;z-index: 1;}
.scrollxwrapper span.navprev::before {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgb(255, 255, 255);background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .6) 9%);}
.scrollxwrapper span.navprev::after {content: '';background: url('../../appointment/images/i-caret-left.svg') no-repeat center center / 100%;position: absolute;left: 0;width: 10px;height: 100%;top: 0;z-index: 10;}

.scrollxwrapper span.navnext{position: absolute;width: 20px;display: block;height: 100%;right: 0;z-index: 1;}
.scrollxwrapper span.navnext::before {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgb(255, 255, 255);background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 9%, rgba(255, 255, 255, 1) 100%);}
.scrollxwrapper span.navnext::after {content: '';background: url('../../appointment/images/i-caret-right.svg') no-repeat center center / 100%;position: absolute;right: 0;width: 10px;height: 100%;top: 0;z-index: 10;}
.pi-text a{background: url("../../icons/i-text.svg") no-repeat left 10px center / 16px 16px;padding-left: 36px !important;}
.pi-email a{background: url("../../appointment/images/i-email.svg") no-repeat left 10px center / 16px 16px;padding-left: 36px !important;}
.pi-sendcard a{background: url("../../appointment/images/i-repcard-blue.svg") no-repeat left 10px center / 16px 16px;padding-left: 36px !important;}
.pi-connector a{background: url("../../dist/img/puzzle-piece.png") no-repeat left 10px center / 16px 16px;padding-left: 36px !important;}
.i-pdf{background: url("../../icons/i-pdf.svg") no-repeat center / 100% 100%;}
.i-mov{background: url("../../icons/i-mov.svg") no-repeat center / 100% 100%;}
.i-doc{background: url("../../icons/i-doc.svg") no-repeat center / 100% 100%;}
.i-sheet{background: url("../../icons/i-sheet.svg") no-repeat center / 100% 100%;}
.i-csv{background: url("../../icons/i-csv.svg") no-repeat center / 100% 100%;}
.i-searchn{background: url("../../icons/i-search.svg") no-repeat left 5px center;padding-left: 25px;}
.i-layout,.i-plug{background: url("../../icons/i-layout.svg") no-repeat left center / 100%;display: inline-block;width: 15px;height: 15px;margin-right: 18px;vertical-align: text-bottom;}
.i-plug{background: url("../../icons/i-plug.svg") no-repeat left center / 100%;}
.searchIconField{background: #F2F4F7 url("../../icons/i-search.svg") no-repeat left 12px center; border-radius:12px;padding:12px; padding-left: 30px;margin-bottom: 16px;}
.addedarrow::after{content:'';display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border: 1px solid #fff;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  border-radius: 1px;margin: -3px 2px 0 4px;}

.urlcell{max-width:240px;text-align:center}
.txt-capital{text-transform: capitalize;}
.usernm-cell{max-width: 150px;}
.iti--separate-dial-code{width:100%}
.mar-icon{margin:-3px 8px 0px 0px;}

.rmbtnhover:hover{color:inherit}
.custom-btn{display: inline-block;
    padding: 12px 24px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height:20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;}
a.delete:hover{color:#B42318;}

.back-clr:hover{background-color: #F4F4F5; border-radius: 6px; padding: 5px 8px; color: #3F3F46;}
.setdatatablescroll{min-height: calc(100vh - 332px);}
.setdatatablescroll tr:nth-last-child(-n+3):not(:nth-child(-n+5)) .dropdown-menu{top:auto;bottom:20px}
.pagination{margin: 0;}
.mass-update-dropdown{position: absolute; bottom: 70px; background-color: white; border-radius: 8px;left: 52%; width: 180px;}
.custom-field{position: relative;border: 1px solid rgba(9,30,66,.14);border-radius: 6px;}
.custom-field input{width: 100%;position: relative;margin: 0;padding: 8px;background: transparent;z-index: 2;border: none;font-size: 13px;}
.custom-field label,.customplaceholder{position: absolute;left: 8px;top: 8px;margin: 0;font-size: 13px;color: #70707B;font-weight: 400;transition: .3s all;background: #fff;padding: 0 4px;}
.customplaceholder{top:14px}
.custom-field input:focus + label,.custom-field input:focus + span + label, .custom-field.active label, .customplaceholder.active{top: -7px;font-size: 10px; color: inherit !important;}
.custom-filed-wrap .custom-field{flex:2}
.custom-filed-wrap .help-block{position: absolute;left: 0; bottom: -20px;font-size: 10px;color: red  ;}
.popupcloseBtn{background: #f4f4f5;border-radius: 50%;width: 32px;height: 32px;cursor: pointer;}
.bgclr-f5{background: #F4F4F5;}
.newcustombtn {width: max-content;padding: 10px 14px;border-radius: 8px;font-size: 14px;line-height: 20px;}
.blue-btn, .red-btn {width: max-content;padding: 10px 14px;border-radius: 8px;font-size: 14px;line-height: 20px;border: none;}
.blue-btn, .blue-btn:hover, .blue-btn:focus {background: #0087E2;color: #fff;}
.gray-btn, .gray-btn:hover {background: #F1F2F4;color: #0F0F0F;border-radius: 8px;padding: 10px 14px;}
.custommodelfooter{border-top:1px solid #F4F4F5}
.selcetedbtn input[type="radio"] {opacity: 0;position: absolute;}
.selcetedbtn input[type="radio"]:checked + label{color:#2E90FA;background:#EFF8FF;box-shadow: none;}
.clr-FA{color:#2E90FA}
.bgclr-FA{background:#2E90FA}
.brdr-btn-ef{border-bottom: 1px solid #e5e5e5;}
.statuscontent.active{-webkit-line-clamp:initial}
.cst-tootltip-wrapper{position:relative;display:inline-block;vertical-align:middle;height:20px}
.gap-12{gap:12px}
.gap-2{gap:2px}
.gap-4{gap:4px}
.gap-16{gap:16px}
.gap-10{gap: 10px}
.clr06 {color: #696969;}
.clr-5c{color:#51525C}
.newcstm-model .modal-header{border-bottom: none;text-align: center;position: relative;}
.newcstm-model .model-abs {position: absolute;top: 50%;right: 21px;transform: translateY(-50%);}
.newcstm-model .modal-dialog { max-width: 350px;min-width:300px; width: 100%;}
.pad-15{padding: 15px;}

.noWrap{white-space:nowrap;}
/* Skeleton Loading */
:root {--loading-grey: #ededed;}
    .skeleton-loader{position: relative;z-index: 10000;background:#fff;width: 100%;height:100%; min-height: 250px;padding: 15px;margin-right: auto;margin-left: auto;padding-left: 15px;padding-right: 15px;display:flex;gap:24px}
    .skeleton-content{width: 100%;height: 20px;margin-bottom:3px;border-radius:5px;background-color: var(--loading-grey);background: linear-gradient(  100deg,  rgba(255, 255, 255, 0) 40%,  rgba(255, 255, 255, .5) 50%,  rgba(255, 255, 255, 0) 60%) var(--loading-grey);background-size: 200% 100%;background-position-x: 180%;animation: 1s loading ease-in-out infinite;}
    .skeleton-box{margin-top: 10px;padding:15px;width:100%;border: 1px solid #efefef;border-radius: 6px;}
    .skeleton-box .skeleton-content{margin-top:15px;height:24px}
    @keyframes loading {
        to {background-position-x: -20%;}
    }
    .skelt-mobileview{width: 315px;height: 645px;margin: 21px auto 0;position: relative;padding: 15px 30px;margin-bottom: 20px;background: url(../admin/icons/iphone.svg) no-repeat left top / cover;}
    .skelt-mobileview::before {content: '';position: absolute;width: 100%;height: 100%;border: 16px solid #000;left: 0;top: 0;border-radius: 54px;}
    .logintab-mobile-view,.onlyformobile{display: none;}
    @media only screen and (max-width: 767px) {
        .checkdevice form, .checkdevice .normalmsg{display: none;}
        .checkdevice .logintab-mobile-view, .checkdevice .onlyformobile{display: block;}
    }
    
    #deactivateConfirm {
        width: 100%;
    }

    .deactivateNote{
        margin-left: -4px;
    }
    .inputCheckboxtype label::before{

        height:20px;
        width:20px;
        left:0px;
        right:auto;
        gap:8px;
    }
    .inputCheckboxtype label::after{left:7px;right:auto; width:6px;height:12px}


    /* archive &  active in-active css*/
    .active-dropdown {
        position: relative;
        display: inline-block;
    }

    .active-dropdown-button {
        background-color: #f5f5f5;
        color: black;
        padding: 5px;
        border: none;
        cursor: pointer;
    }

    .active-dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 150px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .active-dropdown-content a {
        color: black;
        padding: 8px 12px;
        text-decoration: none;
        display: block;
    }

    .active-dropdown:hover .active-dropdown-content {
        display: block;
    }

    .active-dropdown-content a:hover {
        background-color: #f1f1f1;
    }
