html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
    background: #f1f1f1;
    font-size: 14px;
}

a {
    outline: 0;
}

a:hover {
    color: #0c0c0c;
    text-decoration: none;
}

.container-fluid {
    padding-left: 25px;
    padding-right: 25px;
}

#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#wrapper #content-wrapper {
    overflow-x: hidden;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 80px;
}

body.fixed-nav #content-wrapper {
    margin-top: 56px;
    padding-left: 90px;
}

body.fixed-nav.sidebar-toggled #content-wrapper {
    padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

@media (min-width: 768px) {
    body.fixed-nav #content-wrapper {
        padding-left: 225px;
    }

    body.fixed-nav.sidebar-toggled #content-wrapper {
        padding-left: 90px;
    }
}

li.nav-item.logoSIdebar img {
    max-width: 200px;
    padding: 15px;
    text-align: center;
    display: block;
    width: 100%;
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 56px;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    color: white;
}

.scroll-to-top:hover {
    background: #343a40;
}

.scroll-to-top i {
    font-weight: 800;
    font-size: 24px;
}

.smaller {
    font-size: 0.7rem;
}

.o-hidden {
    overflow: hidden !important;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.navbar-nav .form-inline .input-group {
    width: 100%;
}

.navbar-nav .nav-item.active .nav-link {
    color: #fff;
}

.card-body {
    background: #fff;
}

a {
    color: #76bc21;
}

a.nav-link.active i {
    color: #fff !important;
}

.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    width: 0rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
}

.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
    content: '\f107';
}

.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
    display: none;
}

.navbar-nav .nav-item .nav-link:focus {
    outline: none;
}

.navbar-nav .nav-item .nav-link .badge {
    position: absolute;
    margin-left: 0.75rem;
    top: 0.3rem;
    font-weight: 400;
    font-size: 0.5rem;
}

@media (min-width: 768px) {
    .navbar-nav .form-inline .input-group {
        width: auto;
    }
}

.sidebar {
    width: 90px !important;
    background-color: #2a2a2a;
    min-height: 100vh;
    z-index: 9;
}

.sidebar .nav-item:last-child {
    margin-bottom: 1rem;
}

.sidebar .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 90px;
}

.toggled .dropdown-menu.show {
    display: none;
}

.sidebar .nav-item .nav-link span {
    font-size: 0.65rem;
    display: block;
}

.sidebar .nav-item .dropdown-menu {
    position: absolute !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: calc(90px + 0.5rem) !important;
    margin: 0;
}

.sidebar .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto !important;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: none;
}

.sidebar .nav-item .nav-link {
    color: #fff;
}

.sidebar .nav-item .nav-link:active,
.sidebar .nav-item .nav-link:focus,
.sidebar .nav-item .nav-link:hover {
    color: #fff;
}

.sidebar li.nav-item.active,
.sidebar li.nav-item a:active {
    background: #2d3444;
}

li.nav-item a:after {}

.sidebar.toggled {
    width: 0 !important;
    overflow: hidden;
}

.sidebar .nav-item .nav-link i {
    margin-right: 5px;
    color: #76bc21;
    color: #76bc21 !important;
}

a.nav-link.active {
    color: #76bc21 !important;
}

.sidebar li.logo a {
    color: #fff;
    text-align: center;
    display: block;
}

.visibilityHidden {
    visibility: hidden;
}

.sidebar {
    width: 270px !important;
    overflow: hidden;
    z-index: 9;
}

.sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px;
    width: 225px;
}

li.nav-item.dropdown.show a.dropdown-toggle {
    color: #fff;
}

.sidebar .nav-item .nav-link span {
    font-size: 14px;
    display: inline;
}

.sidebar .nav-item .dropdown-menu {
    position: static !important;
    margin: 0;
    top: 0;
    padding: 1px 0px;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: block;
}

.sidebar.toggled {
    /*overflow: visible;
    width: 90px !important;  */
}

.sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
}

.sidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 90px;
}

.sidebar.toggled .nav-item .nav-link span {
    font-size: 0.65rem;
    display: block;
}

.sidebar.toggled .nav-item .dropdown-menu {
    position: absolute !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: calc(90px + 0.5rem) !important;
    margin: 0;
}

.sidebar.toggled .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto !important;
}

.sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
    display: none;
}

.navbar-dark .navbar-brand img {
    /*  max-width: 180px;*/
    max-height: 60px;
    width: auto;
}

.hide {
    display: none;
}

.navbar-dark .navbar-brand {
    color: #fff;
    background: #fff;
    width: 200px;
    width: 165px;
    text-align: center;
    padding: 0px 0px !important;
    margin-left: 10px;
}

.navbar-dark .navbar-brand a {
    color: #fff;
}

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -1.25rem;
    right: -1rem;
    opacity: 0.4;
    font-size: 5rem;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

button#sidebarToggle {
    margin: 0px;
    color: #333;
    font-size: 24px;
    border-radius: 0;
    margin-left: -4px;
    margin-top: -1px;
    margin-right: 0px;
    padding: 12px 20px;
    background: #e8e8e8;
}

/*sidebar*/
.sidebar .dropdown-menu {
    background: #393939;
    border: none;
    color: #fff;
    border-radius: 0px;
}


.sidebar .dropdown-menu a {
    color: #ddd;
    font-size: 14px;
    padding: 10px 0px;
    padding-left: 49px;
    position: relative;
}

.sidebar .dropdown-menu a::before {
    /*  content: "\f107";*/
    /*margin-right: 10px;*/

    /*font-family: 'fontawesome';*/
    /*font-size: 15px;
top: 2px;  
    content: '\f105';
font-family: 'Font Awesome 5 Free';*/

    position: absolute;
    left: 30px;
    width: 0rem;
    text-align: center;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
}

.sidebar .dropdown-menu a.active {
    color: #54e174 !important;
    /*background: #76bc21;*/
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: transparent;
}

/*.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover { background: transparent; color: #fff !important;}*/
.sidebar .dropdown-item:focus,
.sidebar .dropdown-item:hover {
    background: transparent;
    color: #fff !important;
}

.breadcrumb {
    font-family: 'Poppins', sans-serif;
}

.title-card {
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
}

h3.company-name {
    display: none;
    font-size: 21px;
    padding-top: 8px;
}

/* box modal */
section.social-media-used {
    background: #fff;
    box-shadow: 0px 1px 4px #dcdcdc;
    margin-bottom: 40px;
}

.social-media-used .box {
    box-shadow: none;
    border-radius: 0;
}

.heading-dashboard {
    font-family: 'Poppins', sans-serif;
    background: #f1f1f1;
    display: block;
    padding: 10px 15px;
    font-size: 2em;
    line-height: 1.6;
   /* color: #76bc21;*/
    color: #444;
    border-bottom: none;
    font-weight: 500;
    /*text-transform: capitalize;*/
}

.headng-transparent {
    color: #455A64;
    background: none;
    padding: 0 15px;
    font-size: 22px;
    /*  text-transform: capitalize;*/
}

.box {
    text-align: center;
    background: #fff;
    box-shadow: 4px 4px 8px 0px #cecece;
    border: solid 3px #fff;
    border-radius: 4px;
    margin-bottom: 20px;
}

.heading-dashboard i {
    padding-right: 5px;
}

.box .used {
    padding: 10px;
    font-size: 3em;
    font-family: 'Poppins', sans-serif;
}

.box .name-title {
    text-align: center;
    font-size: 1rem;
    color: #fff;
    padding: 8px 0px;
}

.box .used sup {
    position: relative;
    top: -8px;
    font-weight: 500;
}

.progress {
    box-shadow: -1px 4px 7px 0px #e8e8e8;
    background: #fff;
}

.ranking {
    padding: 15px 20px;
    margin-bottom: 40px;
}

.ranking h4 {
    display: inline-block;
}

.ranking i {
    font-size: 3em;
    margin-bottom: 10px;
    color: #ff6856;
}

.progress-bar {
    background-color: background: rgb(232, 186, 67);
    background-image: -webkit-linear-gradient(0deg, rgb(232, 186, 67) 0%, rgb(255, 103, 86) 100%) !important;
}

.facebook {
    background: #3b5997;
}

.instagram {
    background: rgb(232, 186, 67);
    background-image: -webkit-linear-gradient(0deg, rgb(232, 186, 67) 0%, rgb(255, 103, 86) 100%) !important;
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.linkedin {
    background: #0077b5;
}

.xing {
    background: #0a6c6f;
}

.twitter {
    background: #2eacf6;
}

.pinterest {
    background: #e6001a;
}

.instagram .name-title {
    background: #ea7c56;
}

.linkedin .name-title {
    background: #005480;
}

.xing .name-title {
    background: #d9e20f;
}

.twitter .name-title {
    background: #2a96de;
}

.pinterest .name-title {
    background: #d3071e;
}

.facebook-inner {
    color: ;
}

.instagram-inner {
    color: ;
}

.linkedin-inner {
    color: ;
}

.xing-inner {
    color: ;
}

.twitter-inner {
    color: ;
}

.pinterest-inner {
    color: ;
}


/* ==== Channels ====*/
ul.channels {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

ul.channels li span {
    background: #607d8b;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 3px 0px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    margin-right: 15px;
}

.title-channel {
    line-height: 1.6;
    padding: 6px 0px;
    margin-top: 8px;
    color: #fff;
    border-radius: 4px;
    text-align: left;
}

ul.channels li span:after {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #607d8b;
    position: absolute;
    content: '';
    margin-top: 8px;
    margin-left: 6px;
}

.title-channel i {
    float: left;
    margin: 0px 15px;
    font-size: 25px;
}

ul.channels li {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #333;
}

ul.channels small {
    font-size: 14px;
    text-align: right;
    margin-left: 10px;
    font-family: 'Poppins', sans-serif;
}

/*chart*/
canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.chart-container {
    max-width: 1000px;
    margin-right: 40px;
    margin-bottom: 40px;
    background: #fff;
    padding: 30px;
    margin: auto;
}

.breadcrumb {
    background: transparent;
    /* margin: 0px 25px 15px; */
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    margin-top: 15px;
}

/*Form-fields*/
.error {
    color: #F44336;
}

/*.custom-checkbox .custom-control-label::before {
 top: 0rem;
}
.custom-control-label::after { top:0px;}*/

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #76bc21;
    outline: none;
    box-shadow: none;
}

.createBroadcast {
    max-width: 1100px;
    margin: auto;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.form-fields label {
    font-weight: 500;
    margin: 15px 0px 4px;
    padding: 0;
    font-size: 15px;
    color: #333;
}

.choose-award .sortableCheckBox input[type="checkbox"] + label {
    padding: 0;
    width: 35px;
    height: 35px;
    background: none;
    border: none;
    margin: 0;
}

.choose-award .sortableCheckBox {
    max-width: 40px;
}

th.choose-chbx {
    width: 60px;
}

.choose-award.table-fixed tbody {
    height: 200px;
    overflow-y: auto;
    width: 100%;
}

.choose-award.table-fixed thead,
.choose-award.table-fixed tbody,
.choose-award.table-fixed tr {
    display: block;
}

.table-fixed thead tr th {
    float: left;
    background-color: #efefef;
    border-color: #dee2e6;
    height: 50px;
}

.table-fixed tbody td {
    float: left;
}

.choose-award {
    max-height: 498px;
    overflow: auto;
    margin-bottom: 15px;
}

.form-fields textarea {
    resize: none;
}

.form-fields .form-control {
    min-height: 48px;
    height: 48px;
    background-color: #fafafa;
    color: #333;
    font-size: 15px;
    margin-bottom: 5px;
    padding: 10px 22px;
    border-radius: 3px;
    border: 1px solid #d3d3d3;
    outline: 0;
}

.form-fields input[type="file"] {
    padding: 0;
}

.form-fields .form-control:disabled {
    background: #e5e5e5;
}

label.error {
    font-weight: 100;
    color: #f00;
    display: inline;
    font-size: 14px;
    width: 100%;
    float: left;
    margin-top: 3px;
}

.form-fields .form-control.error:focus,
.form-control.error:active {
    border: none;
    box-shadow: 0 0 0px 1px rgb(255, 114, 104);
}

.form-fields .form-control.error {
    box-shadow: 0 0 0px 1px rgb(255, 114, 104);
    border: none;
}

.form-fields .form-control.valid {
    border-color: #30419b;
}

.form-fields .form-control.valid:focus {
    box-shadow: none;
}

.form-fields .form-control.valid {
    border-color: #d3d3d3;
}

.form-fields .form-control.valid:focus,
.form-fields .form-control:focus {
    /*box-shadow: 0 3px 6px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.1);*/
    border-color: #80bdff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 123, 255, .25);

}



.form-fields label#user_limit-error {
    display: block;
    position: absolute;
    left: 0%;
    width: 220%;
    top: 20px;
}

.form-fields .form-group {
    margin-bottom: 5px;
}

.custom-control-inline .error {
    position: absolute;
    width: 260%;
    display: block;
    margin-top: 8px;
    top: 30px;
    left: 0px
}

img.no-img {
    width: 120px;
    margin-top: 15px;
}

/*message-send-by*/
h4.heading-section {
    font-size: 20px;
    margin: 20px 0px;
    border-bottom: solid 1px #efefef;
    padding-bottom: 10px;
    padding: 12px 0px;
    background: #f1f1f1;
    padding-left: 15px;
}

ul.message-send-by {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

ul.message-send-by li {
    display: inline-block;
    margin: 0px 10px;
}

.card-login .form-fields .form-control {
    box-shadow: none;
    margin-bottom: 5px;
}

.card-login .form-fields .form-control:focus {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1), 0 0 2px 0 rgba(0, 0, 0, .1);
}

.error-text {
    font-size: 12px;
    color: #ff0000;
}

#forget_frm .error {
    font-size: 12px;
    color: #ff0000;
    font-weight: 400;
    clear: both;
}

.text-link.mt-2.d-block.forgetlink {
    text-align: center;
    color: #000;
}

.text-link.mt-2.d-block.forgetlink:hover {
    color: #76bc21;
}

#forget_frm .form-fields .form-control.error {
    border: 1px solid #e3e3e3;
}

#forget_frm .form-group {
    overflow: hidden;
}

/*Select Group*/
.group-section ul {
    padding: 0;
    list-style: none;
    margin: 0% -0.5% 0% -0.5%;
}

.group-section ul li {
    display: inline-block;
    max-width: 32%;
    margin: .5%;
}

.selected-group {
    /*background-image: linear-gradient(315deg, #0380ca 0%, #2bb0ff 74%) !important; color: #fff !important;*/
}

.createGroup .selected-group {
    background-image: none !important;
    color: #333 !important;
}

.group-section ul li i {
    color: #fff;
    padding-right: 8px;
}


/* Search Section */
.btn-primary,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #76bc21;
    border-color: #76bc21;
}

.btn-primary:hover {
    background-color: #04a5db;
    border-color: #04a5db;
}

.searchBox {
    max-width: 250px;
}

.form-fields .form-control.searchBox {
    min-height: 40px;
}

/*recent Broadcast*/
/*.recent { background: #fff;   padding: 20px; min-height: 350px;}*/
.recent {
    background: #fff;
    padding: 20px;
    /*min-height: 350px;*/
    position: absolute;
    min-height: calc(100% - 25px);
    width: calc(100% - 30px);
}

.recent ul {
    margin: 0;
    padding: 0;
}

.recent ul li {
    background: #fff;
    display: inline-block;
    width: 100%;
    /* border-radius: 5px; */
    font-size: 1em;
    color: #444;
    font-weight: 500;
    padding: 10px 0px;
    /* box-shadow: 0px 0px 3px #ccc; */
    margin: 5px 0px;
    border-bottom: dashed 1px #ccc;
}

.recent ul li span {
    color: #76bc21;
    font-weight: 700;
}

.recent ul li strong {
    font-weight: 700;
    color: #000;
}

.recent ul li i {
    color: #76bc21;
    font-size: 15px;
    margin-right: 5px;
}

/*Custom button design*/
.primaryBtn {
    color: #FFFFFF;
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
}

.primaryBtn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.primaryBtn span:after {
    /*content: '\00bb'; position: absolute;  opacity: 0; top: -6px; right: -20px; transition: 0.5s;   font-size: 24px; */
}

.primaryBtn:hover span {
    /*padding-right: 15px;*/
}

.primaryBtn:hover span:after {
    opacity: 1;
    right: 0;
}


/* table */


div#dataTable_length {
    width: 50%;
    float: left;
    text-align: left;
}

div#dataTable_filter {
    float: left;
    width: 50%;
}

td.editIcon a.fa.fa-trash,
td.editIcon a.fa.fa-trash-alt {
    background: #ee261f;
}

td.editIcon a i.fa.fa-chart-line {
    background: #FF9800;
    padding: 6px;
    border-radius: 3px;
    font-size: 14px;
    transition: all ease 0.3s;
    width: 24px;
    text-align: center;
    color: #fff;
}


.previusPoints .modal-header {
    background: #333;
    color: #fff;
}

.previusPoints .modal-header .close {
    opacity: 1;
    text-shadow: none;
    color: #fff;
    font-weight: 100;
    font-size: 31px;
    background: #ff9800;
    padding: 4px 6px;
    margin-top: -17px;
    border-radius: 0px 0px 0px 5px;
    outline: none;
}

.previusPoints .modal-body {
    max-height: 280px;
    overflow: auto;
}

.previusPoints .modal-content {
    padding-bottom: 30px;
}

.previusPoints .modal-header {
    overflow: hidden;
}

.previusPoints .modal-header:hover .close {
    opacity: 1;
    color: #fff;
}

.previusPoints tr th {
    padding: 10px 15px;
}

.dataTables_paginate span a {
    width: 26px;
    height: 26px;
    display: block;
    display: inline-block;
    text-align: center;
    background: #636363;
    line-height: 26px;
    margin: 0px 3px;
    color: #fff;
    border-radius: 4px;
}

.dataTables_paginate a {
    margin: 0px 10px;
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

.dataTables_paginate a:hover {
    color: #76bc21;
}

.dataTables_paginate span a:hover {
    background: #76bc21;
    color: #fff;
}

a.paginate_button.current {
    background: #76bc21;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #76bc21;
}

/*sortable check box list*/
.filter-checkBox {
    padding: 0px;
}

ul#sortableCheckBox li {
    margin: 0px 2% 10px 0px;
    width: 23%;
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
}

#sortableCheckBox {
    height: 350px;
    overflow: auto;
    list-style: none;
    margin: 0;
    background: #f8f9fa;
    margin-top: -7px;
    z-index: 0;
    position: relative;
    padding-top: 15px;
    margin-top: 0px;
    padding: 0px;
    overflow-x: hidden;
}

#dataTable_filter input {
    border: solid 1px #ccc;
    box-shadow: none;
    padding: 5px 10px;
}

.table-hover tbody tr:hover {
    background-color: rgba(183, 183, 183, 0.1);
}

#sortableCheckBox label {
    font-weight: 100;
}

.box-shadow-search {
    box-shadow: -1px -7px 15px 0px #dcdada;
    padding: 15px;
    margin-bottom: -5px;
    z-index: 9999;
    position: relative;
    background: #f3f3f3;
}

table.table button.btn {
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 3px;
}

table.table button.btn.lockbtn {
    background: #259abd;
    border-color: #259abd;
}

table.table button.btn.lockbtn:hover {
    background: #333;
    border-color: #333;
}

table.table button.btn.lockbtn:focus {
    box-shadow: none;
}

.bg-search {
    position: relative;
    z-index: 9;
    background: #fff !important;
}


table.table thead tr th:last-child.sorting:before,
table.table thead tr th:last-child.sorting:after,
table.table thead tr th:last-child.sorting_asc:before,
table.table thead tr th:last-child.sorting_asc:after,
table.table thead tr th:last-child.sorting_desc:before,
table.table thead tr th:last-child.sorting_desc:after {
    display: none !important;
    content: '';
    cursor: default;
}

table.table thead tr th:last-child.sorting,
table.table thead tr th:last-child.sorting_desc,
table.table thead tr th:last-child.sorting_asc {
    cursor: default !important;
}




.modal {
    z-index: 9999;
}

@media(max-width:1400px) {
    ul#sortableCheckBox li {
        width: 31%
    }

    .form-fields .form-control {
        min-height: 40px;
        height: 40px;

    }
}

@media(max-width:1200px) {
    ul#sortableCheckBox li {
        width: 48%
    }
}

@media(max-width:991px) {
    ul#sortableCheckBox li {
        width: 98%
    }
}

/*Custom checkbox */
.sortableCheckBox input[type=checkbox] {
    visibility: hidden;
    display: none;
}

.sortableCheckBox input[type=checkbox] + label {
    display: block;
    position: relative;
    margin-bottom: 20px;
    color: #333;
    font-weight: 500 !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    padding: 10px 35px;
    border: solid 1px #ececec;
    border-radius: 5px;
    background: #fbfbfb;
}

.sortableCheckBox input[type=checkbox] + label:last-child {
    margin-bottom: 0;
}

.sortableCheckBox input[type=checkbox] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #76bc21;
    position: absolute;
    left: 7px;
    top: 9px;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.sortableCheckBox input[type=checkbox]:checked + label:before {
    width: 10px;
    top: 8px;
    left: 12px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sortableCheckBox ul li label {
    width: 100%;
    border-radius: 5px;
    font-size: 1.1em;
    color: #333;
    font-weight: 500;
    padding: 10px;
    box-shadow: 0px 0px 3px #ccc;
    cursor: pointer;
    display: block;
}

/*awards*/
.awards-list {
    display: none;
}

.awards-list h4 {
    padding: 0;
    margin: 0;
    font-size: 21px;
    font-weight: 800;

}


/*
.sortableCheckBox label{display:block;position:relative; margin-bottom:20px; color: #333; font-weight: 500 !important; cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none; padding: 10px 35px;   border: solid 1px #ececec; border-radius: 5px;   background: #fbfbfb;}
 
.sortableCheckBox input[type=checkbox]:before{content:''; display:block;width:20px;height:20px;border:2px solid #30419b;position:absolute;left:7px;top:11px;opacity:.6;-webkit-transition:all .12s,border-color .08s;transition:all .12s,border-color .08s;  }
*/
span.error.errorCustom {
    position: absolute;
    width: 100%;
    color: #f00;
    display: block;
    left: 15px;
}

span#title-error, span#url-error, span#image_url-error{
    top: 89px;
}

.customFilter .custom-checkbox label.error {
    position: absolute;
    left: 0;
    bottom: 25px;
}

.sortableCheckBox label.selected-group {
    background-image: none;
}

.custom-control-label.selected-group {
    background-image: none !important;
    color: #333 !important;
}

.custom-control label {
    font-weight: 500 !important;
    cursor: pointer;
}

.group-section li label.error {
    position: absolute;
    background: transparent;
    border: none;
    color: #f00;
    top: 0;
}

.form-action {
    padding-bottom: 40px;
}

.card {
    background: transparent;
    box-shadow: none;
    border: none;
}

.overall ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.overall ul li {
    margin: 20px 10px 20px 10px;
    width: 100%;
    background: #e3e3e3;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0px 1px 4px #dad8d8;
}

.overall ul li .count {
    font-size: 1.8rem;
}

.overall ul li .time {
    font-size: 1rem;
    padding-top: 5px;
}

.overall ul li .count {
    display: inline-block;
}

.overall ul li:nth-child(1) {
    background: #fff;
}

.overall ul li:nth-child(2) {
    background: #fff;
}

.overall ul li:nth-child(3) {
    background: #fff;
}

.overall ul li:nth-child(4) {
    background: #fff;
}

.overall ul li:nth-child(5) {
    background: #fff;
}

.overall ul li:nth-child(1) i {
    color: #3b5997;
}

.overall ul li:nth-child(2) i {
    color: #2eacf6;
}

.overall ul li:nth-child(3) i {
    color: #0a6c6f;
}

.action-due ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    /*! align-items: center; */
}

.action-due ul li {
    margin: 20px 10px 20px 10px;
    width: 100%;
    background: #e3e3e3;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0px 1px 4px #eee;
}

.action-due ul li .count {
    font-size: 1.8rem;
}

.action-due ul li .time {
    font-size: 1rem;
    padding-top: 5px;
}

.action-due ul li .count {
    display: inline-block;
}

.action-due ul li:nth-child(1) {
    background: #626ed4;
}

.action-due ul li:nth-child(2) {
    background: #717cd8;
}

.action-due ul li:nth-child(3) {
    background: #818bdc;
}

.action-due ul li:nth-child(4) {
    background: #9199e0;
}

.action-due ul li:nth-child(5) {
    background: #a0a8e5;
}

.action-due ul li:nth-child(1) .count {
    border-bottom: solid 4px #f39231;
}

.action-due ul li:nth-child(2) .count {
    border-bottom: solid 4px #56b20b;
}

.action-due ul li:nth-child(3) .count {
    border-bottom: solid 4px #7a80fc;
}

.action-due ul li:nth-child(4) .count {
    border-bottom: solid 4px #31a2fb;
}

.action-due ul li:nth-child(5) .count {
    border-bottom: solid 4px #ec82fe;
}

.action-due ul li .card {
    display: block;
    position: relative;
}

.space-Table tr td:nth-child(1) {}

.space-Table tr td:nth-child(2) {
    width: 20%;
}

.space-Table tr td:nth-child(3) {
    width: 20%;
}

.space-Table tr td:nth-child(4) {
    width: 20%;
}

.space-Table tr td:nth-child(5) {
    width: 40%;
}

.mt-0 {
    margin-top: 0px !important;
}

.p-0 {
    padding: 0px !important;
}

.row.searchForm {
    margin: 0;
}

.bg-gray {
    background: #f1f1f1;
}

#errmsg {
    font-size: 12px;
    color: #f00;
    position: absolute;
    bottom: -5px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 4px 11px;
    font-size: 15px;
}

ul.list-inline {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

ul.list-inline li {
    min-height: 50px;
    margin-left: 20px;
    font-size: 18px;
}

ul.list-inline li.addNewlead a {
    background: #626ed4;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}

ul.list-inline li.addNewCustomer a {
    background: #ef6d3b;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}

.circle i {
    background: #ccc;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 28px;
    font-size: 15px;
}

.circle i.green {
    background: rgba(255, 255, 255, 0.23921568627450981);
    color: #fff;
}

.circle i.info {
    background: rgba(255, 255, 255, 0.23921568627450981);
    color: #fff;
}

.btn.btn-back.btn-lg.prev-step {
    background: #e4e4e4;
}

.overall ul li .card {
    display: block;
    position: relative;
}

.card .img {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(255, 255, 255, .15);
    border-radius: 4px;
    text-align: center;
    float: left;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.card .img i {
    font-size: 35px;
}

.card .orders {
    font-size: 18px;
    color: #333 !important;
    font-weight: 200;
}

.card .font-500 {
    color: #333 !important;
}

.card .font-500 i {
    font-size: 12px;
}

.card .bg-facebook {
    background: #3b5997;
}

.card .bg-twitter {
    background: #2eacf6;
}

.card .bg-xing {
    background: #0a6c6f;
}

.card .bg-facebook,
.card .bg-twitter,
.card .bg-xing {
    position: absolute;
    right: -15px;
    top: 0px;
    padding: 5px 8px 5px 25px;
}

.card .reports {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    float: left;
}

.card .mt-2 {
    float: right;
    position: relative;
    width: 100%;
    margin-top: 20px;
    /*! background: #0003; */
    padding: 2px 8px;
    border-radius: 4px;
}

.card .mt-2 {
    float: right;
    width: 100%;
}

.card .mt-2 a {
    float: right;
    color: #333 !important;
    width: 100%;
    cursor: default;
}

.card .mt-2 a i {
    float: right;
}

.card .bg-facebook {
    color: #fff;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.card .bg-twitter {
    color: #fff;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.card .bg-xing {
    color: #fff;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
}

/*
.card h3.font-500 {
    margin-top: 5px;
    font-size: 1.8rem;
}
*/

.card h3.font-500 {
	margin-top: 5px;
	font-size: 1.8rem;
	line-height: 1.3rem;
	margin-bottom: .3rem;
}
.form-body.bg-gray input,
.form-body.bg-gray button {
    min-height: 40px;
}






@media(max-width:1200px) {
    ul.sortableCheckBox li {
        margin: 10px 1%;
        max-width: 50%;
        width: 100%;
        float: left;
    }
}

@media(max-width:991px) {
    ul.sortableCheckBox li {
        margin: 10px 1%;
        max-width: 98%;
        width: 100%;
        float: left;
    }
}

@media(max-width:576px) {
    ul.sortableCheckBox li {
        margin: 10px 1%;
        max-width: 100%;
        width: 100%;
        float: left;
    }
}


/* Buttons */
.bg-primary {
    background-color: #efefef !important;
}

.btn {
    border-radius: 0;
    padding: 7px 17px;
    margin-right: 10px;
    border-radius: 3px;
    font-weight: 500;
}

/*My Account */
ul.myAccount .dropdown-menu {
    background: #f7f7f7;
    border-radius: 0;
    border: none;
    margin: 0px 25px 20px 25px;
    box-shadow: 0 2px 6px -2px rgba(0, 0, 0, .16), 0 2px 6px 0 rgba(0, 0, 0, .12);
    border-radius: 4px;
    border: solid 2px #fff;
}

ul.myAccount .dropdown-menu a i {
    font-size: 14px;
}

ul.myAccount .dropdown-menu a {
    color: #5d5d5d;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 400;
}

ul.myAccount .dropdown-menu a i {
    margin-right: 5px;
    /* color: #504f4e; */
}

ul.myAccount .dropdown-menu a:hover {
    color: #3e3e3e;
    background: #e6e6e6;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none !important;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

[type="reset"] {
    background: #e5e5e5;
    color: #0c0c0c;
}

[type="reset"]:hover {
    background: #cacaca;
}

.pageNUname {
    font-size: 16px;
    margin-right: 30px !important;
    font-weight: 500;
    cursor: pointer;
}

.pageNUname i {
    font-size: 20px;
    color: #76bc21;
    position: relative;
    top: 2px;
}

.pageNUname i.fa-sort-down,
.pageNUname i.down-fa {
    color: #555;
    font-size: 14px;
    vertical-align: top;
    top: 5px;
}

/*breadcrumb*/
.breadcrumb-item + .breadcrumb-item::before {

    display: inline-block;
    padding-right: .5rem;
    color: #8e8e8e;
    content: ">";

}

.breadcrumb a,
.breadcrumb li {

    color: #8e8e8e;

}

.breadcrumb-item.active {

    color: #333;
    /*font-size: 28px;
font-weight: 700;
text-transform: capitalize;*/

}

.table-bordered thead td,
.table-bordered thead th {
    color: #333;
}

/*breadcrumb*/
@media(max-width:767px) {

    div#dataTable_filter,
    div#dataTable_filter {
        width: 100%;
        float: none;
        text-align: left;
    }

    .navbar-dark .navbar-brand {
        width: 200px;
    }
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .card-columns {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        -webkit-column-count: 2;
        column-count: 2;
    }

}

:root {
    --input-padding-x: 0.75rem;
    --input-padding-y: 0.75rem;
}

.card-login {
    max-width: 25rem;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.09) !important;
    margin-bottom: 40px;
}

.card-register {
    max-width: 40rem;
}

.form-label-group {
    position: relative;
}

.form-label-group > input,
.form-label-group > label {
    padding: var(--input-padding-y) var(--input-padding-x);
    height: auto;
}

.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}

footer.sticky-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 90px);
    height: 40px;
    background-color: #fff;
}

footer.sticky-footer a {
    color: #76bc21;
}

footer.sticky-footer .copyright {
    line-height: 1;
    font-size: 0.8rem;
}

.preview-img img {
    width: 80px;
    margin-top: 41px;
    border: solid 1px #ccc;
}

.row.awrd-area {
    background: #f9f9f9;
    padding: 15px 30px 30px;
    border: solid 4px #fff;
    box-shadow: 5px 5px 10px #f1f1f1;
}

.editIcon a.fa {
    background: #333;
    color: #fff !important;
    padding: 8px;
    border-radius: 3px;
    font-size: 12px;
    transition: all ease 0.3s;
    width: 26px;
    text-align: center;
}

.editIcon a.fa:hover {
    background: #333 !important;
    color: #fff !important;
    text-decoration: none;
    transition: all ease 0.3s;
}

.editIcon a.fa.fa-edit {
    background: #0279f6;
}

.editIcon a.fa.fa-award,
.editIcon a.fa.fa-info {
    background: #0279f6;
}

.login-bg {
    background: url(../images/bg-image.jpeg) center;
    height: 100vh;
    background-size: cover;
}

.login {}

.login a {}

.login input {
    background: #fff;
    border: none;
    margin: 10px 0px;
    padding: 20px;
    height: 50px;
}

.login-social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.login-social ul li {
    float: left;
    text-align: center;
    margin-top: 20px;
}

.login-social ul li a {
    display: block;
    width: 35px;
    height: 35px;
    margin: 5px;
    color: #fff;
    font-size: 21px;
    line-height: 35px;
}

.login-social ul li.facebook {
    background: #3B5998;
}

.login-social ul li.google {
    background: #dd4b39;
}

.login-social ul li.twitter {
    background: #00aced;
}

.login {
    font-size: 2em;
    color: #333;
    font-weight: 500;
    text-align: center;
}

.login img {
    max-width: 180px;
    background: #fff;
}

.forgetlink {
    color: #DD7D0C;
    text-decoration: underline;
}

.forGetpage,
.successpage {
    display: none;
}

.successText {
    font-size: 85px;
}

.form-control1 {
    width: 200px;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-left: 5px;
}

#btn_edit,
#btn_save_data {
    margin-top: 10px;
}

#btn_save_status {
    margin-top: 10px;
}

.text-decoration-none {
    text-decoration: none;
}

a.text-link.mt-2.d-block.forgetlink.text-decoration-none.text-primary.p-2.btn-dark.login_bk {
    color: #151515 !important;
    padding: 11px 0px !important;
    background: #eaeaea !important;
    font-size: 18px;
    font-weight: 500;
}

a.text-link.mt-2.d-block.forgetlink.text-decoration-none.text-primary.p-2.btn-dark.login_bk:hover {
    background: #ffeed9 !important;
}

a.text-link.mt-2.d-block.forgetlink.text-decoration-none.text-primary.p-2.btn-dark.login_bk:focus {
    box-shadow: none;
    border: none;
}

.company-settings .fa-facebook-square {
    color: #3b5997;
    font-size: 20px;
}

.company-settings .fa-linkedin {
    color: #0e76a8 !important;
    font-size: 20px;
}

.company-settings .fa-xing-square {
    color: #0a6c6f;
    font-size: 20px;
}

.company-settings .fa-twitter-square {
    color: #1DA1F2;
    font-size: 20px;
}
.company-settings .fa-pinterest-square {
    color: #CC2028;
    font-size: 20px;
}
.margin-top-10 {
    margin-top: 10px;
}

@media (max-width:991px) {
   /* .login-bg {
        display: none;
    }

    .login-box {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }*/

    #btn_edit,
    #btn_save_data,
    #btn_save_status {
        margin-top: 15px;
    }

    table.dataTable thead > tr > th.sorting {
        white-space: pre;
        min-width: 80px;
    }

    .card .img {
        width: 20px;
        height: 30px;
    }

    .card .img i {
        font-size: 35px;
    }

    .card .orders {
        font-size: 15px;
        color: #333 !important;
        font-weight: 500;
    }

    .recent {
        min-height: 200px;
    }
}

@media (min-width: 768px) {
    footer.sticky-footer {
        width: calc(100% - 225px);
    }
}

body.sidebar-toggled footer.sticky-footer {
    width: 100%;
}

@media (max-width:991px) {
    .recent {
        background: #fff;
        padding: 20px;
        min-height: 250px;
        position: inherit;
        height: auto;
        width: 100%;
    }

    .sidebar {
        width: 320px !important;
    }
}

@media (max-width:767px) {
    .preview-img img {
        margin-top: 20px;
    }

    .overall ul li {
        margin-bottom: 10px;
        width: calc(100% - 20px);
    }

    .sidebar .nav-item .dropdown-menu {
        left: calc(81px + 0.5rem) !important;
        top: 0;
    }

    .sidebar .dropdown-menu a::before {
        left: 24px;
    }

    .sidebar .nav-item .nav-link span {
        font-size: 12px;
        display: inline;
    }

    .sidebar .dropdown-menu a {
        font-size: 11px;
        margin: 5px 0px;
        padding-left: 40px;
    }

    .sidebar .dropdown-menu a::before {
        left: 28px;
    }

    .navbar-dark .navbar-brand img {
        max-width: 100%;
    }

    table.table-bordered.dataTable tbody th,
    table.table-bordered.dataTable tbody td {
        min-width: 80px;
    }

    /*.sidebar {
    width: 0px !important;
}
    .sidebar.toggled{width: 255px !important;}*/
    .sidebar {
        width: 350px !important;
        max-width: 210px;
        position: fixed;
    }

    .sidebar .nav-item .nav-link {
        width: 100%;
    }

    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: right;
    }

    .dataTables_paginate a#dataTable_next {
        margin-right: 0px;
    }
}

@media (max-width:640px) {
    .overall ul {
        display: block;
    }

    .overall ul li {
        min-height: 130px;
    }

    .card .reports {
        padding-left: 25px
    }

    .card .img {
        width: 35px;
        height: 30px;
    }
}

@media (max-width:479px) {
    .sidebar {
        width: 500px !important;
    }
}

@media (min-width: 768px) {
    body.sidebar-toggled footer.sticky-footer {
        width: calc(100% - 90px);
    }
}

@media (max-width:575px) {
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-height:480px) {
    .login-box {
        position: absolute;
        top: 0;
        transform: translateY(0);
    }
}

@media (min-width:576px) and (max-width:991px) {
    body {
        overflow-x: hidden;
    }
}

.form-group small {
    display: block;
}

.settingIcon i {
    color: #76bc21;
    margin-right: 5px;
}

.alert-new {
    //margin-top: 65px;
}

.login-bg:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(225, 225, 225, 0.85) 0%, rgb(253, 253, 253) 85%) repeat scroll 0% 0%;
    width: 100%;
    height: 100%;
    margin: 0px -15px;
}

.content_login {
    position: relative;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.innerContent_login {
    position: relative;
    line-height: 1.1;
}

.innerContent_login div {
    font-weight: 600;
}

.innerContent_login .title {
    color: #FF9800;
}

.innerContent_login p {
    font-size: 22px;
    margin-top: 50px;
}

.star_mandatory {
    color: #ff0000;
}

@media (max-width:400px) {

    .mr-m-0 {
        margin-right: 0px !important;
    }
}

/*
@media (max-width:410px) {
.m-text-cnt{text-align:center;}
.m-flt-n{float: none !important; display:inline-block; }
.mr-m-0 {margin-right:0px !important;}
}*/

.overall ul li i.fab.fa-linkedin {
    color: #0e76a8 !important;
}
.overall ul li i.fa-twitter-square {
    color: #1DA1F2 !important;
}
.overall ul li i.fa-pinterest-square {
    color: #CC2028 !important;
}

/*27-03-2020*/
.language-nav-wrapper {
    text-align: center;
    margin-right: 21px;
    height: 54px;
    line-height: 54px;
    vertical-align: middle;
    display: table-cell;
    padding-right: 23px !important;
}

.sl-nav {
    display: inline;
    line-height: 15px;
}

.sl-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-block;
}

.sl-nav li {
    cursor: pointer;
    padding-bottom: 10px;
}

.sl-nav li ul {
    display: none;
}

.sl-nav li:hover ul {
    position: absolute;
    top: 36px;
    right: -15px;
    display: block;
    background: #fff;
    width: 55px;
    padding-top: 0px;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);

}

.sl-nav li:hover .triangle {
    position: absolute;
    top: 22px;
    right: -10px;
    z-index: 10;
    height: 14px;
    overflow: hidden;
    width: 30px;
    background: transparent;
}

.sl-nav li:hover .triangle:after {
    content: '';
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(0px) translatex(10px);
    height: 15px;
    background: #fff;
    border-radius: 2px 0px 0px 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li ul li {
    position: relative;
    text-align: center;
    background: transparent;
    padding: 9px 8px;
    padding-bottom: 0;
    z-index: 2;
    font-size: 15px;
    color: #3c3c3c;
    line-height: 20px;
}

.sl-nav li ul li:last-of-type {
    padding-bottom: 15px;
}

.sl-nav li ul li span {
    /*  padding-left: 5px;*/
}

.sl-nav li ul li span:hover,
.sl-nav li ul li span.active {
    color: #76bc21;
}

.sl-flag {
    display: inline-block;
    /*  box-shadow: 0px 0px 3px rgba(0,0,0,0.4);*/
    width: 20px;
    height: 20px;
    background: #aaa;
    /*  border-radius: 50%;*/
    position: relative;
    top: 6px;
    overflow: hidden;
}

.flag-de {
    background-image: url(../images/flag-de.png);
    background-size: cover;
    background-position: center center;
}

.flag-usa {
    background-size: cover;
    background-position: center center;
    background-image: url(../images/flag-uk.png);
}

#dataTable_filter input[type="search"] {
    min-height: 40px;
    height: 40px;
    background-color: #fafafa;
    color: #333;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #d3d3d3;
    outline: 0;
}

#dataTable_filter input[type="search"]:focus {
    border-color: #80bdff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 123, 255, .25);
}

#userDropdown {
    height: 54px;
    line-height: 54px;
    vertical-align: middle;
    display: table-cell;
    padding-right: 0px !important;
}

.div-mid {
    vertical-align: middle;
    line-height: 18px;
}

.wrapword {
    white-space: -moz-pre-wrap !important;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: pre-wrap;
    /* css-3 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap;
    /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}

@media (max-width:800px) {
    .comp-name {
        display: inline-block;
        max-width: 100px;
        white-space: nowrap;
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pageNUname i {
        top: 0px;
    }
}

@media (max-width:500px) {
    .comp-name {
        display: inline-block;
        font-size: 13px;
    }

    .fas.fa-user-circle.fa-fw {
        top: -1px;
    }
}

@media (max-width:400px) {
    #userDropdown {
        padding-right: 0px !important;
    }

    .pageNUname i {
        font-size: 18px;
        color: #76bc21;
        position: relative;
        top: 2px;
    }

    .comp-name {
        max-width: 68px;
        /*width: 68px;*/
    }

    .pageNUname i.fa-sort-down,
    .pageNUname i.down-fa {
        font-size: 13px;
        

    }
 .pageNUname i.down-fa {
	top: 3px;
}
    .navbar-dark .navbar-brand {
        width: 180px;
        padding: .2rem !important;
        margin-left: 2px;
    }
    .div-mid {
	vertical-align: middle;
	line-height: 14px;
	display: table-cell;
}
}

@media (max-width:348px) {

    #userDropdown {
        padding-right: 10px !important;
    }

    .pageNUname i {
        font-size: 18px;
        color: #76bc21;
        position: relative;
        top: 2px;
    }

    .comp-name {
        max-width: 58px;
        width: 58px;
        font-size: 11px;
    }

    .angle-down {
        /*display: none;*/
        font-size: 13px;
    }

    .pageNUname i.fa-sort-down,
    .pageNUname i.down-fa {
        font-size: 13px;

    }

    .navbar-dark .navbar-brand {
        width: 96px;
        padding: .2rem !important;
    }

    .div-mid {
        line-height: 15px;
    }

}

@media (max-width:330px) {
    .comp-name {
        display: inline-block;
        max-width: 85px;
        font-size: 10px;
    }

    .angle-down {
        /*display: none;*/
        font-size: 13px;
    }

    .pageNUname i.fa-sort-down,
    .pageNUname i.down-fa {
        font-size: 13px;
    }

    .div-mid {
        line-height: 15px;
    }

    #userDropdown {
        padding-right: 12px !important;
    }

    .pageNUname i {
        font-size: 16px;

    }

    .navbar-dark .navbar-brand {
        width: 73px;
    }
}

/*
.lang-btn{
color: #fff;
background-color: #76bc21;
border-color: #76bc21;
}
*/
.lang-btn {
    display: inline-block;
    border-radius: 4px;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px 15px;
    width: auto;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    color: #fff;
    background: #686868;
    line-height: 20px;
    text-decoration: none;
}

.lang-btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.lang-btn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.lang-btn.active {
        color: #fff;
    background: #76bc21;
}
.lang-btn:hover{
        color: #fff;
    background: #76bc21;
}
.lang-btn.active:active,
.lang-btn.active:focus,
.lang-btn.active:hover{
    color: #fff;
    text-decoration: none;
    background: #76bc21;
}
.lang-btn.active span:after {
    font-weight: 900;
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.lang-btn.active span {
    padding-right: 25px;
}

.lang-btn.active span:after {
    opacity: 1;
    right: 0;
}


.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    width: 0rem;
    text-align: center;
    /* float: right; */
    /* vertical-align: 0; */
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    vertical-align: top;
    position: absolute;
    right: 15px;
}

.sidebar .nav-item .nav-link span {
    font-size: 14px;
    /* display: inline; */
    float: left !important;
    padding-left: 36px;
    padding-right: 16px;
}

.sidebar .nav-item .nav-link i {
    margin-right: 5px;
    color: #76bc21;
    color: #76bc21 !important;
    left: 14px;
    position: absolute;
    top: 16px;
    width: 28px;
    /* color: #76bc21; */
    /* margin-right: 3px; */
    font-size: 17px;
    text-align: center;
}

.sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 14px 14px 14px 12px;
    width: auto;
    margin: 0 0px 0px 0px;
    /* padding: 0 0 0 28px; */
    position: relative;
    display: block;
    /* color: #303030; */
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}

.sidebar .dropdown-menu a.dropdown-item {
    white-space: break-spaces;
}

.form-title h4 {
	background: #eee;
	padding: 10px;
	margin-bottom: 17px;
}

.matter-detail .row {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-top: 15px;
}
.matter-list tr{ cursor: pointer;}
.badge{ font-weight: 500;}

.login-title h1 {
    text-align: center;
    color: #76bc21;
    margin-top: 35px;
}
body.login-body-bg{ background: url(../images/login-bg.jpg) no-repeat center/cover}

.disclaimer-message h4{
    color: #fd6858;
    font-weight: 500;
    font-size: 22px; text-align: center;
}
.disclaimer-message {
    letter-spacing: 0.5px;
}
.disclaimer-message p {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #ccc;
}
.login-box pt-0{padding-top:0 !important}

/* dec*/
input.otp {
    width: 40px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: center;
    color: #000 !important;
    display: inline-block;
}
.resend-code a {
    color: #000;
}
.resend-code a:hover {
    color: #76bc21;
}
.resend-code img {
    margin-right: 5px;
    transform: rotate(0deg);
    transition: all ease 1s;
}
.resend-code a:hover img {
    transform: rotate(240deg);
    transition: all ease 1s;
}
.resend-code p {
    color: #6bb446;
    font-size: 14px;
}
.token-form input.form-control {
    width: calc(100% - 140px); float: left;
height: 40px;
border-radius: 3px 0px 0px 3px;
}
.btn.btn-primary.verify_token {
    width: 140px;
    float: left;
    margin: 0;
    border-radius: 0px 3px 3px 0px;
}
.btn.btn-cancel {
    background: #666;
    color: #fff;
}
.btn.btn-cancel:hover {
    background: #444;
    color: #fff;
}
.token-sucess {
    color: #3d8c07;
}
.token-failed {
    color: #f00;
}
.btn.btn-confirm {
    background: #76bc21;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
}

.btn.btn-reject {
    background: #bd4a4a;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
}
.btn.btn-red{background: #bd4a4a; border-color: #bd4a4a;}
.btn.btn-red:hover, .btn.btn-red:active, .btn.btn-red:visited{background: #b03b3b; border-color: #b03b3b;}

/* Chat*/

.chat-box-head {
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    margin-bottom: 30px;
}
    .chat-box-head h3 {
    font-weight: 700;
    font-size: 20px;
        margin-bottom: 5px;
}
    .chat-status span {
    background: #0bc828;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50px;
    vertical-align: middle;
}
    .chat-status span.login {
    background: #0bc828;
}
    .chat-status span.away {
    background: #ff9537;
} .chat-status span.offline {
    background: #f22020;
}
    
    .c-text {
   border: 1px solid #dfdfdf;
background: #fff;
padding:5px 15px;
border-radius: 5px;
font-size: 13px;
line-height: 1.8;
color: #333;
        float: left;
}
    .chat-block.replied-chat {
    float: right; margin-right: 20px;
}
    .c-time {
    color: #8a8a8a;
    margin-bottom: 5px;
    font-size: 12px;
}
    .chat-block {
    margin-bottom: 20px;
    width: calc(100% - 150px); overflow: hidden
}
    .chat-block.replied-chat .c-text {
    background: #e3f0ff;
float: right;
border-radius: 5px 5px 0px 5px;
        
}
    .chat-block.replied-chat .c-time {
    text-align: right;
}
    .chat-loop {
    height: calc(100vh - 320px);
    overflow-y: auto;
}
    .chat-field {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
}
    .chat-field textarea {
    background: #fff;
    border: 0;
    width: calc(100% - 70px);
    height: 70px;
    resize: none;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    font-family: "Roboto",sans-serif;
}
    .chat-field button {
    background: #76bc21;
    vertical-align: top;
    margin-top: 17px;
    height: 40px;
    width: 40px;
    margin-left: 15px;
    border-radius: 5px;
        border: 0; transition: all ease 0.3s;
        cursor: pointer;
}
.chat-field button.attachment {
    position: absolute;
    right: 94px;
    cursor: pointer;
    z-index: 1;
    background: #fff;
    font-size: 23px;
    color: #a6a6a6;
    transition: all ease 0.3s;
}
.chat-field button.attachment:hover {
    color: #76bc21;
    background: #fff; transition: all ease 0.3s;
}
.chat-field button.attachment:active, .chat-field button.attachment:visited {
    outline: 0;
}
    .chat-field button:hover {
    background: #2e826d; transition: all ease 0.3s;
}
    .chat-field button img {
    width: 20px;
}

/* 18-03-21*/
.grn{ color: #76bc21}

.radio-box {
    display: inline-block;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 0px 10px 5px;
}
.inline-label {
    min-width: 80px;
    display: inline-block;
    margin-right: 10px;
}
.radio-box .custom-control-inline {
    margin-right: 10px;
}
.radio-box .custom-control-inline:last-child {
    margin-right: 0;
}

button.btn.btn-permission {
    background: #6fbd45;
    border-color: #6fbd45;
    color: #fff;
    padding: 0 !important;
}
button.btn.btn-permission:hover {
    background: #333;
    border-color: #333;
}
button.btn.btn-permission i {
    width: 25px;
    height: 25px;
    line-height: 25px;
}
/* Breadcum*/
.breadcum ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 13px;
}
.breadcum ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.breadcum {
    margin-bottom: 20px;
    background: #e6e6e6;
    border-radius: 5px;
    padding: 7px 20px;
}
.breadcum ul li i {
    font-size: 10px;
    color: #76bc21;
    margin-left: 10px;
}
/* All clients*/

.all-clients tbody td:nth-child(1) {
    width: 130px;
}
.all-clients {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
    position: relative;
}
.all-clients thead {
    position: fixed;
    width: calc(100% - 50px);
    margin-top: -1px;
}

.all-clients thead tr {
    width: 100%;
    display: block;
}
.all-clients thead tr th:nth-child(1) {
    width: 130px;
}


.all-clients thead tr th {
    display: inline-block;
}
.all-clients thead tr th:nth-child(2) {
    width: calc(100% - 133px);
    margin-left: -5px;
}

/* Clio Modal*/
.modal-confirm {		
	color: #636363;
	width: 500px;
    max-width: 96%;
}
.modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	border-bottom: none;   
	position: relative;
}
.modal-confirm h4 {
	text-align: center;
font-size: 36px;
margin: 30px 0 -15px;
color: #ef513a;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -5px;
}	
.modal-confirm .modal-footer {
	border: none;
	text-align: center;
	border-radius: 5px;
	font-size: 13px;
}	
.modal-confirm .icon-box {
	color: #fff;		
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -70px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	background: #ef513a;
	padding: 15px;
	text-align: center;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box i {
	font-size: 46px;
	position: relative;
	top: 4px;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}
.modal-confirm .btn-danger {
	color: #fff;
	border-radius: 4px;
	background: #ef513a;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
}
.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
	background: #da2c12;
	outline: none;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}
    .modal-confirm p {
    font-size: 18px;
}
    #clio-authenticate-confirm .modal-confirm h4 {
    font-size: 28px;
    margin-top: 0px;
}
    .modal-confirm .modal-footer{ text-align: center; display: block;}
 /* Update*/
    
    .clio-confirm-content .icon-box {
    color: #fff;
    margin: 0 auto;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #ef513a;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
    .clio-confirm-content .icon-box i {
    font-size: 46px;
    position: relative;
    top: 4px;
}
    .clio-confirm-content h4 {
    text-align: center;
    font-size: 36px;
    margin: 15px 0;
    color: #ef513a;
}
    .clio-confirm-content p {
    font-size: 18px;
}
    .btn-clio-confirm {
    color: #fff;
    border-radius: 4px;
    background: #ef513a;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}
   .btn-clio-confirm:hover, .btn-clio-confirm:focus {
	background: #da2c12;
       color: #fff;
	outline: none;
}
    
    
    /*update2*/
    .alert-icon-box i {
    font-size: 47px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.alert-icon-box {
    background: #d93131;
color: #fff;
width: 100px;
height: 100%;
position: absolute;
text-align: center;
}
.clio-alert-box {
    background: #ef3a3a;
border: 2px solid #d93131;
position: relative;
text-align: left;
width: 1030px;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
.clio-alert-box h4 {
    color: #fff;
    margin: 13px 10px 12px 130px;
    font-size: 20px;
    line-height: 1.5;
}
    @media(max-width:479px){
        .alert-icon-box {
    width: 100%;
    height: 80px;
}
        .clio-alert-box h4 {
    margin: 100px 15px 15px 15px; text-align: center;
}
        /* Searchable Dropdown*/
            .select2-container--default .select2-selection--single {
    background-color: #fafafa !important;
    border: 1px solid #d3d3d3 !important;
    border-radius: 3px !important;
        color: #333 !important;
    font-size: 15px !important;
        padding: 3px 22px !important;
        min-height: 40px;
}
    .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}
    .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #76bc21 !important;
}
}

.h-notification i {
    color: #76bc21;
    font-size: 20px;
}
.h-notification #bell {
    width: 20px;
    height: 20px;
    background: #ffce3c;
    color: #111;
    font-size: 10px;
    text-align: center;
    display: block;
    position: absolute;
    right: -10px;
    top: 10px;
    border-radius: 30px;
    line-height: 22px;
    font-weight: 500;
    z-index: 1;
}
.h-notification .ripple{
    position: absolute;
width: 50px;
height: 50px;
left: 50%;
top: 50%;
opacity: 0;
margin: -32px 0 0 -16px;
border-radius: 100px;
-webkit-animation: ripple 1.8s infinite;
animation: ripple 1.8s infinite;
}
.pinkBg {
    background-color: #ffce3c !important;
}
@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
/* Calendar */
#calendar {
    border: 7px solid #f7f7f7;
    border-radius: 5px;
}
.fc-button-month{ display: none !important;}
.AddTime {
    margin-top: 30px; height: 36px;
}
.timing-list ul {
    margin: 0 -5px;
    padding: 0;
    list-style: none;
}
.timing-list .btn.btn-reject {
    background: #e64141;
    color: #fff;
    padding: 0px 5px;
    font-size: 12px;
    margin-left: 5px;
    float: right;
    margin-right: 0px;
}
.timing-list ul li {
   padding: 7px;
font-size: 14px;
font-weight: 500;
width: calc(50% - 10px);
margin: 5px;
float: left;
border-radius: 8px;
background: #fff;
border: 1px solid #e8e8e8;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.07);
    transition: all ease 0.3s;
}
.timing-list ul li:hover {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);
    transition: all ease 0.3s;
}
.timing-list ul li .far.fa-calendar-alt {
    font-size: 16px;
    color: #c4c4c4;
}
.day-title {
    color: #76bc21; font-size: 24px;
}
.gray-bg {
    background: #f7f7f7;
    padding: 15px;
}
.available-timing-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.available-timing-list ul li {
    padding: 15px 5px;
    position: relative;
    border-bottom: 1px dashed #ddd;
    border-radius: 5px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.08);
    transition: all ease 0.5s;
    background: #fff;
    overflow: hidden;
}
.available-timing-list ul li:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    transition: all ease 0.5s;
    background: #fbfbfb;
}
.available-timing-list ul li span {
    min-width: 140px;
    display: inline-block;
    font-weight: 500;
}
.available-timing-list ul li .btn.btn-reject {
    padding: 0px;
  width: 20px;
height: 20px;
margin-right: 0;
margin-left: 5px;
}

.available-timing-list ul li .btn.btn-confirm {
padding: 0px;
background: #65c851;
width: 20px;
height: 20px;
margin-right: 0;
margin-left: 5px;
}
.available-timing-list ul li .far.fa-calendar-alt, .available-timing-list ul li span {
    color: #76bc21;
}
#set_availibilty .modal-body .panel-body {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.btn.btn-reject:hover {
    background: #d93939;
    width: 20px; height: 20px;
    padding: 0;
}

.t-left {
    width: 165px;
    float: left;
}
.t-right {
    width: calc(100% - 230px);
    float: left;
}
.available-timing-list ul li.confirmed .t-right {
    color: #65c851;
}
.available-timing-list ul li.confirmed .btn.btn-confirm {
    display: none;
}


.chat-noti{ position: relative; display: inline-block;}
.chat-noti .bell {
    width: 20px;
    height: 20px;
    background: #ffce3c;
    color: #111;
    font-size: 10px;
    text-align: center;
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 30px;
    line-height: 20px;
    font-weight: 500;
    z-index: 1;
}
.chat-noti .ripple{
    position: absolute;
width: 40px;
height: 40px;
left: 50%;
top: 50%;
opacity: 0;
margin: -30px 0 0 -12px;
border-radius: 100px;
-webkit-animation: ripple 1.8s infinite;
animation: ripple 1.8s infinite;
    z-index: 0;
}

.dis .fc-event-inner {
    background: #c4c4c4 !important;
}

.t-right h3 {
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
}
.t-right p {
    margin: 0;
    color: #666;
    font-size: 13px;
}
.timing-list-btns-box {
    width: 61px;
    float: left;
    text-align: right;
    overflow: hidden;
}
#availableDate .modal-dialog,
#create_entry .modal-dialog,
#set_availibilty .modal-dialog
{width: 600px;
max-width: 100%;}

#availableDate .modal-body .panel-body {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.available-timing-list ul li.rejected .t-right {
    color: #ea1e1e;
}
/* 13-05-21*/
.hasDatepicker{ background-image: url(../images/calendar-alt-regular.svg);
background-repeat: no-repeat; background-position: 96% center; background-size: 14px; font-size: 14px;}


/* Calendar changes 06-8-21*/

.btn {margin-bottom: 5px;}
@media(max-width:992px){
.fc-header-title h2 {
    font-size: 22px !important;
}
    #calendar {
    border: 3px solid #f7f7f7;
}
    }
@media(max-width:767px){
   .fc-event .fc-event-inner {
    background: #76bc21;
    font-size: 11px !important;
    font-weight: 500 !important;
    padding: 1px 4px !important;
    border-radius: 10px !important;
    width: 100% !important;
      
    height: 14px !important;
}
   .fc-event-inner .fc-event-title {
    white-space: pre;
    line-height: 1.1;
    font-size: 10px;
    width: 100%;
    overflow: hidden;
    display: block;
        text-overflow: ellipsis;
}
    .book-calendar {
    margin-left: -5px;
    margin-right: -5px;
}
    #set_availibilty .modal-dialog{width: calc(100% - (.5rem * 2));
max-width: 600px;}
    .available-timing-list ul li {
    padding: 10px 5px;
}
    .available-timing-list ul li .far.fa-calendar-alt {
    margin-right: 3px;
}
}
@media(max-width:479px){
.fc-event .fc-event-inner {
    width: 10px !important;
    height: 10px !important;
    color: transparent !important;
}
   
    .fc-event-inner .fc-event-title {
    display: none;
}
    .fc-header-right {
    width: 100%;
    text-align: left;
    display: block;
    float: left;
    clear: both;
    padding-top: 0 !important;
}
    .fc-header-center {
    display: none;
}
    .fc-header-left {
    width: 100%;
    text-align: left;
    display: block;
}
    .fc-first th {
    font-size: 12px !important;
}
    .fc-week .fc-day > div .fc-day-number {
    font-size: 12px !important;
}
    #set_availibilty .form-group.col-4 {
    padding-left: 7px;
    padding-right: 7px;
}
    .AddTime {
    width: 100%;
}
    .t-left {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
    .t-right {
    width: calc(100% - 65px);
}
    .t-right h3 {
    margin-bottom: 0;
}
    .fc-event {
    width: 12px !important;
}
    #createEntry.btn-primary, #setAvailibilty.btn-primary {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}
#setAvailibilty.btn-primary {
    margin-right: 0px;
}
}

.dt-button.buttons-csv, .dt-button.buttons-csv:visited {
   color: #fff;
background-color: #00a651;
    background: #00a651;
border-color: #00a651;
    border-radius: 3px;
}
.dt-button.buttons-csv:hover, .dt-button.buttons-csv:focus, .dt-button.buttons-csv:active {
   background-color: #0c0c0c !important;
    background: #0c0c0c !important;
border-color: #0c0c0c !important;
}
.nav-notification {
   float: right;
position: absolute;
right: 21px;
width: 30px;
height: 40px;
top: 10px;
 
}
.sidebar .nav-item .nav-link .nav-notification i.fa-bell {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 10px !important;
       color: #ffce3c !important;
}
.nav-notification #appt {
   padding: 0;
right: -2px;
top: 0;
font-size: 9px;
width: 20px;
height: 20px;
line-height: 20px;
background: #f07e2b;
color: #fff;
border: 1px solid #000;
    text-align: center;
display: block;
position: absolute;
    border-radius: 30px;
    font-weight: 500;
z-index: 1;
}
.nav-notification .ripple {
    margin: -36px 0 0 -20px;
}

/* 07-4-22*/
.btn.btn-s i {
  width: 25px;
  height: 25px;
  line-height: 25px; font-size: 12px;
}
.btn.btn-s{
    padding: 0 !important;
}
.modal-header {
  background: #fafafa;
}
.info-header {
  padding-left: 65px;
  position: relative;
}
.info-header h2 {
  font-size: 20px;
  font-weight: 500;
  color: #222;
  margin-bottom: 2px;
  margin-top: 2px;
}
.info-header i {
  background: #76bc21;
  position: absolute;
  left: 0;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  border-radius: 7px;
  font-size: 27px;
  top: 0;
}

/* Mob View*/

@media only screen and (max-width: 767px) {

    /* Force table to not be like tables anymore */
    #dataTable_wrapper table,
    #dataTable_wrapper thead,
    #dataTable_wrapper tbody,
    #dataTable_wrapper th,
    #dataTable_wrapper td,
    #dataTable_wrapper tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #dataTable_wrapper thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

   #dataTable_wrapper tr {
    border: 1px solid #fbfbfb;
    margin-bottom: 30px;
background: #fbfbfb;
padding: 12px;
border-radius: 9px;
       box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.0);
        transition: all ease 0.5s;
}
    #dataTable_wrapper tr:hover {
    border: 1px solid #f0f0f0;
   box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
        transition: all ease 0.5s;
}

    #dataTable_wrapper td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px dotted #ddd;
        position: relative;
        padding-left: 7px;
        white-space: normal;
        text-align: left;
        /*padding-top: 6px;*/
        padding-top: 30px;
padding-bottom: 7px;
    }
    #dataTable_wrapper td:last-child {border-bottom: 0;}
    #dataTable_wrapper td:first-child {padding-top: 0;
        padding-bottom: 30px;}
    #dataTable_wrapper td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 100%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
	Label the data
	*/
    #dataTable_wrapper td:before {
        content: attr(data-title);
    }
    table.dataTable{ border: 0;}
    div#dataTable_length {
    width: 150px;
}
    div#dataTable_filter, div#dataTable_filter {
    width: calc(100% - 180px);
position: relative;
float: right;
height: 60px;
}
    #dataTable_filter input[type="search"] {
   
    width: 100%;
    position: absolute;
    left: 0;
    margin: 0;
}
    .navbar-dark .navbar-brand img {
    max-height: 51px;
}
    .dataTables_info {
    display: none !important;
}
    /*.sidebar::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.31);
    position: fixed;
    z-index: -1;
}
    .sidebar.toggled::after {
display: none;
}*/
}
.mx-800 {
  max-width: 800px;
}
.btn-blue {
  background: #5169b3;
  border-color: #5169b3;
  color: #fff;
}
.btn-blue:hover {
  background: #111;
border-color: #111;
color: #fff;
}
.alert {
  display: none;
}
    
    /* Toggle */
    
.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 28px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked + .slider {
  background-color: #76bc21;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #76bc21;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}
.disable-pin{ display: none;}


/* Login */

.auth-page {
  max-width: 460px;
  position: relative;
  margin: 0 auto;
    margin-top: 0px;
}
.account-body.accountbg {
  background: radial-gradient(circle at 39% 47%, rgba(107,107,107,0.08) 0%, rgba(107,107,107,0.08) 33.333%, rgba(72,72,72,0.08) 33.333%, rgba(72,72,72,0.08) 66.666%, rgba(36,36,36,0.08) 66.666%, rgba(36,36,36,0.08) 99.999%),radial-gradient(circle at 53% 74%, rgba(182,182,182,0.08) 0%, rgba(182,182,182,0.08) 33.333%, rgba(202,202,202,0.08) 33.333%, rgba(202,202,202,0.08) 66.666%, rgba(221,221,221,0.08) 66.666%, rgba(221,221,221,0.08) 99.999%),radial-gradient(circle at 14% 98%, rgba(184,184,184,0.08) 0%, rgba(184,184,184,0.08) 33.333%, rgba(96,96,96,0.08) 33.333%, rgba(96,96,96,0.08) 66.666%, rgba(7,7,7,0.08) 66.666%, rgba(7,7,7,0.08) 99.999%),linear-gradient(45deg, #04a5db, #76bc21);
  width: 100%;
  height: 100vh;
    overflow-y: auto;
    background-attachment: fixed;
}
.account-body .auth-card {
  border-radius: 20px;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.vh-100 {
  height: 100vh !important;
}
.auth-form .auth-form-icon {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 34px;
  position: absolute;
  left: 3px;
  z-index: 100;
  top: 3px;
  color: #868e96;
}
.auth-form .form-control {
  padding-left: 40px;
}
.auth-form i {
  text-align: center;
  line-height: 34px;
}
.text-forgot {
  color: #333;
}
.text-forgot:hover {
  color: #76bc21;
}
.auth-logo {
  max-width: 220px;
}
.login-title {
  color: #76bc21;
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  margin-bottom: -6px;
  margin-top: 20px;
  border-radius: 5px;
}
.account-body .auth-card .card-body {
  border-radius: 20px;
}
table td p {
  font-size: 12px;
  color: #606060;
}
.p-img {
  width: 50px;
  float: left;
  margin-right: 10px;
}
.p-img img {
  width: 100%;
}
.filters-row {
  background: #fbfbfb;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px 7px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.filters-row .mt-4 {
  margin-top: 28px !important;
}
.pv-links {
  padding: 0;
  list-style: none;
}
.pv-links li {
  padding: 10px 5px;
  border-bottom: 1px dotted #c4c4c4;
    font-size: 16px;
}
/*.pv-links li a {
  color: #333;
}*/
.pv-links li a:hover {
  color: #333;
}

.imageThumb {
    max-height: 75px;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
  }
  .pip {
    display: inline-block;
    margin: 10px 10px 0 0;
      position: relative;
  }
  .remove {
   display: block;
  background: #444;
  border: 1px solid black;
  color: white;
  text-align: center;
  cursor: pointer;
  width: 22px;
  height: 22px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  }
  .remove:hover {
    background: white;
    color: black;
  }
  .photo-box {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
      padding-bottom: 40px;
  }
  label span {
    color: #f00;
    font-size: 14px;
    vertical-align: top;
    margin-left: 2px;
  }.location-title h2 {
    color: #76bc21;
  }
  .location-title p {
    color: #8a8a8a;
  }.location-title {
    padding: 10px 15px 0;
    border-bottom: 1px dotted #b0b0b0;
    margin-bottom: 20px;
  }
  #addEmployeeModal .modal-dialog {
    max-width: 700px;
  }
  #addEmployeeModal .modal-footer {
    justify-content: center;
  }