* {
    margin: 0;
    padding: 0;
    outline: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
    url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
    url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
    url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight_italic';
    src: url('../fonts/roboto-lightitalic-webfont.woff2') format('woff2'),
    url('../fonts/roboto-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotomedium_italic';
    src: url('../fonts/roboto-mediumitalic-webfont.woff2') format('woff2'),
    url('../fonts/roboto-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
    url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoitalic';
    src: url('../fonts/roboto-italic-webfont.woff2') format('woff2'),
    url('../fonts/roboto-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'robotoregular';
    font-size: 14px;
    line-height: 17px;
    color: #75838F;
}

body.bg-lightgrey {
    /*background: #5a5a5a;*/
}

body.tracker-page {
    background-size: cover;
    position: relative;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/app_id_tracker_bg.jpg");
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

h1, h2, h3, h4, h5 {
    color: #2F3740;
    font-family: 'robotomedium';
}

html {
    height: 100%;
}

.text-black {
    color: #000;
}

.tracker-block {
    width: 450px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -225px;
}

.tracker-header {
    background: #1172BA;
    font-size: 30px;
    height: 65px;
    display: table;
    width: 100%;
}

.tracker-header h2 {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.btn-yellow {
    background: #f0c42c;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
    padding: 10px;
    border: 0;
    height: 45px;
}

a {
    text-decoration: none;
}

.h-100 {
    height: 100%;
}

.h-auto {
    height: auto;
}

header {
    background: #1072BA;
    width: 100%;
    float: left;
    border-top-left-radius: 10px;
    height: 51px;
    position: fixed;
    top: 0;
    z-index: 1;
}

.logo-sm {
    background: #075B98;
    padding: 9px 5px;
    border-top-left-radius: 10px;
}

.logo-sm img {
    width: auto;
    height: 30px;
}

.welcome-text {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    line-height: 46px;
    margin-left: 20px;
}

.open .menu-dropdown, .dropdown.open .menu-dropdown, .open .dropdown-menu, .dropdown.open .dropdown-menu {
    display: block;
    background: #1072BA;
    padding-left: 10px;
    border: 0;
}

.open .dropdown-menu, .dropdown.open .dropdown-menu a {
    color: #fff;
}

.dropdown-ul a.dropdown-toggle {
    font-size: 15px;
    color: #fff;
    line-height: 47px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
}

li {
    list-style: none
}

.dropdown-ul li img {
    width: auto;
    height: 50px;
}

.header-drp {
    margin-right: 25px;
}

.RobotoMedium {
    font-family: 'robotomedium';
}

.img-responsive {
    width: 100%;
    height: auto;
}

footer p {
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    padding-bottom: 10px;
}

a {
    color: #1072BA;
}

.home-main {
    padding-top: 50px;
}

#my-modal-annocementinfo.wg-modal .wg-modal-close {
    background: #333;
    text-align: center;
    color: #d8d8d8;
    font-size: 18px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding-top: 0px;
    position: absolute;
    top: -7px;
    right: 7px;
}

#my-modal-annocementinfo.wg-modal {
    overflow: initial;
}

.modal-content {
    padding: 8px 10px;
    border-radius: 0;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.modal-content h3 {
    font-size: 24px;
    text-align: center;
    font-family: 'robotobold';
    margin-bottom: 7px;
}

.modal-content p, .modal-content a, .modal-content a:hover {
    font-size: 16px;
    font-family: 'robotomedium';
    line-height: 20px;
}

.modal-content a.submit-btn, .modal-content a.submit-btn:hover {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

.s-layout {
    display: flex;
    width: 100%;
    min-height: 100vh;
    background: #5a5a5a;
}

.s-layout__content {
    display: flex;
    /*justify-content: center;
    align-items: center;*/
    flex: 1;
    padding-top: 45px;
    background: #fff;
}

body.select-addons .s-sidebar__nav {
    z-index: 11;
}

.s-layout__content_inner.top-black-div {
    width: 100%;
    float: left;
    border-radius: 1px;
    background: #363232;
    height: 71px;
}

.rounded-10 {
    border-radius: 10px !important;
}

/* Sidebar */
.s-sidebar__trigger {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #1072BA;
}

.bg-black {
    background: #363232;
}

.s-sidebar__trigger img {
    margin: 12px;
}

.s-sidebar__nav {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: all .3s ease-in;
    width: 13em;
    height: 100%;
    background: #1072ba;
    z-index: 1100;
}

.s-sidebar__nav.s-sidebar__nav_white {
    background: #5a5a5a;
}

.s-sidebar__nav:hover,
.s-sidebar__nav:focus,
.s-sidebar__trigger:focus + .s-sidebar__nav.open,
.s-sidebar__trigger:hover + .s-sidebar__nav.open {
    left: 0;
}

.s-sidebar__nav ul {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 16em;
}

.s-sidebar__nav ul li {
    width: 100%;
    transition: all 0.5s ease;
}

.s-sidebar__nav .logo {
    text-align: center;
    width: 100%;
    padding: 5px 0;
    background: #363232;
    height: 71px;
}

.s-sidebar__nav-link {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-family: 'robotoregular';
    padding: 8px 15px 12px 10px;
}

.s-sidebar__nav_white .s-sidebar__nav-link {
    color: #fff;
}

.s-sidebar__nav-link:hover, .s-sidebar__nav-link:focus, .s-sidebar__nav-link.active {
    color: #4B93D2;
    text-decoration: none;
}

.s-sidebar__nav-link.active, .s-sidebar__nav-link:hover {
    background: #fff;
    color: #1072BA;
}

.s-sidebar__nav_white .s-sidebar__nav-link.active, .s-sidebar__nav_white .s-sidebar__nav-link:hover {
    background: #f0c42f;
    color: #fff;
}

.s-sidebar__nav-link .s-icon {
    margin-right: 8px;
}

.s-sidebar__nav-link .s-icon {
    background: url("../img/ic_home_24px.png") 0 0 no-repeat;
    height: 21px;
    float: left;
    width: 24px;
}

.s-sidebar__nav-link span {
    line-height: 22px;
    float: left;
}

.s-sidebar__nav-link .material-symbols-outlined {
    font-size: 28px;
}

.s-sidebar__nav-link .bi {
    font-size: 23px;
}

.h2_title {
    font-size: 26px;
    color: #fff;
    font-family: 'robotobold';
    margin: 20px;
}

.mr-2 {
    margin-right: .5rem !important
}

.s-layout__content_inner_t {
    padding: 10px;
    border-radius: 1px;
}

.s-layout__content_inner_t_25 {
    padding: 20px 20px 25px 20px;
    float: left;
    width: 100%;
    border: 1px solid #cfcfcf;
    border-bottom: 0;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #f8f8f8;
}

.s-layout__content_top {
    padding: 10px 20px;
    float: left;
    width: 100%;
}

.s-layout__content_top_inner {
    margin: 0;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    float: left;
    width: 100%;
    background: #f8f8f8;
    padding: 15px;
}

.w-48 {
    width: 50%;
}

.ml-1p {
    margin-left: 1px;
    width: 99.8%;
}

.timesheets-links-div ul li {
    font-size: 16px;
    font-family: 'robotolight';
    float: left;
    margin: 6px 10px 0 0;
}

.timesheets-links-div ul li a {
    color: #75838F;
}

.timesheets-links-div ul li a.active {
    color: #485560;
    font-family: 'robotobold';
}

.search-container-div {
}

.search-container-div input[type=text] {
    padding: 6px;
    font-size: 15px;
    font-family: 'robotoregular';
    background: #fff;
    color: #485560;
    width: 97.5%;
    height: 39px;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    border: 0;
}

.search-container-div .input-group .form-control, .search-container-div .input-group-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-container-div .input-group .form-control {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.search-container-div .input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}

.search-container-div .input-group-btn button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.search-container-div .input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.search-container-div .input-group-btn {
    position: absolute;
    right: 12px;
    height: 40px;
    font-size: 0;
    white-space: nowrap;
}

.search-container-div .input-group-btn:not(:first-child) > .btn, .search-container-div .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.search-container-div .input-group-btn > .btn {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.search-container-div .btn {
    background: #1072BB;
    color: #fff;
}

.btn-box-shadow {
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    border: 0;
    border-radius: 4px;
    width: 100px;
    height: 38px;
    color: #8F8F8F;
    font-family: robotobold;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    margin: 20px 0 0 25px;
    padding: 11px 0 0 0;
}

.select-wrapper, .tabcontent-block .AgentActiveBlock select {
    float: left;
    display: inline-block;
    cursor: pointer;
    position: relative;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #B6C2D0;
    background: #fff url(../img/arrow-down.png) no-repeat right center;
    width: 100%;
    line-height: 38px;
    text-align: center;
    appearance: none;
}

.tabcontent-block .AgentActiveBlock select {
    width: 71%;
    line-height: 27px;
    text-align: left;
}

.tabcontent-block .AgentActiveBlock select:focus {
    background: #fff url(../img/arrow-down.png) no-repeat right center;
    text-align: center;
}

.tabcontent-block .AgentActiveBlock select:focus option {
    font-family: robotobold;
}

.select-wrapper select {
    margin: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    height: 40px;
    background: #F2F8FE;
    left: 0;
    _noFocusLine: expression(this.hideFocus=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.select-wrapper .holder {
    display: block;
    margin: 0 35px 0 12px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 1;
    color: #4F525A;
    font-family: 'robotomedium';
    font-size: 16px;
}

.Agent-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 1em;
    color: #fff;
    background-color: #fff;
    background-image: none;
    cursor: pointer;
}

.Agent-box .select {
    position: relative;
    display: flex;
    border-radius: 0.25em;
    overflow: hidden;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    border: 0;
    width: 98%;
}

.Agent-box .select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    padding-left: 0.8em;
    padding-top: 0.8em;
    padding-right: 0.7em;
    background-color: #1072bb;
    transition: .25s all ease;
    pointer-events: none;
    color: #fff;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #485560;
    width: 100%;
    height: 40px;
    font-family: 'robotomedium';
}

.select-styled {
    position: relative;
    display: flex;
    border-radius: 0.25em;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    border: 0;
    width: 97.5%;
    height: 39px;
    padding: 10px;
}

.select-styled:after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    height: 39px;
    width: 40.4px;
    padding-left: 0.8em;
    padding-top: 0.8em;
    padding-right: 0.7em;
    background-color: #1072bb;
    transition: .25s all ease;
    pointer-events: none;
    color: #fff;
}

.select-styled:hover {
    background-color: #fff;
}

.select-styled:active, .select-styled.active {
    background-color: #fff;
}

.select-styled:active:after {

    border-color: #fff;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    max-height: 200px;
    overflow-y: scroll;
    width: 97.5%;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #B6C2D0;
    border-radius: 2px;
    margin-top: 5px;
}

.select-options li {
    margin: 3px 0;
    padding: 7px 10px;
    transition: all 0.15s ease-in;
    font-size: 14px;
    text-align: left;
    color: #485560;
}

.select-options li:hover {
    color: #485560;
    background: #E9E7E7;
}

.select-options li [rel="hide"] {
    display: none;
}

.table.userTable, table.userTable thead, table.userTable tbody {
    float: left;
    width: 100%;
}

table.table-info tbody, table.userTable tbody {
    display: block;
    height: 355px;
    overflow-y: scroll;
    background: #fff;
}

table.userTable thead tr {
    background: #5A5A5A;
}

table.table-info tr, table.table-info thead, table.table-info1 tr, table.userTable tr, table.userTable thead {
    background-color: #fff;
    padding: 0;
    width: 100%;
    display: table;
    table-layout: fixed;
}

table.table-info th,
table.table-info td, table.table-info1 th, table.table-info1 td, table.userTable th, table.userTable td {
    padding: 9px;
    text-align: left;
    border-bottom: 1px solid #F1F1F3;
    vertical-align: middle;
    font-size: 14px;
    color: #4D4F5C;
}

table.table-info td.no {
    text-align: center;
}

table.table-info th img {
    padding: 0 15px 0 0;
}

table.table-info td:last-child {
    font-family: 'robotomedium';
}

table.table-info td .form-control {
    height: auto;
}

table.table-info th, table.table-info1 th, table.userTable th {
    letter-spacing: .1em;
    font-family: 'robotobold';
    width: 27%;
    font-size: 17px;
    line-height: 14px;
    color: #fff;
}

table.userTable td {
    width: 27%;
}

table.userTable th span.th-title {
    float: left;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
}

table.userTable .totalApps {
    width: 19%;
}

table.userTable.agentLanding th, table.userTable.agentLanding td {
    width: 20%;
    text-align: center;
}

table.userTable.agentLanding .remove {
    text-align: right;
    color: #C55050;
}

table.userTable tr:nth-child(even) {
    background-color: #FAFAFA;
}

table.userTable .app-id {
    /*    width: 13%;*/
}

table.userTable .dba-name {
    /* width: 16%;*/
}

table.userTable .app-remove {
    /*    width: 3%;*/
    color: #C55050;
}

table.userTable .last-updated {
    /*    width: 19%;*/
}

table.userTable .app-status {
    /*    width: 28%;*/
    text-align: center;
}

table.userTable .agent {
    /*    width: 18%;*/
}

.text-blue {
    color: #1072bb;
}

.pagination-block {
    background: #5A5A5A;
    float: left;
    width: 100%;
    padding: 10px;
}

.pagination-block a, a.btn-default {
    background: #fff;
    font-size: 13px;
    color: #75838F;
    padding: 10px;
    width: 125px;
    text-align: center;
    display: inline-block;
    float: right;
    border-radius: 4px;

}

.pagination {
    /*    display: inline-block;*/
    float: right;
}

.pagination a {
    color: #4D4F5C;
    float: left;
    padding-top: 8px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
    border-radius: 4px;
    width: 35px;
    height: 35px;
}

.pagination a.page-back {
    border: none;
    background: none;
    color: #fff;
    font-size: 20px;
    width: 20px;
}

.pagination a.active {
    background-color: #F0C42F;
    color: white;
    border: 1px solid #f0c42f;
}

.pagination a:hover:not(.active) {
    background-color: #F0C42F;
    border-color: #F0C42F;
    color: #fff;
}

.pagination li.active > a {
    background-color: #F0C42F !important;
    background: #F0C42F !important;
    border-color: #F0C42F;
    color: #fff;
}

.show-data label {
    color: #fff;
    font-size: 12px;
}

.show-data select {
    width: 47px;
    height: 33px;
    border-radius: 4px;
}

a.btn-default {
    font-size: 14px;
    padding: 6px 10px;
}

table.table-info td.name, a.btn-default {
    color: #1072BA;
    font-family: 'robotomedium';
}

a.btn-default.disabled {
    background: #B6C2D0;
    color: #fff;
}

a.btn-default.btn-text-red {
    color: #D25E5E;
    padding: 6px 15px;
}

.export-block a.btn-text-red {
    color: #D25E5E;
}

table.table-info th.mobile-th, table.table-info td.mobile-td {
    display: none;
}

.export-block {
    background: #edf2f8;
    padding: 15px 0 5px;
    float: left;
    width: 100%;
}

.export-block a {
    color: #485560;
    font-size: 16px;
    float: right;
    border: 1px solid #B6C2D0;
    border-radius: 4px;
    padding: 10px;
}

.export-block a:hover {
    text-decoration: none;
}

.dropdown-toggle::after {
    display: none;
}

label {
    font-size: 18px;
    font-family: 'robotoregular';
    margin-top: 10px;
    color: #485560;
}

.datepicker-block {
    width: 45%;
}

.datepicker-block .form-control {
    width: 79%;
    height: 35px;
    background: #fff url("../img/arrow-down.png") center right no-repeat;
}

.m-display {
    display: none;
}

.scrollbar {
    margin-left: 0;
    float: left;
    background: #F5F5F5;
    overflow-y: scroll;
}

.scrollbar-merchant {
    background: #fff;
    height: 500px;
    padding-right: 15px;
}

/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff;
    background-color: #fff;
}

#style-3::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #aac7d5;
}

.scrollbar-type::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #F7F8FA;
    background-color: #F7F8FA;
}

.scrollbar-type::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}

.scrollbar-type::-webkit-scrollbar-thumb {
    background-color: #aac7d5;
}

.s-scrollbar#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff;
    background-color: #fff;
}

.s-scrollbar#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

.s-scrollbar#style-3::-webkit-scrollbar-thumb {
    background-color: #1072BA;
    border-radius: 10px;
}

.scrollbar-merchant::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #b3b3b3;
    background-color: #b3b3b3;
}

.scrollbar-merchant::-webkit-scrollbar {
    width: 2px;
    background-color: #b3b3b3;
}

.scrollbar-merchant::-webkit-scrollbar-thumb {
    background-color: #b3b3b3;
    border-radius: 1px;
}

.btn-filter {
    display: none;
}

#Myid {
    display: block;
}

.s-layout__content {
    padding: 65px 15px 15px 15px;
}

.btn-green {
    background: #5EA426 !important;
    border: 1px solid #5EA426 !important;
}

.border-skyblue {
    border: 4px solid #1072BA;
}

.border-green {
    border: 4px solid #5EA426;
}

.bg-skyblue {
    background: #1072BA;
}

.bg-green {
    background: #5EA426;
}

.p-Dark {
    font-size: 27px;
    font-family: 'robotobold';
}

.btn-blue, .btn-blue:hover {
    background: #1072BA;
    padding: 10px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
}

.btn-red, .btn-red:hover {
    background: #CB5050;
    padding: 10px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
}

.personal-info h4 {
    font-size: 22px;
    font-family: 'robotoregular';
    margin-bottom: 8px;
}

.personal-info p {
    margin-bottom: 10px;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
}

ul.tabs li, .nav-tabs .nav-item {
    float: left;
    margin: 0 3px;
    cursor: pointer;
    padding: 0px 10px;
    color: #75838F;
    position: relative;
    font-size: 16px;
    width: 15%;
    font-family: 'robotolight';
    line-height: 40px;
    height: 40px;
    text-align: center;
    border-radius: 2px;
    padding: 0;
}

.nav-tabs .nav-item a {
    padding: 0;
    background: #F7F8FA;
    border-top: 2px solid #dee7e7;
    border-bottom-color: #dee7e7;
    color: #75838F;
}

.nav-tabs .nav-item.first {
    width: 16%;
    margin-left: 0;
}

.nav-tabs .nav-item.second {
    width: 18%;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #fff;
    color: #1072BA;
    display: block;
    font-family: 'robotoregular';
    font-size: 18px;
    border-top: 2px solid #1072ba;
    border-bottom-color: #fff;

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tab_container {
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
    border: 1px solid #eaebed;
    border-radius: 2px;
    padding: 15px 12px;
    min-height: 550px;
}

.tab_content {
    display: none;
}

.tab_drawer_heading {
    display: none;
}

.tabcontent-block label {
    font-size: 20px;
    font-family: 'robotobold';
    margin: 0 0 2px 0;
}

.tabcontent-block .AgentActiveBlock label {
    font-size: 16px;
    font-family: 'robotolight';
}

.tabcontent-block .AgentActiveBlock input {
    font-size: 16px;
}

.tabcontent-block .tab-label-input .dashboardBlockDiv label, .tabcontent-block .tab-label-input .dashboardBlockDiv input {
    width: 100%;
    margin: 0 0 10px 0;
}

.tabcontent-block .tab-label-input .dashboardBlockDiv .select-wrapper {
    width: 100%;
}

.tabcontent-block input {
    background: #ffffff;
    font-size: 20px;
    font-family: 'robotoregular';
    color: #485560;
}

.tabcontent-block .icon-tab {
    margin-right: 15px;
    color: #1072BA;
    width: 15px;
}

.tabcontent-left {
    margin-bottom: 14px;
    float: left;
    width: 100%;
}

.tabcontent-50 {
    width: 48%;
    float: left;
}

.w-92 {
    width: 92%;
}

.info-block {
    width: 44%;
    margin-right: 14px;
}

.info-block-30 {
    width: 30%;
    margin-right: 10px;
}

.info-block-70 {
    width: 60%;
}

.mb-10 {
    margin-bottom: 10px;
}

.tabcontent-left h4 {
    font-size: 18px;
    color: #485560;
    margin-bottom: 10px;
}

.tabcontent-left ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #75838F;
    opacity: 1; /* Firefox */
    font-size: 14px;
}

.tabcontent-left :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #75838F;
    font-size: 14px;
}

.tabcontent-left ::-ms-input-placeholder { /* Microsoft Edge */
    color: #75838F;
    font-size: 14px;
}

.btn-bottom {
    float: right;
}

.btn-grey, .btn-grey:hover, .btn-green, .btn-green:hover, .a_edit {
    background: #485560;
    border-radius: 3px;
    font-size: 14px;
    font-family: 'robotomedium';
    width: 100px;
    height: 38px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 35px;
    border: 1px solid #485560;;
}

.delete-edit-btn {
    width: 200px;
    position: absolute;
    top: 15px;
    right: 30px;
}

.add-deal {
    position: absolute;
    top: 12px;
    right: 30px;
}

.existinAgent-btn {
    position: absolute;
    top: -10px;
    right: 0;
}

.agentBlock h2 {
    font-size: 18px;
}

.pt-30px {
    padding-top: 35px;
}

.delete-edit-btn .btn-danger {
    width: 100px;
}

.delete-edit-btn .btn-box-shadow {
    font-size: 15px;
    font-family: robotoregular;
    width: 80px;
}

.DeleteBlockDiv {
    width: 50%;
    border: 1px solid #707070;
    background: #fff;
    float: left;
    padding: 30px;
    color: #000;
    font-size: 16px;
    text-align: center;
}

.DeleteBlockDivInner {
    width: 260px;
    margin: 0 auto;
}

.DeleteBlockDiv .btn-bottom {
    float: none;
}

.DeleteBlockDiv .btn-bottom a {
    margin: 30px 0 0 0;
    width: 121px;
}

.DeleteBlockDiv .btn-bottom a.btn-danger {
    background-color: #ED6464;
    border-color: #ED6464;
}

button:disabled,
button[disabled], .disabled, button:disabled:hover,
button[disabled]:hover, .disabled:hover, .a_edit.disabled, .a_edit.disabled:hover {
    /*   border: 1px solid #DEDEDE;
       background-color: #B6C2D0;*/
    color: #fff;
}

.mobile-display {
    display: none !important;
}

.info-block .select-styled {
    text-align: left;
}

.info-block-45 {
    width: 46%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.tabcontent-52 {
    width: 48%;
    margin-left: 25px;
}

.tabcontent-52 .info-block {
    margin-right: 19px;
    width: 48%;
}

.tabcontent-52 .tabcontent-left {
    margin-bottom: 15px;
}

.employee-detail {
    background: #F7F8FA;
    padding: 10px;
}

.form-group {
    float: left;
}

.login-block .form-group {
    width: 100%;
}

.form-group label {
    font-family: 'robotolight';
    font-size: 15px;
    float: left;
}

.form-group input {
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

.option-heading {
    font-size: 18px;
    margin-bottom: 10px;
    cursor: pointer;
}

.option-heading.is-active:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.option-heading.is-active:before, .option-heading:before {
    content: "";
    background: url("../img/arrowup.png") 0 0 no-repeat;
    width: 18px;
    height: 19px;
    display: block;
    float: left;
    margin-right: 12px;
}

/* Helpers */
.is-hidden {
    display: none;
}

.option-content-block-l {
    float: left;
}

.option-content-block-r {
    float: right;
    width: 85%;
    color: #32383D;
    font-family: 'robotolight';
    font-size: 14px;
    margin-top: 7px;
}

.option-content-block-r-t h2, .agentBlock .option-content-block-r-t h2 {
    font-size: 18px;
    font-family: 'robotomedium';
    float: left;
    color: #1072BA;
    margin-bottom: 3px;
}

.option-content-block-r-t p.time {
    font-family: 'robotolight_italic';
    float: right;
    color: #485560;
}

.option-content-block-r-t {
    font-family: 'robotoregular';
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

.option-content-block-r p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.option-content-block {
    border: 1px solid #f5f5f5;
    padding: 10px;
    margin-bottom: 5px;
    min-height: 100px;
}

.filled {
    background-color: #fff !important;
}

.date {
    position: relative;
}

img.calendar-img {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 18px;
}

.robotomedium {
    font-family: 'robotomedium';
}

.setting-block {
    margin: 20px;
    padding-bottom: 10px;
}

.setting-block p {
    font-family: 'robotolight';
}

.setting-block-l-private p {
    margin: 12px 5px 0 0;
}

.setting-block p span {
    font-family: 'robotomedium_italic';
}

.setting-block .custom-switch {
    padding-right: -7px;
}

.robotobold {
    font-family: 'robotobold';
}

.pl-30 {
    padding-left: 30px;
}

.dashboardBlock.agentBlock .btn-box-shadow {
    font-size: 15px;
    margin-top: 60px;
    font-family: robotoregular;
}

.NotesDiv .setting-block {
    position: absolute;;
    top: -13px;
    right: 0;
}

.setting-personal-info, .TimeClockSettingMain p {
    font-size: 16px;
    font-family: 'robotolight';
    text-align: center;
}

.setting-personal-info h2 {
    font-size: 22px;
    color: #1072BA;
    margin: 10px 0;
}

p.text-blue {
    font-size: 18px;
    color: #1072BA;
    font-family: 'robotoregular';
}

.s-scrollbar {
    display: block;
    max-height: 750px;
    background: #fff;
    margin-bottom: 15px;
    width: 100%;
}

.robotolightitalic {
    font-family: 'robotolight_italic';
}

.form-group label.font16 {
    font-size: 16px;
}

.mb-10 {
    margin-bottom: 10px;
}

.w-49 {
    width: 49%;
}

textarea.form-control.h-115 {
    height: 115px;
}

.a_edit {
    margin-left: 30px;
    border-radius: 3px;
    background: #1072BA;
}

.a_blue, .a_blue:hover {
    width: 100px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    margin-left: 30px;
    border-radius: 3px;
    font-size: 14px;
    font-family: 'robotomedium';
}

.modal-content {
    margin: 0 auto;
    width: fit-content;
    background-color: white;
}

.timepicker_wrapper, .timepicker_wrapper1 {
    display: none;
    position: absolute;
    z-index: 1;
    width: 140px;
    top: 30px;
    left: 0;
}

.timesheettab .timepicker_wrapper {
    position: absolute;
    z-index: 1;
    width: 150px;
    left: 50%;
    margin-left: -75px;
}

.timepicker_hour,
.timepicker_minute,
.timepicker_ampm {
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    color: #fff;
    font-weight: bold;
    background: #495057;
    float: left;
    margin-left: 1px;
    border: 0;
    -webkit-appearance: none;
    font-family: 'robotomedium';
    font-size: 14px;
}

.timepicker_ampm option:nth-child(1) {
    margin-top: 50px;
}

.timesheettab .timepicker_ampm option:nth-child(1) {
    margin-top: 35px;
}

.timepicker_hour::-webkit-scrollbar,
.timepicker_minute::-webkit-scrollbar,
.timepicker_ampm::-webkit-scrollbar {
    display: none;
}

.timepicker_hour option,
.timepicker_minute option,
.timepicker_ampm option {
    font-family: 'robotomedium';
    padding: 3px 7px;
    font-size: 14px;
}

.timesheettab .timepicker_hour option, .timesheettab .timepicker_minute option, .timesheettab .timepicker_ampm option {
    font-family: 'robotobold';
    font-size: 22px;
    padding: 3px 10px;
}

.timepicker_hour option:hover, .timepicker_hour option:focus, .timepicker_hour option:active, .timepicker_hour option:selection {
    background: #1072ba;
}

.timepicker_control {
    text-align: end;
    margin-top: 5px;
    margin-bottom: 10px;
}

.timepicker_control button {
    padding: 7px 15px;
    border: none;
    font-weight: bold;
    background-color: green;
    color: white;
    margin-left: 8px;
}

.timepicker_wrapper_main {
    width: fit-content;
}

.timepicker_control button:first-child {
    background-color: #ff0000db;
    color: white;
    margin-right: 15px;
}

.timepicker_header {
    text-align: center;
    color: #0000008a;
    margin: 5px 0px;
}

.timepicker-mobile select.timeMobile:last-child {
    border-right: 2px solid #6EC45C;
    float: left;
}

.timepicker-mobile select.timeMobile {
    width: 31%;
    height: 30px;
    float: left;
    text-align: center;
    -webkit-appearance: none;
    margin-left: 3px;
    padding: 5px 2px;
    line-height: 1;
    font-size: 15px;
}

.department-pinfo .select-wrapper .holder {
    text-align: left;
}

.TimingMainBlock .btn-bottom, .scheduleBlock .btn-bottom {
    margin-right: 30px;
}

.scheduletab {
    padding: 0 10px;
}

.schedule-select {
    margin: 10px 0 20px 0;
}

.schedule-select .select, .schedule-select .select-wrapper {
    width: 37%;
    float: left;
}

.schedule-select label {
    margin: 9px 8px 0 0;
}

.tab-content .select-wrapper .holder {
    text-align: left;
}

#my-modal-delete.wg-modal .wg-modal-close, #my-modal-pushnotification.wg-modal .wg-modal-close,#my-modal-merchant-mid.wg-modal .wg-modal-close {
    display: none;
}

#my-modal-delete.wg-modal .wg-modal-close.addday-close-btn, #my-modal-pushnotification.wg-modal .wg-modal-close.addday-close-btn {
    display: block;
    width: 30px;
    height: 29px;
    text-align: center;
    color: #fff;
    font-family: 'robotobold';
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 100px;
    background: #000;
    border-radius: 50%;
    float: right;
}

#my-modal-pushnotification.wg-modal .wg-modal-close.addday-close-btn {
    top: -10px;
    right: -10px;
}

#my-modal-delete.wg-modal .wg-modal-close.addday-close-btn .material-symbols-outlined, #my-modal-pushnotification.wg-modal .wg-modal-close.addday-close-btn .material-symbols-outlined {
    font-size: 26px;
    font-weight: bold;
}

.bg-wg-modal #my-modal-delete.wg-modal, .bg-wg-modal #my-modal-pushnotification.wg-modal,.bg-wg-modal #my-modal-merchant-mid.wg-modal {
    box-shadow: none;
    background: none;
}

.pushnotificationBlockInner {
    padding: 30px 15px;
    border: 1px solid #c3c4c4;
    background: #fff;
    float: left;
}

.push-btn {
    margin: 100px auto 20px auto;
    width: 300px;
    float: none;
    overflow: hidden;
}

.push-btn a, .push-btn a:hover {
    font-size: 12px !important;
    font-family: robotoregular;
}

.push-btn a.first {
    line-height: 15px;
    padding-top: 3px;
}

.agentNameBlock {
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    border: 0;
    background: #fff;
    padding: 15px;
}

.agentNameBlock h2 {
    color: #1072ba;
    margin-bottom: 10px;
}

.pushnotificationBlock p small {
    font-size: 85%;
}

.pushnotificationBlock p {
    color: #32383d;
}

.w-30 {
    width: 29%;
}

.pswdBlock {
    float: left;
    width: 35px;
    height: 30px;
    background: #B6C2D0;
    border-radius: 3px;
    text-align: center;
    line-height: 28px;
    margin-top: -9px;
}

.tabcontent-block .dashboardBlockDiv input.w-61 {
    width: 61%;
}

#pswd_info {
    font-size: 16px;
    box-shadow: 0 0 5px rgb(0 0 0 / 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    float: right;
    width: 250px;
    height: auto;
    border-radius: 4px;
    position: absolute;
    left: 33%;
    top: -15px;
    background-color: #fff;
    border-radius: 2px;
    z-index: 1;
    display: none;
}

.pswd_info_inner {
    padding: 15px;
}

#pswd_info ul li {
    color: #32383D;
    font-size: 14px;
    font-family: 'robotolight';
    width: 100%;
    float: left;
    margin-bottom: 8px;
}

#pswd_info ul li img {
    float: left;
    margin-right: 5px;
}

#pswd_info::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    top: 8px;
    left: 9px;
    box-sizing: border-box;

    border: 7px solid #fff;
    border-color: transparent transparent #fff #fff;

    transform-origin: 0 0;
    transform: rotate(40deg);

    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.mobile-display1 {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .bg-wg-modal #my-modal-delete.wg-modal,.bg-wg-modal #my-modal-merchant-mid.wg-modal {
        width: 50% !important;
    }

    .m-h2_title {
        margin-top: 10px;
    }

    table.userTable.agentLanding th, table.userTable.agentLanding td {
        width: 30%;
    }

    table.userTable.agentLanding .remove {
        width: 10%;
    }

    table.userTable th {
        font-size: 15px;
    }

    .w-48 {
        width: 60%;
    }

    .s-layout__content_inner.top-black-div {
        height: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .tabcontent-50.dashboardBlock {
        min-height: auto;
    }

    .select-styled {
        width: 99%;
    }

    table.userTable.agentLanding th, table.userTable.agentLanding td {
        width: 25%;
    }

    table.userTable th {
        font-size: 15px;
    }

    .scheduleBlockMain {
        display: block;
        padding: 0;
        width: 230px;
        margin: 0 auto;
    }

    .employee-title {
        display: inline-block;
    }

    .employee-content {
        display: none;
    }

    .d-title-block {
        display: none;
    }

    .depart-type label {
        text-align: center;
    }

    .inboxblock .show-record.fourth .select-wrapper, .inboxblock .show-record.fourth .select {
        width: 65%;
    }

    /*.departmentBlockMain {
        padding: 0;
    }*/
    .mobile-display1 {
        display: block;
    }
}

@media only screen and (max-width: 590px) {
    .department-info {
        width: 100%;
    }

    .wizard {

        width: 68%;
        left: 15%;
    }

    .avatar-center {
        float: none;
    }

    .title_r a.btn-default {
        color: #D25E5E
    }

    .title_r a.btn-default span {
        display: none;
    }
}

@media (min-width: 68em) {
    .s-layout__content {
        margin-left: 16em;
        padding: 0px;
    }

    /* Sidebar */
    .s-sidebar__trigger {
        display: none
    }

    .s-sidebar__nav {
        width: 16em;
    }

    .s-sidebar__nav ul {
        top: 1.3em;
    }

    .s-sidebar__nav.s-sidebar__nav_white ul {
        top: 0em;
    }

    table.userTable.agentLanding th, table.userTable.agentLanding td {
        width: 25%;
    }
}

.btn-declined {
    background: #D25E5E;
}

.btn-acknowledged {
    background: #75838F;
}

.btn-approved {
    background: #6EC45C;
}

.btn-cancelled {
    background: #FF9E48;
}

.processBtn {
    margin-top: 10px;
}

.processBtn a {
    height: 30px;
    line-height: 30px;
    width: 120px;
    display: block;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    margin-right: 15px;
    float: left;
}

p.line {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #B6C2D0;
    line-height: 10px;
    margin: 5px 0 15px 0;
    height: auto;
}

p.line span {
    background: #fff;
    padding: 0 8px;
}

.user-detailMain {
    background: #F7F8FA;
    padding: 10px 5px;
    width: 18%;
    float: right;
    text-align: center;
    border-radius: 1px;
}

.user-detailMain p {
    color: #32383D;
    font-size: 12px;
    font-family: 'robotolight';
}

.user-detailMain .btn-default {
    font-size: 10px;
    font-family: 'nunitobold';
    width: auto;
    float: none;
    margin: 10px auto 5px auto;
    border-radius: 15px;
}

.user-detailMain h3 {
    font-size: 14px;
}

.tabs_wrapper {
    width: 80%;
    float: left;
}

ul.tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
    width: 37%;
    min-width: 175px;
    list-style: none;
}

ul.tabs li:hover {
    background: #fff;
    color: #000;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.tabs li.active {
    background: #F7F8FA;
    color: #dddddd;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-left: 2px solid #1072BA;
}

.tab-container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    top: -10px;
    width: 60%;
    float: right;
    min-width: 10px;
    text-align: left;
    background: #fff;
}

.tab_content {
    padding: 10px;
    height: 100%;
    display: none;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    float: left;
    width: 100%;
    background: #fff;
}

.tab_drawer_heading1 {
    display: none;
}

.drp-title {
    display: none;
}

.dashboardBlock, .userBlock {
    padding: 0 28px;
    width: 50%;
    margin-top: 20px;
    border-right: 2px solid #f2f2f2;
    min-height: 520px;
}

.dashboardBlock.agentBlock {
    padding: 0 16px;
}

.w-80 {
    width: 80%;
}

.dashboardBlock.AgentView {
    padding: 0 10px;
    margin-top: 10px;
}

.tabcontent-block .dashboardBlockDiv label {
    width: 29%;
    float: left;
    margin: 10px 0 5px 0;
}

.tabcontent-block .dashboardBlockDiv input, .tabcontent-block .dashboardBlockDiv .select-wrapper, .tabcontent-block .dashboardBlockDiv .form-control {
    width: 71%;
    float: left;
}

.tabcontent-block .dashboardBlockDiv input.fill {
    background: #f5f7f9;
}

.tabcontent-block .dashboardBlockDiv select.fill {
    background: #f5f7f9 url(../img/down-arrow.png) no-repeat right center;
}

table.userTable th {
    font-family: 'robotobold';
    height: 45px;
}

.hscroll {
    overflow-x: auto; /* Horizontal */
    overflow-y: hidden;
}

table.appInfo {
    width: 100%;
    display: table;
    table-layout: fixed;
}

table.appInfo .thead-light th {
    color: #272D3B;
    background-color: #DFE6EC;
    border-color: #dee2e6;
    padding: .55rem .45rem;
    font-size: 14px;
    font-weight: 400;
}

table.appInfo thead th {
    /*   vertical-align: bottom;*/
}

table.appInfo td, .table.appInfo th {
    padding: .55rem .45rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    color: #272D3B;
    font-size: 14px;
}

.NotesDiv .option-heading {
    font-size: 16px;
    font-family: 'robotomedium';
    color: #2F3740;
}

.appDetail {
    border: 1px solid #B6C2D0;
    padding: 10px;
    float: left;
    width: 100%;
    height: 375px;
    margin-bottom: 15px;
}

.agentBlock h2 {
    font-size: 18px;
    margin: 0 0 5px 0;
}

.appDetail .a_edit {
    border: 0;
    padding: 0 15px;
    margin: 0 0 10px 0;
    height: 30px;
    line-height: 30px;
}

.appDetail .a_edit:hover {
    color: #fff;
}


.wizard {

    top: 46%;


    display: none;
    width: 40%;
    left: 30%;
    margin: 0 auto;
    position: absolute;
    /* top: 70%; */

    /* margin-top: 25%;*/
}

.wizard > .steps {
    position: relative;
    display: block;
    width: 100%;
}

.wizard > .steps > ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wizard > .steps > ul > li {
    display: table-cell;
    width: auto;
    vertical-align: top;
    text-align: center;
    position: relative;
}

.wizard > .steps > ul > li.current > a {
    cursor: default;
    font-family: 'robotobold'
}

.wizard > .steps > ul > li a {
    position: relative;
    padding-top: 3.5rem;
    margin-top: 1.25rem;

    margin-bottom: 1.25rem;
    display: block;
    outline: 0;
    color: #fff;
    font-family: 'robotolight';
    font-size: 12px;
}

.wizard > .steps > ul > li a .caption {
    display: none;
}

.wizard > .steps > ul > li.current a .caption {
    display: block;
    position: relative;
    top: -100px;
    left: 5px;

}

.wizard > .content > .title, .wizard > .steps .current-info {
    display: none;
}

.wizard > .steps > ul > li.current .number {
    background: #1172BA;
    color: #fff;
    font-family: 'nunitobold';
    font-size: 15px;
    border-color: #1172BA;


    width: 4rem;
    height: 4rem;
    top: -5px;
    padding-top: 0.9rem;
    left: 42%;
}


.wizard > .steps .number {
    background-color: #fff;
    color: #B6C2D0;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 42%;
    margin-left: -1.1875rem;
    border: 2px solid #fff;
    font-size: 15px;
    z-index: 10;
    padding: 9px;
    line-height: 2.125rem;
    text-align: center;
    width: 3.375rem;
    height: 3.375rem;
    border-radius: 50%;
    font-family: 'robotobold'
}

.wizard > .steps .number img {
    width: 32px;
}

.wizard > .steps > ul > li.current:after, .wizard > .steps > ul > li.current:before {
    background-color: #eee;
}

.wizard > .steps > ul > li.current ~ li:before
.wizard > .steps > ul > li.last:after {
    background-color: #fff !important;
}

.wizard > .steps > ul > li:after {
    right: 0;
}

.wizard > .steps > ul > li.green .number {
    background: #1172BA;
    border-color: #1172BA;
}

.wizard > .steps > ul > li:after, .wizard > .steps > ul > li:before {
    content: '';
    display: block;
    position: absolute;
    top: 2.9rem;
    width: 20%;
    height: 2px;
    z-index: 9;
    background-color: #eee;
}

.wizard > .steps > ul > li.first:before, .wizard > .steps > ul > li.first.current:before, .wizard > .steps > ul > li.last:after {
    display: none;
}

.wizard > .steps > ul > li.green:before, .wizard > .steps > ul > li.green:after, .wizard > .steps > ul > li.current:before {
    background: #1172BA;
}

.wizard > .steps {
    margin-bottom: 30px;
}

.wizard > .steps > ul > li.first.green:before {
    display: none;
}


@media only screen and (max-width: 1088px) {
    .s-sidebar__nav {
        left: -13em;
    }

    .wizard {

        width: 50%;
        left: 25%;
    }
}

@media only screen and  (min-width: 782px) and (max-width: 1088px) {
    .option-content-block-r {
        width: 80%;
    }

    .s-sidebar__trigger .logo-m-img {
        margin-top: 5px;
    }

    .w-m25 {
        width: 25%;
    }
}

@media only screen and (max-width: 960px) {
    .tabcontent-50.tabcontent-55m {
        width: 55%;
    }

    .wizard {

        width: 55%;
        left: 22%;
    }

    .wizard > .steps > ul > li.current a .caption {

        top: -100px;

    }

    .pushnotificationBlockInner {
        height: 90vh;
        overflow-y: scroll;
    }
}

/*Responsive Start */
@media (max-width: 1300px) {
    .nav-tabs .nav-item.first {
        width: 22%;
    }

    .nav-tabs .nav-item.second {
        width: 25%;
    }

    /*.tabcontent-50 {
        width: 55%;
    }*/
    .userBlock {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .dashboardBlock.AgentView.ptb-m {
        padding-bottom: 35px;
        margin-bottom: 10px;
    }

    .push-btn {
        width: 275px;
    }

    #my-modal-pushnotification {
        width: 100% !important;
    }

    .tracker-block {
        width: 380px;
        margin-left: -183px;
    }

    #style-3::-webkit-scrollbar, .scrollbar-merchant::-webkit-scrollbar {
        display: none;
        width: 0;
    }

    .pagination a {
        width: 25px;
        height: 25px;
        padding-top: 3px;
    }

    .pagination {
        margin-top: 5px;
    }

    table.table-info th.mobile-th, table.table-info td.mobile-td {
        display: block;
    }

    .s-layout__content {
        padding: 61px 10px 15px;
    }

    .h2_title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .h2_title img {
        height: 20px;
        margin: 2px 5px 0 0;
        float: left;
    }

    .title-main {
        margin-bottom: 5px;
    }

    .s-sidebar__trigger .logo-m-img {
        margin-top: 5px;
    }

    .datepicker-block {
        width: 100%;
    }

    label {
        font-size: 16px;
    }

    .datepicker-block .form-control {
        width: 73%;
    }

    .timesheets-links-div {
        display: none;
    }

    .search-container-div {
        border: 0;
        float: left !important;;
        width: 100% !important;
    }

    .search-container-div input[type=text] {
        border: 1px solid #DEE3E9;
        font-size: 12px;
        width: 99%;
        padding: 8px 5px;
    }

    .search-container-div .input-group-btn {
        right: 4px;
    }

    .m-display {
        display: block !important;
    }

    table.table-info th, table.table-info td {
        display: none;
        float: left;
        width: auto;
    }

    table.table-info th.role, table.table-info td.role, table.table-info th.second, table.table-info td.second, table.table-info th.staus, table.table-info td.staus, table.table-info th.third, table.table-info td.third {
        width: 0;
    }

    table.table-info th.first, table.table-info td.first {
        width: 7%;
    }

    table.table-info th.name, table.table-info td.name {
        width: 37%;
    }

    table.table-info th.mobile-th, table.table-info td.mobile-td {
        width: 30%;
    }

    table.table-info th.last-row, table.table-info td.last-row {
        width: 26%;
    }

    table.table-info th:nth-child(1), table.table-info td:nth-child(1), table.table-info th:nth-child(2), table.table-info td:nth-child(2), table.table-info th:nth-child(10), table.table-info td:nth-child(10), table.table-info th:last-child, table.table-info td:last-child {
        display: block;
    }

    table.table-info th, table.table-info td, table.table-info1 th, table.table-info1 td {
        font-size: 12px;
        padding: 10px 5px;
    }

    table.table-info th, table.table-info1 th {
        font-family: 'robotolight';
        color: #485560;
    }

    table.table-info th .form-control, table.table-info td .form-control {
        height: auto;
    }

    table.table-info th img {
        padding-right: 5px;
    }

    table.userTable tr, table.userTable thead {
        display: table;
    }

    .mpt-0 {
        padding-top: 0;
    }

    .w-0 {
        max-width: 0;
    }

    .wm-100 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .select-wrapper {
        margin-bottom: 10px;
    }

    .title_l {
        margin: 5px 0 0 5px;
    }

    .h2_title {
        margin: 1px 0 10px 0;
    }

    .h2_title span {
        display: none;
    }

    .desktop-block {
        display: none !important;
    }

    .tabcontent-50, .tabcontent-52 {
        width: 100%;
        padding: 10px 0;
        margin: 0;
    }

    .tabcontent-50.AgentActiveBlock {
        padding: 10px;
    }

    .personal-info-Main, {
        width: 100%;
        display: block;
        margin: 0;
    }

    .personal-info-div {
        width: 320px;
        margin: 0 auto;
    }

    .s-layout__content_inner_t_25 {
        padding: 10px;
    }

    .user-detailMain, .tabs_wrapper, .inboxblock .tab_container {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    table.userTable {
        width: 685px;
        display: table;
    }

    table.userTable-res {
        width: 950px;
    }

    .m-p-lr-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .w-48, .tabcontent-block .dashboardBlockDiv label, .tabcontent-block .dashboardBlockDiv input, .tabcontent-block .dashboardBlockDiv .form-control {
        width: 100%;
    }

    .tabs {
        display: none;
    }

    .tab_drawer_heading {
        background-color: #4B93D2;
        color: #fff;
        border-top: 1px solid #fff;
        margin: 0;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        clear: left;
        padding: 5px 10px;
    }

    .d_active {
        background-color: #4B93D2;
        color: #fff;
    }

    .inboxblock .nav {
        width: 100%;
    }

    /* Front */
    .time-clock-content {
        width: 95%;
    }

    .clock-outmiddleLinks, .timecard {
        width: 255px;
    }

    .time-clock-block .logo {
        height: 60px;
        margin: 15px 0 20px 10px;
    }

    .clock-outBlockTop .left, .clock-outmiddleLinks a {
        font-size: 14px;
    }

    .clock-outBlockTop .right {
        font-size: 12px;
    }

    .clock-outBlockTop .left img {
        height: 20px;
    }

    .clock-outBlockTop {
        height: 23px;
        line-height: 20px;
    }

    .clock-outBlockmiddle p {
        font-size: 10px;
        margin-bottom: 0 !important;
    }

    .clock-outBlockmiddle p span {
        font-size: 26px;
    }

    .clock-outmiddleLinks a {
        width: 150px;
        margin: 10px auto 0 auto;
        float: none !important;
        font-size: 16px;
        display: block;
    }

    .clock-outBlockmiddle {
        padding-bottom: 0;
    }

    .timecardBlock {
        width: 115px;
        height: 115px;
    }

    .timecardBlockInner p {
        line-height: 15px;
    }

    .p-Dark {
        font-size: 18px;
    }

    .DayShiftBlockInner, .total-hrs {
        font-size: 14px;
        width: 90%;
    }

    .DayShiftBlock p {
        margin-bottom: 7px;
        font-size: 14px;
    }

    .timeshhetBtn a {
        font-size: 16px;
        float: none !important;
        text-align: center;
        margin-bottom: 15px;
    }

    .timeshhetBtn a:nth-child(2n) {
        margin-bottom: 5px;
    }

    .owl-carousel .item {
        font-size: 14px;
    }

    .owl-carousel .item .circle {
        font-size: 25px;
        margin-top: 5px;
    }

    .clockInOutBlock {
        width: 100%;
    }
}

@media screen and (max-width: 890px) {
    table.appDashTable {
        width: 890px;
    }

    .wizard {

        width: 58%;
        left: 22%;
    }
}

@media screen and (max-width: 590px) {
    .tracker-block {
        width: 310px;
        margin-left: -155px;
    }


    .wizard > .steps .number {
        width: 2.375rem;
        height: 2.375rem;
        top: 10px;
        padding: 4px;
        left: 51%;
    }

    .wizard > .steps > ul > li.current .number {

        width: 3rem;
        height: 3rem;
        top: 3px;
        padding: 7px;
        left: 44%

    }

    .wizard > .steps > ul > li.current .number img {
        width: 30px;
    }

    .wizard > .steps .number img {
        width: 24px;
    }

    .w-50 {
        width: 80% !important;
    }

    .dropdown-ul a.dropdown-toggle span {
        display: none;
    }

    .header-drp {
        margin-right: 10px;
    }

    .open .menu-dropdown, .dropdown.open .menu-dropdown, .open .dropdown-menu, .dropdown.open .dropdown-menu {
        margin-top: 50px;
    }

    .tabcontent-block .icon-tab {
        margin-right: 7px;
    }

    .desktop-block1 {
        display: none !important;
    }

    .mobile-display {
        display: block !important;
    }

    .form-group {
        width: 100%;
    }

    .btn-bottom {
        position: static;
    }

    .option-content-block-r {
        width: 75%;
    }

    .option-content-block-r-t p.time {
        float: right;
    }

    .setting-block-r {
        float: left !important;
        width: 100%;
    }

    .btn-default.float-left {
        /* margin-top: 5px;*/
    }

    .btn-default.float-left {
        float: right !important;
    }

    .mp-0 {
        padding: 0;
    }

    .m-display1 {
        display: block !important;
    }

    .bg-wg-modal #my-modal-delete.wg-modal,.bg-wg-modal #my-modal-merchant-mid.wg-modal {
        width: 80% !important;
    }
}

@media screen and (min-width: 1086px) and (max-width: 1160px) {
    table.userTable.userTable-res .totalApps {
        width: 24%;
    }

    table.userTable.userTable-res th, table.userTable.userTable-res td {
        width: 25%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1085px) {
    table.userTable.userTable-res .totalApps {
        width: 26%;
    }

    table.userTable.userTable-res th, table.userTable.userTable-res td {
        width: 25%;
    }
}

@media screen and (min-width: 769px) and (max-width: 862px) {
    img.calendar-img {
        bottom: 21px;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .search-container-div input[type="text"] {
        width: 99%;
    }

    .search-container-div .input-group-btn {
        right: 5px;
    }

}

@media screen and (max-width: 360px) {
    .datepicker-block .form-control {
        width: 71%;
    }

    .search-container-div {
        width: 100% !important;
    }

    .search-container-div input[type=text] {
        width: 85%;
    }

    .option-content-block-r-t p.time {
        float: left;
    }

}

/* Dropdown */
div.dropdown {
    display: inline-block;
    position: relative;
    width: 71%;
}

div.dropdown button {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    background: #fff;
    border: 0px;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    text-align: left;
    border: 1px solid #ced4da;
    background: url(../img/arrow-down.png) no-repeat right center;
    color: #485560;
}

div.dropdown ul {
    display: none;
    position: absolute;
    background: #fff;
    list-style: none;
    border: 1px solid #ced4da;
    line-height: 1em;
    top: 0px;
    max-height: 300px;
    overflow-y: scroll;
    left: 0px;
    padding: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
    border-radius: 4px;
}

div.dropdown ul li.searchInput {
    padding: 0.5em;
}

div.dropdown ul li {
    cursor: pointer;
    transition: background 250ms;
    text-align: center;
    color: #444444;
    font-family: robotomedium;
    font-size: 14px;
}

div.dropdown ul li span {
    border-bottom: 1px solid #f4f6f9;
    border-top: 1px solid #f4f6f9;
    padding: 0.5em;
    display: inline-block;
}

div.dropdown ul li:hover span {
    color: #1072BA;
    border-bottom: 1px solid #1072BA;
    border-top: 1px solid #1072BA;
}

div.dropdown ul li.searchInput input, div.dropdown ul li.first-status {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #eff2f5;
    padding: 5px 5px 7px 5px;
    text-align: center;
    background: url(../img/down-arrow.png) no-repeat right center;
    color: #b6b6b6;
}

div.dropdown ul li.first-status {
    color: #3d3d3d;
}

div.dropdown ul li.first-status span {
    border: 0;
}

div.dropdown ul li.searchInput {
    padding: 0 5px;
}

.s-layoutTable {
    display: block;
}

@media only screen and (max-width: 960px) {
    .s-layout__content_inner_t_25 .btn-bottom.add-deal, .btn-bottom.delete-edit-btn {
        position: static;
    }

    .s-layout__content_inner_t_25.pt-30px .add-deal a {
        margin-bottom: 15px;
    }

    .s-layout__content_inner_t_25.pt-30px {
        padding-top: 15px;
    }

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

    .h2_title {
        margin: 0px 0 10px 0;
    }

    .title_l {
        margin: 10px 0 0 5px;
    }

    .btn-bottom.existinAgent-btn.existinAgent-btn-bottom {
        top: auto;
        bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    div.dropdown {
        width: 100%;
    }

    .wizard {

        width: 72%;
        left: 12%;
    }

    .layout__content_inner_t_25.pt-30px {
        padding-top: 60px;
    }

    .appInfo.table-responsive {
        display: table;
    }

    .tabcontent-50.tabcontent-55m {
        width: 100%;
    }
}


.appDashTable tbody td:nth-child(1), .appDashTable thead th:nth-child(1) {
    width: 18%;
}

.appDashTable tbody td:nth-child(1) a {
    text-align: left;
}

.appDashTable tbody td:nth-child(2), .appDashTable thead th:nth-child(2) {
    width: 15%;
}

.appDashTable tbody td:nth-child(3), .appDashTable thead th:nth-child(3) {
    width: 18%;
}

.appDashTable tbody td:nth-child(4), .appDashTable thead th:nth-child(4) {
    width: 17%;
}
.appDashTable tbody td:nth-child(4)   {
    text-align: center;
}
.appDashTable tbody td:nth-child(5), .appDashTable thead th:nth-child(5) {
    width: 10%;
    text-align: center;
}
.appDashTable thead th,.appDashTable tbody td{
    text-align: center;
}
.appDashTable thead th span,.appDashTable thead th a,.appDashTable tbody td a{
    width: 100%;
    text-align: center;
}

.appDashTable tbody td:nth-child(6), .appDashTable thead th:nth-child(6) {
    width: 15%;
}

.appDashTable tbody td:nth-child(7), .appDashTable thead th:nth-child(7) {
    width: 3%;
}


table.dataTable thead .sorting {
    background-image: url(../img/swap_vert.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right;
    padding-left: 10px;


}

table.dataTable thead .sorting_asc {
    background-image: url(../img/arrow_downward.svg) !important;
    background-size: 20px;
}

table.dataTable thead .sorting_desc {
    background-image: url(../img/arrow_upward.svg) !important;
    background-size: 20px;
}

.selectValue {
    padding: 0.65em;
    background: #fff;
}


.btn-delete {
    border: none;
}


.agentLanding tbody td:nth-child(1), .agentLanding thead th:nth-child(1) {
    width: 20%;
}

.agentLanding tbody td:nth-child(1) a {
    text-align: left;
}

.agentLanding tbody td:nth-child(2), .agentLanding thead th:nth-child(2) {
    width: 25%;
}

.agentLanding tbody td:nth-child(3), .agentLanding thead th:nth-child(3) {
    width: 30%;
}

.agentLanding tbody td:nth-child(4), .agentLanding thead th:nth-child(4) {
    width: 28%;
}

.agentLanding tbody td:nth-child(5), .agentLanding thead th:nth-child(5) {
    width: 6%;
}

.appDetail tbody {
    height: 260px !important;
}


.appInfo tbody td:nth-child(1), .appInfo thead th:nth-child(1) {
    width: 15%;
}


.appInfo tbody td:nth-child(2), .appInfo thead th:nth-child(2) {
    width: 25%;
}

.appInfo tbody td:nth-child(3), .appInfo thead th:nth-child(3) {
    width: 20%;
}

.appInfo tbody td:nth-child(4), .appInfo thead th:nth-child(4) {
    width: 20%;
}

.appInfo tbody td:nth-child(5), .appInfo thead th:nth-child(5) {
    width: 5%;
}

.appInfo tbody td:nth-child(6), .appInfo thead th:nth-child(6) {
    width: 5%;
}


.userTable-res tbody td:nth-child(1), .userTable-res thead th:nth-child(1) {
    width: 25%;
}

.userTable-res tbody td:nth-child(2), .userTable-res thead th:nth-child(2) {
    width: 25%;
}

.userTable-res tbody td:nth-child(3), .userTable-res thead th:nth-child(3) {
    width: 25%;
}

.userTable-res tbody td:nth-child(4), .userTable-res thead th:nth-child(4) {
    width: 25%;
    text-align: right;
}

.show-record p {
    margin: 0px 5px 10px 0;
    width: 100%;
}

.show-record .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #485560;
    width: 100%;
    height: 40px;
    font-family: 'robotomedium';
}


.color-grey {
    color: #8F8F8F;
    font-size: 15px;
    margin-top: 60px;
    font-family: robotoregular;
    padding-top: 0 !important;
}

.notification_div {
    display: inline-block;
    text-align: center;

}

.notification_checkbox {
    width: auto !important;
    margin: 0 auto;
    float: none !important;
    outline: 0;
    box-shadow: none !important;
}

.notification_div label {
    margin-bottom: 0px !important;
    width: 100% !important;
}

.notification_label {
    display: inline-block;
    width: auto !important;
}

.tracker-block .card {
    border-radius: 10px;
    border: none;
}

.tracker-block .card-header {
    font-family: 'robotoregular';
    color: #FFF;
    font-size: 20px;


    background: #1172BA;
    border-radius: 10px 10px 0px 0px;

}

.tracker-block .card-body {
    background-color: #EEF2F7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tracker-block .form-control {

    font-family: 'robotoregular';
    color: #7F7F7F;
    font-size: 20px;
    border:none;

    box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.01), 0px 0px 8px rgba(0, 0, 0, 0.2);

    height: 45px;

    border-radius: 5px;
}
.agent-block{
    top:20%;
}

.tracker-block .select-styled{
    width: 100%;
    height: 45px;
    color:#7f7f7f;
    padding: 13px;
    font-family: 'robotoregular';
    font-size: 20px;
}
.tracker-block .select-styled:after{
    background-color: #fff;
    color: #7F7F7F;
    content: '\2304';
    top: -20px;
    right: 5px;
    font-size: 30px;
}
.tracker-block .select-options{

    width: 100%;
    overflow:visible;
    max-height: 1000px;


    border: none;
    top:37px;


}
.tracker-block .select-options li{
    color: #7F7F7F;
    font-size: 20px;
    font-family: 'robotoregular';
    border-top: 1px solid #7f7f7f;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
}
.tracker-block .select-options li:nth-child(1){
    display: none;
}

.locked{
    background: #e9ecef!important;
}
