@charset "UTF-8";

/**
 * Stisla
 *
 * Stisla is a clean & modern HTML5 admin template based on Bootstrap 4.
 * Stisla will make it easier for you to create your own admin interface.
 *
 * @package	Stisla
 * @version	2.2.0
 * @author 	Muhamad Nauval Azhar
 * @url 	https://getstisla.com
 *
 */


/**
 * TABLE OF CONTENTS
 *
 * 1. Variable
 * 2. Mixin
 * 3. Bootstrap Override
 * 	  3.1 Misc
 * 	  3.2 Form
 * 	  3.3 List
 * 	  3.4 Alert
 * 	  3.5 Card
 * 	  3.6 Table
 * 	  3.7 Tooltip
 * 	  3.8 Modal
 * 	  3.9 Nav
 * 	  3.10 Pagination
 * 	  3.11 Badge
 * 	  3.12 Button
 * 	  3.13 Media
 * 	  3.14 Breadcrumb
 * 	  3.15 Accordion
 * 	  3.16 Popover
 * 	  3.17 Grid
 * 	  3.18 Navbar
 * 	  3.19 Dropdown
 * 	  3.20 Tab
 * 	  3.21 Progressbar
 * 	  3.22 Jumbotron
 * 	  3.23 Carousel
 * 4. Theme Style
 * 	  4.1 Misc
 * 	  4.2 Section
 * 	  4.3 Page
 * 	  4.4 Layout
 * 	  4.5 Animation
 * 5. Responsive
 *
 */


/* 1. Variable */


/* 2. Mixin */


/* 3. Bootstrap Override */


/* 3.1 Misc */

.btn:focus,
.btn:active,
.btn:active:focus,
.custom-select:focus,
.form-control:focus {
    box-shadow: none !important;
    outline: none;
}

a {
    color: #6777ef;
    font-weight: 500;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

a:not(.btn-social-icon):not(.btn-social):not(.page-link) .ion,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .fas,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .far,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .fal,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .fab {
    margin-left: 4px;
}

.bg-primary {
    background-color: #6777ef !important;
}

.bg-secondary {
    background-color: #cdd3d8 !important;
}

.bg-success {
    background-color: #63ed7a !important;
}

.bg-info {
    background-color: #3abaf4 !important;
}

.bg-warning {
    background-color: #ffa426 !important;
}

.bg-danger {
    background-color: #fc544b !important;
}

.bg-light {
    background-color: #e3eaef !important;
}

.bg-dark {
    background-color: #191d21 !important;
}

.text-primary,
.text-primary-all *,
.text-primary-all *:before,
.text-primary-all *:after {
    color: #6777ef !important;
}

.text-secondary,
.text-secondary-all *,
.text-secondary-all *:before,
.text-secondary-all *:after {
    color: #cdd3d8 !important;
}

.text-success,
.text-success-all *,
.text-success-all *:before,
.text-success-all *:after {
    color: #63ed7a !important;
}

.text-info,
.text-info-all *,
.text-info-all *:before,
.text-info-all *:after {
    color: #3abaf4 !important;
}

.text-warning,
.text-warning-all *,
.text-warning-all *:before,
.text-warning-all *:after {
    color: #ffa426 !important;
}

.text-danger,
.text-danger-all *,
.text-danger-all *:before,
.text-danger-all *:after {
    color: #fc544b !important;
}

.text-light,
.text-light-all *,
.text-light-all *:before,
.text-light-all *:after {
    color: #e3eaef !important;
}

.text-white,
.text-white-all *,
.text-white-all *:before,
.text-white-all *:after {
    color: #ffffff !important;
}

.text-dark,
.text-dark-all *,
.text-dark-all *:before,
.text-dark-all *:after {
    color: #191d21 !important;
}

.font-weight-normal {
    font-weight: 500 !important;
}

.lead {
    line-height: 34px;
}

@media (max-width: 575.98px) {
    .lead {
        font-size: 17px;
        line-height: 30px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

p,
ul:not(.list-unstyled),
ol {
    line-height: 28px;
}

.shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}

.text-muted {
    color: #98a6ad !important;
}


/* 3.2 Form */

.form-control,
.input-group-text,
.custom-select,
.custom-file-label {
    background-color:rgba(245,247,251,0.25);
    border-color: #E7E7E7;
}
.form-control:focus, .input-group-text:focus, .custom-select:focus, .custom-file-label:focus {
    background-color: #fefeff;
    border-color: #006FFF;
    font-weight: 600;
}


.input-group-text,
select.form-control:not([size]):not([multiple]),
.form-control:not(.form-control-sm):not(.form-control-lg) 
{
    font-size: 14px;
    padding: 10px 15px;
    height: 60px!important;
    color: #333333;
	border-radius:10px;
}
.form-control::-webkit-input-placeholder 
{ 
color: #AAAAAA;
opacity:1
}

.form-control:-ms-input-placeholder 
{
color: #AAAAAA;
}

.form-control::placeholder 
{
color: #AAAAAA;
}
textarea.form-control {
    height: auto !important;
}

.custom-control {
    line-height: 1.6rem;
}

.custom-file,
.custom-file-label,
.custom-select,
.custom-file-label:after,
.form-control[type="color"],
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 6px);
}

.form-control.creditcard {
    background-position: 98%;
    background-repeat: no-repeat;
    background-size: 40px;
    padding-right: 60px;
}

.form-control.creditcard.visa {
    background-image: url("../img/visa.png");
}

.form-control.creditcard.americanexpress {
    background-image: url("../img/americanexpress.png");
}

.form-control.creditcard.dinersclub {
    background-image: url("../img/dinersclub.png");
}

.form-control.creditcard.discover {
    background-image: url("../img/discover.png");
}

.form-control.creditcard.jcb {
    background-image: url("../img/jcb.png");
}

.form-control.creditcard.mastercard {
    background-image: url("../img/mastercard.png");
}

.form-control.creditcard.visa {
    background-image: url("../img/visa.png");
}

.form-group {
    margin-bottom: 25px;
}

.form-group .control-label,
.form-group>label 
{
    font-weight: 600;
    color: #333333;
    font-size: 16px;
    margin-bottom: 15px;
}
section.section.app-blade-tpr .form-group:nth-child(2) 
{
    margin-bottom: 40px;
}
.form-group.floating-addon {
    position: relative;
}

.form-group.floating-addon .input-group-prepend {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 5;
}

.form-group.floating-addon:not(.floating-addon-not-append) .input-group-append {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    left: initial;
    right: 0;
}

.form-group.floating-addon .input-group-prepend .input-group-text,
.form-group.floating-addon .input-group-append .input-group-text {
    border-color: transparent;
    background-color: transparent;
    font-size: 20px;
}

.form-group.floating-addon .form-control {
    border-radius: 3px;
    padding-left: 40px;
}

.form-group.floating-addon .form-control+.form-control {
    border-radius: 0 3px 3px 0;
    padding-left: 15px;
}

.input-group-append [class*="btn-outline-"] {
    background-color: #fdfdff;
}

.form-text {
    font-size: 12px;
    line-height: 22px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before {
    background-color: #6777ef !important;
}

.custom-file-label {
    line-height: 2.2;
}

.custom-file-label:after {
    height: calc(2.25rem + 4px);
    line-height: 2.2;
    border-color: transparent;
}

.custom-file-label:focus,
.custom-file-label:active {
    box-shadow: none;
    outline: none;
}

.custom-file-input:focus+.custom-file-label {
    box-shadow: none;
    border-color: #6777ef;
}

.custom-file-input:focus+.custom-file-label:after {
    border-color: transparent;
}

.selectgroup {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.selectgroup-item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

.selectgroup-item+.selectgroup-item {
    margin-left: -1px;
}

.selectgroup-item:not(:first-child) .selectgroup-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.selectgroup-item:not(:last-child) .selectgroup-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.selectgroup-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.selectgroup-button {
    background-color: #fdfdff;
    border-color: #e4e6fc;
    border-width: 1px;
    border-style: solid;
    display: block;
    text-align: center;
    padding: 0 1rem;
    height: 35px;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    min-width: 2.375rem;
    line-height: 36px;
}

.selectgroup-button-icon {
    padding-left: .5rem;
    padding-right: .5rem;
}

.selectgroup-button-icon i {
    font-size: 14px;
}

.selectgroup-input:focus+.selectgroup-button,
.selectgroup-input:checked+.selectgroup-button {
    background-color: #6777ef;
    color: #fff;
    z-index: 1;
}

.selectgroup-pills {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}

.selectgroup-pills .selectgroup-item {
    margin-right: .5rem;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.selectgroup-pills .selectgroup-button {
    border-radius: 50px !important;
}

.custom-switch {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.custom-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-switches-stacked {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.custom-switches-stacked .custom-switch {
    margin-bottom: .5rem;
}

.custom-switch-indicator {
    display: inline-block;
    height: 1.25rem;
    width: 2.25rem;
    background: #e9ecef;
    border-radius: 50px;
    position: relative;
    vertical-align: bottom;
    border: 1px solid rgba(0, 40, 100, 0.12);
    transition: .3s border-color, .3s background-color;
}

.custom-switch-indicator:before {
    content: '';
    position: absolute;
    height: calc(1.25rem - 4px);
    width: calc(1.25rem - 4px);
    top: 1px;
    left: 1px;
    background: #fff;
    border-radius: 50%;
    transition: .3s left;
}

.custom-switch-input:checked~.custom-switch-indicator {
    background: #6777ef;
}

.custom-switch-input:checked~.custom-switch-indicator:before {
    left: calc(1rem + 1px);
}

.custom-switch-input:focus~.custom-switch-indicator {
    border-color: #6777ef;
}

.custom-switch-description {
    margin-left: .5rem;
    color: #6e7687;
    transition: .3s color;
}

.custom-switch-input:checked~.custom-switch-description {
    color: #495057;
}

.imagecheck {
    margin: 0;
    position: relative;
    cursor: pointer;
}

.imagecheck-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.imagecheck-figure {
    background-color: #fdfdff;
    border-color: #e4e6fc;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    margin: 0;
    position: relative;
}

.imagecheck-input:focus~.imagecheck-figure {
    border-color: #6777ef;
}

.imagecheck-input:checked~.imagecheck-figure {
    border-color: rgba(0, 40, 100, 0.24);
}

.imagecheck-figure:before {
    content: '';
    position: absolute;
    top: .25rem;
    left: .25rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #6777ef url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%;
    color: #fff;
    z-index: 1;
    border-radius: 3px;
    opacity: 0;
    transition: .3s opacity;
}

.imagecheck-input:checked~.imagecheck-figure:before {
    opacity: 1;
}

.imagecheck-image {
    max-width: 100%;
    opacity: .64;
    transition: .3s opacity;
}

.imagecheck-image:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.imagecheck-image:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.imagecheck:hover .imagecheck-image {
    opacity: 1;
}

.imagecheck-input:focus~.imagecheck-figure .imagecheck-image,
.imagecheck-input:checked~.imagecheck-figure .imagecheck-image {
    opacity: 1;
}

.imagecheck-caption {
    text-align: center;
    padding: .25rem .25rem;
    color: #9aa0ac;
    font-size: 0.875rem;
    transition: .3s color;
}

.imagecheck:hover .imagecheck-caption {
    color: #495057;
}

.imagecheck-input:focus~.imagecheck-figure .imagecheck-caption,
.imagecheck-input:checked~.imagecheck-figure .imagecheck-caption {
    color: #495057;
}

.colorinput {
    margin: 0;
    position: relative;
    cursor: pointer;
}

.colorinput-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.colorinput-color {
    background-color: #fdfdff;
    border-color: #e4e6fc;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.colorinput-color:before {
    content: '';
    opacity: 0;
    position: absolute;
    top: .25rem;
    left: .25rem;
    height: 1.25rem;
    width: 1.25rem;
    transition: .3s opacity;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%;
}

.colorinput-input:checked~.colorinput-color:before {
    opacity: 1;
}


/* 3.3 List */

.list-unstyled-border li {
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.list-unstyled-border li .custom-checkbox {
    margin-right: 15px;
}

.list-unstyled-border li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.list-unstyled-noborder li:last-child {
    border-bottom: none;
}

.list-group-item.active {
    background-color: #6777ef;
}

.list-group-item.disabled {
    color: #c9d7e0;
}

.list-group-item-primary {
    background-color: #6777ef;
    color: #fff;
}

.list-group-item-secondary {
    background-color: #cdd3d8;
    color: #fff;
}

.list-group-item-success {
    background-color: #63ed7a;
    color: #fff;
}

.list-group-item-danger {
    background-color: #fc544b;
    color: #fff;
}

.list-group-item-warning {
    background-color: #ffa426;
    color: #fff;
}

.list-group-item-info {
    background-color: #3abaf4;
    color: #fff;
}

.list-group-item-light {
    background-color: #e3eaef;
    color: #191d21;
}

.list-group-item-dark {
    background-color: #191d21;
    color: #fff;
}


/* 3.4 Alert */

.alert {
    color: #fff;
    border: none;
    padding: 15px 20px;
}

.alert .alert-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.alert code {
    background-color: #fff;
    border-radius: 3px;
    padding: 1px 4px;
}

.alert p {
    margin-bottom: 0;
}

.alert.alert-has-icon {
    display: flex;
}

.alert.alert-has-icon .alert-icon {
    margin-top: 4px;
    width: 30px;
}

.alert.alert-has-icon .alert-icon .ion,
.alert.alert-has-icon .alert-icon .fas,
.alert.alert-has-icon .alert-icon .far,
.alert.alert-has-icon .alert-icon .fab,
.alert.alert-has-icon .alert-icon .fal {
    font-size: 20px;
}

.alert.alert-has-icon .alert-body {
    flex: 1;
}

.alert:not(.alert-light) a {
    color: #fff;
}

.alert.alert-primary {
    background-color: #6777ef;
}

.alert.alert-secondary {
    background-color: #cdd3d8;
}

.alert.alert-success {
    background-color: #63ed7a;
}

.alert.alert-info {
    background-color: #3abaf4;
}

.alert.alert-warning {
    background-color: #ffa426;
}

.alert.alert-danger {
    background-color: #fc544b;
}

.alert.alert-light {
    background-color: #e3eaef;
    color: #191d21;
}

.alert.alert-dark {
    background-color: #191d21;
}


/* 3.5 Card */

.card 
{
    background-color: transparent;
    border: none;
    position: relative;
    margin-bottom: 50px;
}

.card .card-header,
.card .card-body,
.card .card-footer {
    background-color: transparent;
    padding: 20px 25px;
}

.card .navbar {
    position: static;
}

.card .card-body {
    padding-top: 20px;
    padding-bottom: 20px;
}

.card .card-body .section-title {
    margin: 30px 0 10px 0;
    font-size: 16px;
}

.card .card-body .section-title:before {
    margin-top: 8px;
}

.card .card-body .section-title+.section-lead {
    margin-top: -5px;
}

.card .card-body p {
    font-weight: 500;
}

.card .card-header {
    border-bottom-color: #f9f9f9;
    line-height: 30px;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    min-height: 70px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
}

.card .card-header .btn {
    margin-top: 1px;
    padding: 2px 15px;
}

.card .card-header .btn:not(.note-btn) {
    border-radius: 30px;
}

.card .card-header .btn:hover {
    box-shadow: none;
}

.card .card-header .form-control {
    height: 31px;
    font-size: 13px;
    border-radius: 30px;
}

.card .card-header .form-control+.input-group-btn .btn {
    margin-top: -1px;
}

.card .card-header h4 {
    font-size: 16px;
    line-height: 28px;
    padding-right: 10px;
    margin-bottom: 0;
}

.card .card-header h4+.card-header-action,
.card .card-header h4+.card-header-form {
    margin-left: auto;
}

.card .card-header h4+.card-header-action .btn,
.card .card-header h4+.card-header-form .btn {
    font-size: 12px;
    border-radius: 30px !important;
    padding-left: 13px !important;
    padding-right: 13px !important;
}

.card .card-header h4+.card-header-action .btn.active,
.card .card-header h4+.card-header-form .btn.active {
    box-shadow: 0 2px 6px #acb5f6;
    background-color: #6777ef;
    color: #fff;
}

.card .card-header h4+.card-header-action .dropdown,
.card .card-header h4+.card-header-form .dropdown {
    display: inline;
}

.card .card-header h4+.card-header-action .btn-group .btn,
.card .card-header h4+.card-header-form .btn-group .btn {
    border-radius: 0 !important;
}

.card .card-header h4+.card-header-action .btn-group .btn:first-child,
.card .card-header h4+.card-header-form .btn-group .btn:first-child {
    border-radius: 30px 0 0 30px !important;
}

.card .card-header h4+.card-header-action .btn-group .btn:last-child,
.card .card-header h4+.card-header-form .btn-group .btn:last-child {
    border-radius: 0 30px 30px 0 !important;
}

.card .card-header h4+.card-header-action .input-group .form-control,
.card .card-header h4+.card-header-form .input-group .form-control {
    border-radius: 30px 0 0 30px !important;
}

.card .card-header h4+.card-header-action .input-group .form-control+.input-group-btn .btn,
.card .card-header h4+.card-header-form .input-group .form-control+.input-group-btn .btn {
    border-radius: 0 30px 30px 0 !important;
}

.card .card-header h4+.card-header-action .input-group .input-group-btn+.form-control,
.card .card-header h4+.card-header-form .input-group .input-group-btn+.form-control {
    border-radius: 0 30px 30px 0 !important;
}

.card .card-header h4+.card-header-action .input-group .input-group-btn .btn,
.card .card-header h4+.card-header-form .input-group .input-group-btn .btn {
    margin-top: -1px;
    border-radius: 30px 0 0 30px !important;
}

.card .card-footer {
    background-color: transparent;
    border: none;
}

.card.card-mt {
    margin-top: 30px;
}

.card.card-progress:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 99;
    z-index: 99;
}

.card.card-progress .card-progress-dismiss {
    position: absolute;
    top: 66%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    color: #fff !important;
    padding: 5px 13px;
}

.card.card-progress.remove-spinner .card-progress-dismiss {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.card.card-progress:not(.remove-spinner):after {
    background-image: url("../img/spinner.svg");
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
}

.card.card-primary {
    border-top: 2px solid #6777ef;
}

.card.card-secondary {
    border-top: 2px solid #34395e;
}

.card.card-success {
    border-top: 2px solid #63ed7a;
}

.card.card-danger {
    border-top: 2px solid #fc544b;
}

.card.card-warning {
    border-top: 2px solid #ffa426;
}

.card.card-info {
    border-top: 2px solid #3abaf4;
}

.card.card-dark {
    border-top: 2px solid #191d21;
}

.card.card-hero .card-header {
    padding: 40px;
    background-image: linear-gradient(to bottom, #6777ef, #95a0f4);
    color: #fff;
    overflow: hidden;
    height: auto;
    min-height: auto;
    display: block;
}

.card.card-hero .card-header h4 {
    font-size: 40px;
    line-height: 1;
}

.card.card-hero .card-header .card-description {
    margin-top: 5px;
    font-size: 16px;
}

.card.card-hero .card-header .card-icon {
    float: right;
    color: #8c98f3;
    margin: -60px;
}

.card.card-hero .card-header .card-icon .ion,
.card.card-hero .card-header .card-icon .fas,
.card.card-hero .card-header .card-icon .far,
.card.card-hero .card-header .card-icon .fab,
.card.card-hero .card-header .card-icon .fal {
    font-size: 140px;
}

.card.card-statistic-1 .card-header,
.card.card-statistic-2 .card-header {
    border-color: transparent;
    padding-bottom: 0;
    height: auto;
    min-height: auto;
    display: block;
}

.card.card-statistic-1 .card-header h4,
.card.card-statistic-2 .card-header h4 {
    line-height: 1.2;
    color: #98a6ad;
}

.card.card-statistic-1 .card-body,
.card.card-statistic-2 .card-body {
    padding-top: 0;
}

.card.card-statistic-1 .card-body,
.card.card-statistic-2 .card-body 
{
font-size: 32px;
    font-weight: 600;
  
}

.card.card-statistic-1,
.card.card-statistic-2 {
    display: inline-block;
    width: 100%;
}

.card.card-statistic-1 .card-icon,
.card.card-statistic-2 .card-icon {
    width: 80px;
    height: 80px;
    margin: 10px;
    border-radius: 3px;
    line-height: 94px;
    text-align: center;
    float: left;
    margin-right: 15px;
}

.card.card-statistic-1 .card-icon .ion,
.card.card-statistic-1 .card-icon .fas,
.card.card-statistic-1 .card-icon .far,
.card.card-statistic-1 .card-icon .fab,
.card.card-statistic-1 .card-icon .fal,
.card.card-statistic-2 .card-icon .ion,
.card.card-statistic-2 .card-icon .fas,
.card.card-statistic-2 .card-icon .far,
.card.card-statistic-2 .card-icon .fab,
.card.card-statistic-2 .card-icon .fal {
    font-size: 22px;
    color: #fff;
}

.card.card-statistic-1 .card-icon {
    line-height: 90px;
}

.card.card-statistic-2 .card-icon {
width: 40px;
    height: 40px;
    line-height: 50px;
    font-size: 22px;
    margin: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
	    margin-bottom: 10px;
}
.card.card-statistic-2.sub_per_mnth .card-icon.shadow-primary.bg-primary {
    background-color: #fff!important;
}
.card.card-statistic-1 .card-header,
.card.card-statistic-2 .card-header {
    padding-bottom: 0;
    padding-top: 25px;
}

.card.card-statistic-2 .card-body {
    padding-top: 20px;
    line-height: 25px;
}

.card.card-statistic-2 .card-header+.card-body,
.card.card-statistic-2 .card-body+.card-header {
    padding-top: 0;
	  padding-bottom:20px;
}

.card.card-statistic-1 .card-header h4,
.card.card-statistic-2 .card-header h4 {
    font-weight: 400;

    font-size: 16px;
    letter-spacing: .5px;
}
.card.card-statistic-2.sub_per_mnth .card-body, .card.card-statistic-2.sub_per_mnth .card-header h4 {
    color: #fff;
}
.card.card-statistic-1 .card-header h4 {
    margin-bottom: 0;
}

.card.card-statistic-2 .card-header h4 {
    text-transform: none;
    margin-bottom: 0;
}

.card.card-statistic-1 .card-body {
    font-size: 20px;
}

.card.card-statistic-2 .card-chart {
    padding-top: 20px;
    margin-left: -9px;
    margin-right: -1px;
    margin-bottom: -15px;
}

.card.card-statistic-2 .card-chart canvas {
    height: 90px !important;
}

.card .card-stats {
    width: 100%;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: -6px;
}

.card .card-stats .card-stats-title {
    padding: 15px 25px;
    background-color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;
}

.card .card-stats .card-stats-items {
    display: flex;
    height: 50px;
    align-items: center;
}

.card .card-stats .card-stats-item {
    width: calc(100% / 3);
    text-align: center;
    padding: 5px 20px;
}

.card .card-stats .card-stats-item .card-stats-item-label {
    font-size: 12px;
    letter-spacing: .5px;
    margin-top: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.card .card-stats .card-stats-item .card-stats-item-count {
    line-height: 1;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
}

.card.card-large-icons {
    display: flex;
    flex-direction: row;
}

.card.card-large-icons .card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 150px;
    border-radius: 3px 0 0 3px;
}

.card.card-large-icons .card-icon .ion,
.card.card-large-icons .card-icon .fas,
.card.card-large-icons .card-icon .far,
.card.card-large-icons .card-icon .fab,
.card.card-large-icons .card-icon .fal {
    font-size: 60px;
}

.card.card-large-icons .card-body {
    padding: 25px 30px;
}

.card.card-large-icons .card-body h4 {
    font-size: 18px;
}

.card.card-large-icons .card-body p {
    opacity: .6;
    font-weight: 500;
}

.card.card-large-icons .card-body a.card-cta {
    text-decoration: none;
}

.card.card-large-icons .card-body a.card-cta i {
    margin-left: 7px;
}

.card.bg-primary,
.card.bg-danger,
.card.bg-success,
.card.bg-info,
.card.bg-dark,
.card.bg-warning {
    color: #fff;
}

.card.bg-primary .card-header,
.card.bg-danger .card-header,
.card.bg-success .card-header,
.card.bg-info .card-header,
.card.bg-dark .card-header,
.card.bg-warning .card-header {
    color: #fff;
    opacity: .9;
}

@media (max-width: 575.98px) {
    .card.card-large-icons {
        display: inline-block;
    }
    .card.card-large-icons .card-icon {
        width: 100%;
        height: 200px;
    }
}

@media (max-width: 767.98px) {
    .card .card-header {
        height: auto;
        flex-wrap: wrap;
    }
    .card .card-header h4+.card-header-action,
    .card .card-header h4+.card-header-form {
        flex-grow: 0;
        width: 100%;
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .card .card-stats .card-stats-items {
        height: 49px;
    }
    .card .card-stats .card-stats-items .card-stats-item {
        padding: 5px 7px;
    }
    .card .card-stats .card-stats-items .card-stats-item .card-stats-item-count {
        font-size: 16px;
    }
    .card.card-sm-6 .card-chart canvas {
        height: 85px !important;
    }
    .card.card-hero .card-header {
        padding: 25px;
    }
}


/* 3.6 Table */

.table td,
.table:not(.table-bordered) th {
    border-top: none;
}

.table:not(.table-sm):not(.table-md):not(.dataTable) td,
.table:not(.table-sm):not(.table-md):not(.dataTable) th {
    padding: 0 15px;
    height: 60px;
    vertical-align: middle;
}

.table:not(.table-sm) thead th {
    border-bottom: none;
    background-color: rgba(0, 0, 0, 0.04);
    color: #666;
    padding-top: 15px;
    padding-bottom: 15px;
}

.table.table-md th,
.table.table-md td {
    padding: 10px 15px;
}

.table.table-bordered td,
.table.table-bordered th {
    border-color: #f6f6f6;
}

.table-links {
    color: #34395e;
    font-size: 12px;
    margin-top: 5px;
    opacity: 0;
    transition: all .3s;
}

.table-links a {
    color: #666;
}

table tr:hover .table-links {
    opacity: 1;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

@media (max-width: 575.98px) {
    .table-responsive table {
        min-width: 800px;
    }
}


/* 3.7 Tooltip */

.tooltip {
    font-size: 12px;
}

.tooltip-inner {
    padding: 7px 13px;
}


/* 3.8 Modal */

.modal-header,
.modal-body,
.modal-footer {
    padding: 25px;
}

.modal-body {
    padding-top: 15px;
}

.modal-footer {
    padding-top: 15px;
    padding-bottom: 15px;
}

.modal-header {
    border-bottom: none;
    padding-bottom: 5px;
}

.modal-header h5 {
    font-size: 18px;
}

.modal-footer {
    border-top: none;
    border-radius: 0 0 3px 3px;
}

.modal-content {
    max-width: 100%;
    border: none;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.modal.show .modal-content {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.modal-progress .modal-content {
    position: relative;
}

.modal-progress .modal-content:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 999;
    background-image: url("../img/spinner.svg");
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
}

.modal-part {
    display: none;
}


/* 3.9 Nav */

.nav-tabs .nav-item .nav-link {
    color: #6777ef;
}

.nav-tabs .nav-item .nav-link.active {
    color: #000;
}

.tab-content>.tab-pane {
    padding: 10px 0;
    line-height: 24px;
}

.tab-bordered .tab-pane {
    padding: 15px;
    border: 1px solid #ededed;
    margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #6777ef;
}

.nav-pills .nav-item .nav-link {
    color: #6777ef;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.nav-pills .nav-item .nav-link:hover {
    background-color: #f6f7fe;
}

.nav-pills .nav-item .nav-link.active {
    box-shadow: 0 2px 6px #acb5f6;
    color: #fff;
    background-color: #6777ef;
}

.nav-pills .nav-item .nav-link .badge {
    padding: 5px 8px;
    margin-left: 5px;
}

.nav .nav-item .nav-link .ion,
.nav .nav-item .nav-link .fas,
.nav .nav-item .nav-link .far,
.nav .nav-item .nav-link .fab,
.nav .nav-item .nav-link .fal {
    margin-right: 3px;
    font-size: 12px;
}


/* 3.10 Pagination */

.page-item .page-link {
    color: #0071fe;
    border-radius: 3px;
    margin: 0 3px;
}

.page-item.active .page-link {
    background-color: #0071fe;
    border-color: #0071fe;
}

.page-item.disabled .page-link {
    border-color: transparent;
    background-color: #f9fafe;
    color:#0071fe;
    opacity: .6;
}

.page-link {
    border-color: transparent;
    background-color: #f9fafe;
    font-weight: 600;
}

.page-link:hover {
    background-color: #0071fe;
    color: #fff;
    border-color: transparent;
}

.page-link:focus {
    box-shadow: none;
}


/* 3.11 Badge */

.badges .badge {
    margin: 0 8px 10px 0;
}

.badge {
    vertical-align: middle;
    padding: 7px 12px;
    font-weight: 600;
    letter-spacing: .3px;
    border-radius: 30px;
    font-size: 12px;
}

.badge.badge-warning {
    color: #fff;
}

.badge.badge-primary {
    background-color: #6777ef;
}

.badge.badge-secondary {
    background-color: #34395e;
}

.badge.badge-success {
    background-color: #63ed7a;
}

.badge.badge-info {
    background-color: #3abaf4;
}

.badge.badge-danger {
    background-color: #fc544b;
}

.badge.badge-light {
    background-color: #e3eaef;
    color: #191d21;
}

.badge.badge-white {
    background-color: #ffffff;
    color: #191d21;
}

.badge.badge-dark {
    background-color: #191d21;
}

h1 .badge {
    font-size: 24px;
    padding: 16px 21px;
}

h2 .badge {
    font-size: 22px;
    padding: 14px 19px;
}

h3 .badge {
    font-size: 18px;
    padding: 11px 16px;
}

h4 .badge {
    font-size: 16px;
    padding: 8px 13px;
}

h5 .badge {
    font-size: 14px;
    padding: 5px 10px;
}

h6 .badge {
    font-size: 11px;
    padding: 3px 8px;
}

.btn .badge {
    margin-left: 5px;
    padding: 4px 7px;
}

.btn .badge.badge-transparent {
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}


/* 3.12 Button */

.buttons .btn {
    margin: 0 8px 10px 0;
}

.btn:focus {
    box-shadow: none !important;
    outline: none;
}

.btn:active {
    box-shadow: none !important;
    outline: none;
}

.btn:active:focus {
    box-shadow: none !important;
    outline: none;
}

.btn.btn-icon-split i,
.dropdown-item.has-icon i {
    text-align: center;
    width: 15px;
    font-size: 15px;
    float: left;
    margin-right: 10px;
}

.btn {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    padding: .3rem .8rem;
    letter-spacing: .5px;
}

.btn.btn-icon-split {
    position: relative;
}

.btn.btn-icon-split i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 45px;
    border-radius: 3px 0 0 3px;
    line-height: 32px;
}

.btn.btn-icon-split div {
    margin-left: 40px;
}

.btn.btn-icon-noflo-splitat {
    display: table;
    text-align: right;
}

.btn.btn-icon-noflo-splitat i {
    float: none;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    width: 30%;
}

.btn.btn-icon-noflo-splitat div {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    text-align: left;
    padding-left: 10px;
}

.btn:not(.btn-social):not(.btn-social-icon):active,
.btn:not(.btn-social):not(.btn-social-icon):focus,
.btn:not(.btn-social):not(.btn-social-icon):hover {
    border-color: transparent !important;
    background-color: white;
}

.btn>i {
    margin-left: 0 !important;
}

.btn.btn-lg {
    padding: .55rem 1.5rem;
    font-size: 12px;
}

.btn.btn-lg.btn-icon-split i {
    line-height: 42px;
}

.btn.btn-lg.btn-icon-split div {
    margin-left: 25px;
}

.btn.btn-sm {
    padding: .10rem .4rem;
    font-size: 12px;
}

.btn.btn-icon .ion,
.btn.btn-icon .fas,
.btn.btn-icon .far,
.btn.btn-icon .fab,
.btn.btn-icon .fal {
    margin-left: 0 !important;
    font-size: 12px;
}

.btn.btn-icon.icon-left .ion,
.btn.btn-icon.icon-left .fas,
.btn.btn-icon.icon-left .far,
.btn.btn-icon.icon-left .fab,
.btn.btn-icon.icon-left .fal {
    margin-right: 3px;
}

.btn.btn-icon.icon-right .ion,
.btn.btn-icon.icon-right .fas,
.btn.btn-icon.icon-right .far,
.btn.btn-icon.icon-right .fab,
.btn.btn-icon.icon-right .fal {
    margin-left: 3px !important;
}

.btn-action {
    color: #fff !important;
    line-height: 25px;
    font-size: 12px;
    min-width: 35px;
    min-height: 35px;
}

.btn-secondary,
.btn-secondary.disabled {
    box-shadow: 0 2px 6px #e1e5e8;
    background-color: #cdd3d8;
    border-color: #cdd3d8;
    color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.disabled:hover,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:active {
    background-color: #bfc6cd !important;
    color: #fff !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary.disabled:active {
    background-color: #cdd3d8 !important;
    color: #fff !important;
}

.btn-success,
.btn-success.disabled {
    box-shadow: 0 2px 6px #a8f5b4;
    background-color: #63ed7a;
    border-color: #63ed7a;
    color: #fff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active {
    background-color: #4cea67 !important;
    color: #fff !important;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.disabled:hover,
.btn-outline-success.disabled:focus,
.btn-outline-success.disabled:active {
    background-color: #63ed7a !important;
    color: #fff !important;
}

.btn-danger,
.btn-danger.disabled {
    box-shadow: 0 2px 6px #fd9b96;
    background-color: #fc544b;
    border-color: #fc544b;
    color: #fff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active {
    background-color: #fb160a !important;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.disabled:hover,
.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled:active {
    background-color: #fb160a !important;
    color: #fff !important;
}

.btn-dark,
.btn-dark.disabled {
    box-shadow: 0 2px 6px #728394;
    background-color: #191d21;
    border-color: #191d21;
    color: #fff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.disabled:hover,
.btn-dark.disabled:focus,
.btn-dark.disabled:active {
    background-color: black !important;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.disabled:hover,
.btn-outline-dark.disabled:focus,
.btn-outline-dark.disabled:active {
    background-color: black !important;
    color: #fff !important;
}

.btn-light,
.btn-light.disabled {
    box-shadow: 0 2px 6px #e6ecf1;
    background-color: #e3eaef;
    border-color: #e3eaef;
    color: #191d21;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.disabled:hover,
.btn-light.disabled:focus,
.btn-light.disabled:active {
    background-color: #c3d2dc !important;
}

.btn-outline-light,
.btn-outline-light.disabled {
    border-color: #e3eaef;
    color: #e3eaef;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.disabled:hover,
.btn-outline-light.disabled:focus,
.btn-outline-light.disabled:active {
    background-color: #e3eaef !important;
    color: #fff !important;
}

.btn-warning,
.btn-warning.disabled {
    box-shadow: 0 2px 6px #ffc473;
    background-color: #ffa426;
    border-color: #ffa426;
    color: #fff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active {
    background-color: #ff990d !important;
    color: #fff !important;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.disabled:hover,
.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled:active {
    background-color: #ffa426 !important;
    color: #fff !important;
}

.btn-info,
.btn-info.disabled {
    box-shadow: 0 2px 6px #82d3f8;
    background-color: #3abaf4;
    border-color: #3abaf4;
    color: #fff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active {
    background-color: #0da8ee !important;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.disabled:hover,
.btn-outline-info.disabled:focus,
.btn-outline-info.disabled:active {
    background-color: #0da8ee !important;
    color: #fff !important;
}

.btn-primary,
.btn-primary.disabled {
    box-shadow: 0 2px 6px #acb5f6;
    background-color: #6777ef;
    border-color: #6777ef;
}

.btn-primary:focus,
.btn-primary.disabled:focus {
    background-color: #394eea !important;
}

.btn-primary:focus:active,
.btn-primary.disabled:focus:active {
    background-color: #394eea !important;
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary.disabled:active,
.btn-primary.disabled:hover {
    background-color: #394eea !important;
}

.btn-outline-primary,
.btn-outline-primary.disabled {
    border-color: #6777ef;
    color: #6777ef;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.disabled:hover,
.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled:active {
    background-color: #6777ef !important;
    color: #fff;
}

.btn-outline-white,
.btn-outline-white.disabled {
    border-color: #fff;
    color: #fff;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.disabled:hover,
.btn-outline-white.disabled:focus,
.btn-outline-white.disabled:active {
    background-color: #fff;
    color: #6777ef;
}

.btn-round {
    border-radius: 30px;
    padding-left: 34px;
    padding-right: 34px;
}

.btn-social-icon,
.btn-social {
    border: none;
    border-radius: 3px;
}

.btn-social-icon {
    color: #fff !important;
    padding-left: 18px;
    padding-right: 18px;
}

.btn-social-icon> :first-child {
    font-size: 16px;
}

.btn-social {
    padding: 12px 12px 12px 50px;
    color: #fff !important;
    font-weight: 500;
}

.btn-social> :first-child {
    width: 55px;
    line-height: 50px;
    border-right: none;
}

.btn-reddit {
    color: #000 !important;
}

.btn-group .btn.active {
    background-color: #6777ef;
    color: #fff;
}

.btn-progress {
    position: relative;
    background-image: url("../img/spinner-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    color: transparent !important;
    pointer-events: none;
}


/* 3.13 Media */

.media .media-right {
    float: right;
    color: #6777ef;
    font-weight: 600;
    font-size: 16px;
}

.media .media-icon {
    font-size: 20px;
    margin-right: 15px;
    line-height: 1;
}

.media .media-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px;
    color: #34395e;
}

.media .media-title a {
    font-weight: inherit;
    color: #000;
}

.media .media-description {
    line-height: 24px;
    color: #34395e;
}

.media .media-links {
    margin-top: 10px;
}

.media .media-links a {
    font-size: 12px;
    color: #999;
}

.media .media-progressbar {
    flex: 1;
}

.media .media-progressbar .progress-text {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #34395e;
}

.media .media-cta {
    margin-left: 40px;
}

.media .media-cta .btn {
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 12px;
}

.media .media-items {
    display: flex;
}

.media .media-items .media-item {
    flex: 1;
    text-align: center;
    padding: 0 15px;
}

.media .media-items .media-item .media-label {
    font-weight: 600;
    font-size: 12px;
    color: #34395e;
    letter-spacing: .5px;
}

.media .media-items .media-item .media-value {
    font-weight: 700;
    font-size: 18px;
}


/* 3.14 Breadcrumb */

.breadcrumb {
    background-color: #f9f9f9;
}

.breadcrumb .breadcrumb-item {
    line-height: 1;
}

.breadcrumb .breadcrumb-item i {
    margin-right: 5px;
}


/* 3.15 Accordion */

.accordion {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.accordion .accordion-header,
.accordion .accordion-body {
    padding: 10px 15px;
}

.accordion .accordion-header {
    background-color: #f9f9f9;
    border-radius: 3px;
    cursor: pointer;
    transition: all .5s;
}

.accordion .accordion-header h4 {
    line-height: 1;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.accordion .accordion-header:hover {
    background-color: #f2f2f2;
}

.accordion .accordion-header[aria-expanded="true"] {
    box-shadow: 0 2px 6px #acb5f6;
    background-color: #6777ef;
    color: #fff;
}

.accordion .accordion-body {
    line-height: 24px;
}


/* 3.16 Popover */

.popover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    border-color: transparent;
}

.popover .manual-arrow {
    position: absolute;
    bottom: -15px;
    font-size: 26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
    border-left-color: #f2f2f2;
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
    border-bottom-color: #f2f2f2;
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
    border-top-color: #f2f2f2;
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
    border-right-color: #f2f2f2;
}

.popover .popover-header {
    background-color: transparent;
    border: none;
    padding-bottom: 0;
    padding-top: 10px;
}

.popover .popover-body {
    padding: 15px;
    line-height: 24px;
}


/* 3.17 Grid */

.sm-gutters {
    margin-left: -5px;
    margin-right: -5px;
}

.sm-gutters>.col,
.sm-gutters>[class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}


/* 3.18 Navbar */

.navbar 
{
    height:75px;
    left:300px;
    right: 5px;
    position: initial;
    padding-left: 335px;
    z-index: 890;
    background-color: transparent;
}

.navbar.active {
    background-color: #6777ef;
    box-shadow: rgba(103, 119, 239, 0.2) rgba(0, 0, 0, 0.03);
}

.navbar-bg 
{
content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    z-index: -1;
    border-bottom: 1px solid #f0f0f0;
}

.navbar {
    align-items: center;
}

.navbar .navbar-brand {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
}

.navbar .form-inline .form-control {
    background-color: #fff;
    border-color: transparent;
    padding-left: 20px;
    padding-right: 0;
    margin-right: -6px;
    min-height: 46px;
    font-weight: 500;
    border-radius: 3px 0 0 3px;
    transition: all 1s;
}

.navbar .form-inline .form-control:focus,
.navbar .form-inline .form-control:focus+.btn {
    position: relative;
    z-index: 9001;
}

.navbar .form-inline .form-control:focus+.btn+.search-backdrop {
    opacity: .6;
    visibility: visible;
}

.navbar .form-inline .form-control:focus+.btn+.search-backdrop+.search-result {
    opacity: 1;
    visibility: visible;
    top: 80px;
}

.navbar .form-inline .btn {
    border-radius: 0 3px 3px 0;
    background-color: #fff;
    padding: 9px 15px 9px 15px;
    border-color: transparent;
}

.navbar .form-inline .search-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.navbar .form-inline .search-result {
    position: absolute;
    z-index: 9002;
    top: 100px;
    background-color: #fff;
    border-radius: 3px;
    width: 450px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.navbar .form-inline .search-result:before {
    position: absolute;
    top: -26px;
    left: 34px;
    content: '\f0d8';
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    font-size: 30px;
}

.navbar .form-inline .search-result .search-header {
    padding: 13px 18px 2px 18px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 600;
    font-size: 10px;
    color: #bcc1c6;
}

.navbar .form-inline .search-result .search-item {
    display: flex;
}

.navbar .form-inline .search-result .search-item a {
    display: block;
    padding: 13px 18px;
    text-decoration: none;
    color: #34395e;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.navbar .form-inline .search-result .search-item a:hover {
    background-color: #fbfbff;
}

.navbar .form-inline .search-result .search-item a:not(.search-close) {
    width: 100%;
}

.navbar .form-inline .search-result .search-item a i {
    margin-left: 0 !important;
}

.navbar .form-inline .search-result .search-item .search-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}

.navbar .active .nav-link {
    color: #fff;
    font-weight: 700;
}

.navbar .navbar-text {
    color: #fff;
}

.navbar .nav-link 
{
color: #f2f2f2;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 100%;
    line-height: 0;
}



.navbar .nav-link.nav-link-lg i 
{
    margin-left: 0 !important;
    font-size: 25px;
    line-height: 25px;
    color: #585858;
}

.navbar .nav-link.nav-link-user 
{
    color: #333333;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 600;
}
.navbar .nav-link.nav-link-user .nick_name {
    width: 50px;
    height: 50px;
    background: #ffebf8;
    border-radius: 10px;
    max-width: 50px;
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: #FB41C3;
}
.imgr_nmr .d-lg-inline-block {
    display: flex!important;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    align-items: center;
    justify-content: flex-end;
}
.navbar .nav-link.nav-link-user img {
    width: 30px;
}

.navbar .nav-link.nav-link-img {
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 50%;
    overflow: hidden;
}

.navbar .nav-link.nav-link-img .flag-icon {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    border-radius: 50%;
    line-height: 18px;
    height: 22px;
    width: 22px;
    background-size: cover;
}

.remove-caret:after {
    display: none;
}

.navbar .nav-link:hover {
    color: #fff;
}

.navbar .nav-link.disabled {
    color: #fff;
    opacity: .6;
}

.nav-collapse {
    display: flex;
}
span.name-main:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle::after 
{
display:none;	
}
span.name-main {
    line-height: 50px;
    padding-left: 25px;
}

.share_form_popup button.btn.btn-default.dropdown-toggle.form-control 
{

    border: 1px solid #E7E7E7;
    color: #AAAAAA;
    font-weight: 400;
    box-shadow: none;
    min-height: 60px;
    border-radius: 10px;
    text-align: left;
    letter-spacing: inherit;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(https://bridgewaterbookkeepingservices.com/assets/images/down-nw.png);
    background-repeat: no-repeat;
    background-position: 97%;
}
.share_form_popup button.btn.btn-default.dropdown-toggle.form-control:hover
{
border: 1px solid #E7E7E7;	
}
.share_form_popup button.btn.btn-default.dropdown-toggle.form-control,.share_form_popup input.form-control
{
 background-color: #FDFDFE!important;	
}
.share_form_popup button.btn.btn-default.dropdown-toggle.form-control:hover,.share_form_popup button.btn.btn-default.dropdown-toggle.form-control:focus
{
    border-color:#E7E7E7!important;	
}   
.top_single_custom_message button.closed-page 
{
    border: 1px solid #F5F7FB;
    border-radius: 10px;
    width: 40px!important;
    padding: 0!important;
    height: 40px;
    opacity: 1;
    background-color: transparent;
	cursor:pointer;
}
.single_custom_messages 
{
    background-color: #fff;
    border-radius: 10px;
}
.single_custom_messages .row 
{
    margin: 0;
}
.top_single_custom_message .current-date 
{
    background-color: #E7E7E7;
    color: #585858;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 6px 28px;
    font-size: 14px;
    margin-left: 10px;
}
.right_down_custom_message button.btn.btn-default {
    color: #006FFF;
    border: 1px solid #006FFF;
    padding: 7px 30px;
    width: auto;
    height: auto!important;
    font-weight: 500;
    margin-right: 10px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(https://bridgewaterbookkeepingservices.com/assets/images/down-nw-blue.png);
    background-repeat: no-repeat;
    background-position: 94%;
}
.right_down_custom_message a {
    color: #006FFF;
    border: 1px solid #006FFF;
    padding: 7px 20px;
    width: auto;
    line-height: 24px;
    height: auto!important;
    font-weight: 500;
    border-radius: 10px;
}
.top_single_custom_message {
    padding: 35px 0px;
    margin: 0px 20px;
    position: relative;
    margin-bottom: 20px;

}
.top_single_custom_message .col-lg-6 {
    padding: 0;
}
.top_single_custom_message:after {
    content: "";
    background-image: url(../images/Line-4.png);
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    bottom: 0;
}
.middle_single_custom_message_inner {
    margin-bottom: 30px;
}
.middle_single_custom_message_inner p.hidden-input-custom {
    color: #AAAAAA;
    font-size: 16px;
    margin: 35px 0px 0px;
}
@media (max-width: 575.98px) {
    body.search-show .navbar .form-inline .search-element {
        display: block;
    }
    .navbar .form-inline .search-element {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        z-index: 892;
        display: none;
    }
    .navbar .form-inline .search-element .form-control {
        float: left;
        border-radius: 3px 0 0 3px;
        width: calc(100% - 43px) !important;
    }
    .navbar .form-inline .search-element .btn {
        margin-top: 1px;
        border-radius: 0 3px 3px 0;
    }
    .navbar .form-inline .search-result {
        width: 100%;
    }
    .navbar .form-inline .search-backdrop {
        display: none;
    }
    .navbar .nav-link.nav-link-lg div {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .navbar .form-inline .search-element {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .collapse {
        position: relative;
    }
    .collapse .navbar-nav {
        position: absolute;
    }
}

@media (max-width: 1024px) {
    .nav-collapse {
        position: relative;
    }
    .nav-collapse .navbar-nav {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
        position: absolute;
        top: 40px;
        left: 0;
        width: 200px;
        display: none;
    }
    .nav-collapse .navbar-nav.show {
        display: block;
    }
    .nav-collapse .navbar-nav .nav-item:first-child {
        border-radius: 3px 3px 0 0;
    }
    .nav-collapse .navbar-nav .nav-item:last-child {
        border-radius: 0 0 3px 3px;
    }
    .nav-collapse .navbar-nav .nav-item .nav-link {
        background-color: #fff;
        color: #6c757d;
    }
    .nav-collapse .navbar-nav .nav-item .nav-link:hover {
        background-color: #fcfcfd;
        color: #6777ef;
    }
    .nav-collapse .navbar-nav .nav-item:focus>a,
    .nav-collapse .navbar-nav .nav-item.active>a {
        background-color: #6777ef;
        color: #fff;
    }
    .navbar {
        left: 5px;
        right: 0;
    }
    .navbar .dropdown-menu {
        position: absolute;
    }
    .navbar .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
}


/* 3.19 Dropdown */

.dropdown-item.has-icon i {
    margin-top: -1px;
    font-size: 13px;
}

.dropdown-menu {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
    border: none;
    width: 200px;
}

.dropdown-menu.show {
    display: block !important;
}

.dropdown-menu a {
    font-size: 13px;
}

.dropdown-menu .dropdown-title {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #191d21 !important;
    padding: 10px 20px;
    line-height: 20px;
    color: #98a6ad;
}

.dropdown-menu.dropdown-menu-sm a {
    font-size: 14px;
    letter-spacing: normal;
    padding: 10px 20px;
    color: #6c757d;
}

a.dropdown-item {
    padding: 10px 20px;
    font-weight: 500;
    line-height: 1.2;
}

a.dropdown-item:focus,
a.dropdown-item:active,
a.dropdown-item.active {
    background-color: #6777ef;
    color: #fff !important;
}

.dropdown-divider {
    border-top-color: #f9f9f9;
}

.dropdown-list {
    width: 350px;
    padding: 0;
}

.dropdown-list .dropdown-item {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    border-bottom: 1px solid #f9f9f9;
}

.dropdown-list .dropdown-item.dropdown-item-header:hover {
    background-color: transparent;
}

.dropdown-list .dropdown-item .time {
    margin-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .5px;
}

.dropdown-list .dropdown-item .dropdown-item-avatar {
    float: left;
    width: 40px;
    text-align: right;
    position: relative;
}

.dropdown-list .dropdown-item .dropdown-item-avatar img {
    width: 100%;
}

.dropdown-list .dropdown-item .dropdown-item-avatar .is-online {
    position: absolute;
    bottom: 0;
    right: 0;
}

.dropdown-list .dropdown-item .dropdown-item-desc {
    line-height: 24px;
    white-space: normal;
    color: #34395e;
    margin-left: 60px;
}

.dropdown-list .dropdown-item .dropdown-item-desc b {
    font-weight: 600;
    color: #666;
}

.dropdown-list .dropdown-item .dropdown-item-desc p {
    margin-bottom: 0;
}

.dropdown-list .dropdown-item:focus {
    background-color: #6777ef;
}

.dropdown-list .dropdown-item:focus .dropdown-item-desc {
    color: #fff !important;
}

.dropdown-list .dropdown-item:focus .dropdown-item-desc b {
    color: #fff !important;
}

.dropdown-list .dropdown-item.dropdown-item-unread:active .dropdown-item-desc {
    color: #6c757d;
}

.dropdown-list .dropdown-item.dropdown-item-unread:active .dropdown-item-desc b {
    color: #6c757d;
}

.dropdown-list .dropdown-item:active .dropdown-item-desc {
    color: #fff;
}

.dropdown-list .dropdown-item:active .dropdown-item-desc b {
    color: #fff;
}

.dropdown-list .dropdown-item.dropdown-item-unread {
    background-color: #fbfbfb;
    border-bottom-color: #f2f2f2;
}

.dropdown-list .dropdown-item.dropdown-item-unread:focus .dropdown-item-desc {
    color: #6c757d !important;
}

.dropdown-list .dropdown-item.dropdown-item-unread:focus .dropdown-item-desc b {
    color: #6c757d !important;
}

.dropdown-list .dropdown-footer,
.dropdown-list .dropdown-header {
    letter-spacing: .5px;
    font-weight: 600;
    padding: 15px;
}

.dropdown-list .dropdown-footer a,
.dropdown-list .dropdown-header a {
    font-weight: 600;
}

.dropdown-list .dropdown-list-content {
    height: 350px;
    overflow: hidden;
}

.dropdown-list .dropdown-list-content:not(.is-end):after {
    content: ' ';
    position: absolute;
    bottom: 46px;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8));
    height: 60px;
}

.dropdown-list .dropdown-list-icons .dropdown-item {
    display: flex;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-icon {
    flex-shrink: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-icon i {
    margin: 0;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc {
    margin-left: 15px;
    line-height: 20px;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc .time {
    margin-top: 5px;
}

.dropdown-flag .dropdown-item {
    font-weight: 600;
}

.dropdown-flag .dropdown-item .flag-icon {
    width: 20px;
    height: 13px;
    margin-right: 7px;
    margin-top: -6px;
}

.dropdown-flag .dropdown-item.active {
    background-color: #6777ef;
    color: #fff;
}

@media (max-width: 575.98px) {
    .dropdown-list-toggle {
        position: static;
    }
    .dropdown-list-toggle .dropdown-list {
        left: 10px !important;
        width: calc(100% - 20px);
    }
}


/* 3.20 Dropdown */

.tab-content.no-padding>.tab-pane {
    padding: 0;
}

.tab-content>.tab-pane {
    line-height: 28px;
}


/* 3.21 Progress Bar */

.progress-bar {
    background-color: #6777ef;
}


/* 3.22 Jumbotron */

.jumbotron {
    background-color: #e3eaef;
}


/* 3.23 Carousel */

.carousel .carousel-caption p {
    font-size: 13px;
    line-height: 24px;
}


/* 4. Theme Style */


/* 4.1 Misc */


/* nunito-regular - latin */

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/nunito-v9-latin-regular.eot");
    /* IE9 Compat Modes */
    src: local("Nunito Regular"), local("Nunito-Regular"), url("../fonts/nunito-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v9-latin-regular.woff2") format("woff2"), url("../fonts/nunito-v9-latin-regular.woff") format("woff"), url("../fonts/nunito-v9-latin-regular.ttf") format("truetype"), url("../fonts/nunito-v9-latin-regular.svg#Nunito") format("svg");
    /* Legacy iOS */
}


/* nunito-600 - latin */

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/nunito-v9-latin-600.eot");
    /* IE9 Compat Modes */
    src: local("Nunito SemiBold"), local("Nunito-SemiBold"), url("../fonts/nunito-v9-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v9-latin-600.woff2") format("woff2"), url("../fonts/nunito-v9-latin-600.woff") format("woff"), url("../fonts/nunito-v9-latin-600.ttf") format("truetype"), url("../fonts/nunito-v9-latin-600.svg#Nunito") format("svg");
    /* Legacy iOS */
}


/* nunito-700 - latin */

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/nunito-v9-latin-700.eot");
    /* IE9 Compat Modes */
    src: local("Nunito Bold"), local("Nunito-Bold"), url("../fonts/nunito-v9-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v9-latin-700.woff2") format("woff2"), url("../fonts/nunito-v9-latin-700.woff") format("woff"), url("../fonts/nunito-v9-latin-700.ttf") format("truetype"), url("../fonts/nunito-v9-latin-700.svg#Nunito") format("svg");
    /* Legacy iOS */
}


/* nunito-800 - latin */

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/nunito-v9-latin-800.eot");
    /* IE9 Compat Modes */
    src: local("Nunito ExtraBold"), local("Nunito-ExtraBold"), url("../fonts/nunito-v9-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v9-latin-800.woff2") format("woff2"), url("../fonts/nunito-v9-latin-800.woff") format("woff"), url("../fonts/nunito-v9-latin-800.ttf") format("truetype"), url("../fonts/nunito-v9-latin-800.svg#Nunito") format("svg");
    /* Legacy iOS */
}

:root {
    /* Colors */
    --primary: color(primary);
    --secondary: color(fontdark);
    --success: color(success);
    --info: color(info);
    --warning: color(warning);
    --danger: color(danger);
    --light: color(light);
    --dark: color(dark);
}

body {
    background-color: #fafdfb;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Nunito', 'Segoe UI', arial;
    color: #6c757d;
}

a.bb {
    text-decoration: none;
    border-bottom: 1px solid #6777ef;
    padding-bottom: 1px;
}

.form-divider {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 600;
}

.ui-sortable-handle,
.sort-handler {
    cursor: move;
}

.text-job {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #34395e;
}

.text-time {
    font-size: 12px;
    color: #666;
    font-weight: 500;
    margin-bottom: 10px;
}

.bullet,
.slash {
    display: inline;
    margin: 0 4px;
}

.bullet:after {
    content: '\2022';
}

.slash:after {
    content: '/';
}

.login-brand {
    margin: 20px 0;
    margin-bottom: 40px;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #666;
    text-align: center;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.budget-price {
    display: inline-block;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.budget-price .budget-price-square {
    width: 15px;
    height: 3px;
    background-color: #f9f9f9;
}

.budget-price .budget-price-label {
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
}

.gradient-bottom {
    position: relative;
}

.gradient-bottom:after {
    content: ' ';
    position: absolute;
    bottom: 41px;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8));
    height: 60px;
}

.text-small {
    font-size: 12px;
    line-height: 20px;
}

.text-title {
    font-size: 14px;
    color: #34395e;
    font-weight: 600;
}

.img-shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}

.colors {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.colors .color {
    border-radius: 3px;
    width: calc((100% / 4) - 10px);
    padding: 10px;
    height: 60px;
    line-height: 40px;
    text-align: center;
    margin: 5px;
}

blockquote {
    padding: 20px;
    padding-left: 40px;
    font-style: oblique;
    background-color: #f9f9f9;
    border-radius: 3px;
    position: relative;
    font-family: 'Time new Romans';
    font-size: 16px;
    letter-spacing: .3px;
}

blockquote:before {
    content: '"';
    font-size: 30px;
    position: absolute;
    top: 10px;
    left: 20px;
    opacity: .2;
}

blockquote .blockquote-footer {
    margin-top: 10px;
}

.bg-whitesmoke {
    background-color: #f7f9f9 !important;
}

.ion {
    font-size: 15px;
}

.fas,
.far,
.fab,
.fal {
    font-size: 13px;
}

#visitorMap {
    height: 210px;
}

.sidebar-gone-show {
    display: none !important;
}

pre {
    border-radius: 3px;
}

.circle-step {
    display: flex;
    margin-bottom: 10px;
}

.circle-step .circle-content {
    margin-top: 3px;
    margin-left: 13px;
}

.circle-step .circle {
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 11px;
    text-align: center;
}

.circle-step .circle.circle-primary {
    border-color: #6777ef;
    color: #6777ef;
}

.pe-none {
    pointer-events: none;
}

.contact-map {
    width: 100%;
    height: 100%;
    min-height: 400px;
}

#visitorMap2,
#visitorMap3 {
    height: 350px;
}

.shadow-primary {
    box-shadow: 0 2px 6px #acb5f6;
}

.shadow-secondary {
    box-shadow: 0 2px 6px #e1e5e8;
}

.shadow-success {
    box-shadow: 0 2px 6px #a8f5b4;
}

.shadow-warning {
    box-shadow: 0 2px 6px #ffc473;
}

.shadow-danger {
    box-shadow: 0 2px 6px #fd9b96;
}

.shadow-info {
    box-shadow: 0 2px 6px #82d3f8;
}

.shadow-light {
    box-shadow: 0 2px 6px #e6ecf1;
}

.shadow-dark {
    box-shadow: 0 2px 6px #728394;
}

.is-online {
    width: 10px;
    height: 10px;
    background-color: #63ed7a;
    border-radius: 50%;
    display: inline-block;
}

.gutters-xs {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
}

.gutters-xs>.col,
.gutters-xs>[class*="col-"] {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}

.beep {
    position: relative;
}

.beep:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 8px;
    width: 7px;
    height: 7px;
    background-color: #ffa426;
    border-radius: 50%;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 1;
}

.beep.beep-sidebar:after {
    position: static;
    margin-left: 10px;
}

@media (max-width: 575.98px) {
    .fc-overflow {
        width: 100%;
        overflow: auto;
    }
    .fc-overflow #myEvent {
        width: 800px;
    }
    .ionicons li {
        width: calc(100% / 4);
    }
    .icon-wrap {
        width: 100%;
    }
}


/* 4.2 Section */

.section {
    position: relative;
    z-index: 1;
}

.section>*:first-child {
    margin-top: -7px;
}

.section .section-header 
{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    background-color: #fff;
    border-radius: 3px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
    display: flex;
    align-items: center;
}

.section .section-header h1 
{
    margin-bottom: 0;
    font-weight: 600;
    display: inline-block;
    font-size: 24px;
    color: #333333;
}

.section .section-header .section-header-back {
    margin-right: 15px;
}

.section .section-header .section-header-back .btn:hover {
    background-color: #6777ef;
    color: #fff;
}

.section .section-header .section-header-button 
{
    margin-left: 20px;
}

.section .section-header .section-header-breadcrumb 
{
    margin-left: auto;
    display: flex;
    align-items: center;
}

.section .section-header .section-header-breadcrumb .breadcrumb-item 
{
    font-size: 14px;
    color: #585858;
}

.section .section-header .btn 
{
    font-size: 12px;
}

.section .section-title {
    font-size: 18px;
    color: #191d21;
    font-weight: 600;
    position: relative;
    margin: 30px 0 25px 0;
}

.section .section-title:before 
{
    content: ' ';
    border-radius: 5px;
    height: 8px;
    width: 30px;
    background-color: #6777ef;
    display: inline-block;
    float: left;
    margin-top: 6px;
    margin-right: 15px;
}

.section .section-title+.section-lead 
{
    margin-top: -20px;
}

.section .section-lead 
{
    margin-left: 45px;
}

.main-wrapper-1 .section .section-header 
{
    border-radius: 18px;
    padding-left: 25px;
    padding-right: 25px;
}

@media (max-width: 575.98px) {
    .section .section-title {
        font-size: 14px;
    }
    .section .section-header {
        flex-wrap: wrap;
        margin-bottom: 20px !important;
    }
    .section .section-header h1 {
        font-size: 18px;
    }
    .section .section-header .float-right {
        display: inline-block;
        width: 100%;
        margin-top: 15px;
    }
    .section .section-header .section-header-breadcrumb {
        flex-basis: 100%;
        margin-top: 10px;
    }
}


/* 4.3 Page */

.page-error {
    height: 100%;
    width: 100%;
    padding-top: 60px;
    text-align: center;
    display: table;
}

.page-error .page-inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.page-error h1 {
    font-size: 10em;
    font-weight: 700;
}

.page-error .page-description {
    font-size: 18px;
    font-weight: 400;
    color: #34395e;
}

.page-error .page-search {
    margin: 40px auto;
    max-width: 100%;
    width: 350px;
}

.page-error .page-search .form-control {
    border-radius: 30px;
}

.page-error .page-search .btn {
    border-radius: 30px;
    margin-left: 10px;
}

@media (max-width: 575.98px) {
    .page-error .page-search {
        width: 100%;
    }
}


/* 4.4 Layout */

.main-sidebar {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    position: fixed;
    top: 0;
    height: 100%;
    width:320px;
    background-color: #fff;
    z-index: 880;
    left: 0;
}

.main-sidebar,
.navbar,
.main-content,
.main-footer {
    transition: all .5s;
}

body.sidebar-gone .main-sidebar {
    left: -250px;
}

body.sidebar-mini .hide-sidebar-mini {
    display: none !important;
}

body.sidebar-mini .main-sidebar {
    width: 65px;
    overflow: initial !important;
    position: absolute;
    box-shadow: none;
}

body.sidebar-mini .main-sidebar:after {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    content: ' ';
    position: fixed;
    background-color: #fff;
    width: 65px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    animation-name: mini-sidebar;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

@keyframes mini-sidebar {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

body.sidebar-mini .main-sidebar .sidebar-brand {
    display: none;
}

body.sidebar-mini .main-sidebar .sidebar-brand-sm {
    display: flex;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li {
    padding: 10px;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li.menu-header {
    padding: 0;
    font-size: 0;
    height: 2px;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li>a {
    border-radius: 3px;
    height: 45px;
    padding: 0;
    justify-content: center;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li>a .ion,
body.sidebar-mini .main-sidebar .sidebar-menu>li>a .fas,
body.sidebar-mini .main-sidebar .sidebar-menu>li>a .far,
body.sidebar-mini .main-sidebar .sidebar-menu>li>a .fab,
body.sidebar-mini .main-sidebar .sidebar-menu>li>a .fal {
    margin: 0;
    font-size: 20px;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li>a span {
    display: none;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li>a .badge {
    padding: 5px;
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 10px;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li>a.has-dropdown:after {
    content: initial;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li.active>a {
    box-shadow: 0 4px 8px #acb5f6;
    background-color: #6777ef;
    color: #fff;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu {
    position: absolute;
    background-color: #fff;
    left: 65px;
    top: 10px;
    width: 200px;
    display: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
}

body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li>a:focus,
body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li.active>a,
body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li.active>a:hover {
    color: #fff;
    background-color: #6777ef !important;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li a {
    height: 40px;
    padding: 0 20px;
    background-color: #fff;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li a.has-dropdown:after {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 12px;
}

body.sidebar-mini .main-sidebar .sidebar-menu li:hover>ul.dropdown-menu {
    display: block !important;
}

body.sidebar-mini .main-sidebar .sidebar-menu li:hover>ul.dropdown-menu li:hover>a {
    background-color: #fcfcfd;
}

body.sidebar-mini .main-sidebar .sidebar-menu li:hover>ul.dropdown-menu li .dropdown-menu {
    left: 200px;
    padding: 0;
}

body.sidebar-mini .navbar {
    left: 65px;
}

body.sidebar-mini .main-content,
body.sidebar-mini .main-footer {
    padding-left: 90px;
}

body.layout-2 .navbar-bg {
    z-index: 889;
    height: 70px;
}

body.layout-2 .navbar {
    left: 0;
    z-index: 890;
}

body.layout-2 .main-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0 50px;
}

body.layout-2 .main-sidebar,
body.layout-2 .main-content,
body.layout-2 .main-footer {
    flex-shrink: 0;
    flex-grow: 0;
}

body.layout-2 .main-sidebar {
    background-color: transparent;
    box-shadow: none;
    position: static;
    margin-top: 100px;
    width: 200px;
}

body.layout-2 .main-sidebar .sidebar-menu li.menu-header {
    padding: 0;
}

body.layout-2 .main-sidebar .sidebar-menu li a {
    padding: 0;
}

body.layout-2 .main-sidebar .sidebar-menu li a i {
    width: 10px;
}

body.layout-2 .main-sidebar .sidebar-menu li a.has-dropdown:after {
    right: 0;
}

body.layout-2 .main-sidebar .sidebar-menu li a:hover {
    color: #6777ef;
    background-color: transparent;
}

body.layout-2 .main-sidebar .sidebar-menu li ul.dropdown-menu li a {
    padding-left: 34px;
}

body.layout-2 .main-content {
    padding-top: 107px;
    padding-left: 30px;
    padding-right: 0;
    width: calc(100% - 200px);
}

body.layout-2 .main-footer {
    margin-left: 230px;
    width: calc(100% - 230px);
    padding-left: 0;
    padding-right: 0;
}

body.layout-3 .navbar {
    left: 0;
    right: 0;
}

body.layout-3 .navbar.navbar-secondary {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    background-color: #fff;
    top: 70px;
    padding: 0;
    z-index: 889;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item.active>.nav-link {
    color: #6777ef;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item.active>.nav-link:before {
    left: 35px;
    right: 0;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item:first-child .nav-link {
    margin-left: 0;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item:last-child .nav-link {
    margin-right: 0;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link {
    color: #868e96;
    font-size: 13px;
    letter-spacing: .3px;
    height: 70px;
    padding: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link.has-dropdown {
    margin-right: 35px;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link.has-dropdown:after {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 12px;
    right: -20px;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link:before {
    content: ' ';
    position: absolute;
    left: initial;
    right: initial;
    bottom: 0;
    height: 2px;
    background-color: #6777ef;
    transition: all .5s;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link span {
    line-height: 74px;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link i {
    width: 30px;
    font-size: 16px;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link:hover {
    color: #191d21 !important;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu {
    padding: 0;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu .nav-item .nav-link {
    color: #6c757d;
    font-weight: 600;
    letter-spacing: .3px;
    padding: 7px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu .nav-item .nav-link.has-dropdown:after {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 12px;
    right: 15px;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu .nav-item:hover>.nav-link {
    background-color: #fcfcfd;
    color: #191d21;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu .nav-item:hover>.dropdown-menu {
    display: block !important;
    top: -5px;
    left: 200px;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu .nav-item.active>.nav-link,
body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu .nav-item .nav-link:focus {
    background-color: #6777ef;
    color: #fff;
}

body.layout-3 .main-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 170px;
}

body.layout-3 .main-footer {
    padding-left: 0;
    padding-right: 0;
}

.main-sidebar .sidebar-brand {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 80px;
    line-height: 60px;
    border-bottom: 1px solid #f0f0f0;
}
.main-sidebar {
    border-right: 1px solid #f0f0f0;
}
.main-sidebar .sidebar-brand.sidebar-brand-sm {
    display: none;
}

.main-sidebar .sidebar-brand a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #000;
}

.main-sidebar .sidebar-user {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.main-sidebar .sidebar-user .sidebar-user-picture {
    float: left;
    margin-right: 10px;
}

.main-sidebar .sidebar-user .sidebar-user-picture img {
    width: 50px;
    border-radius: 50%;
}

.main-sidebar .sidebar-menu {
    padding: 35px 20px 0 20px;
    margin: 0;
}

.main-sidebar .sidebar-menu li {
    display: block;
}

.main-sidebar .sidebar-menu li.menu-header {
    padding: 3px 15px;
    color: #bcc1c6;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 600;
}

.main-sidebar .sidebar-menu li.menu-header:not(:first-child) {
    margin-top: 10px;
}
body.sidebar-mini .navbar 
{
    padding-left: 80px;
}
body.sidebar-mini .main-sidebar .sidebar-menu 
{
    padding: 35px 0 0 0;
}
.btmr_img {
    padding: 80px 20px 35px 20px;
}
.main-sidebar .sidebar-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    height:65px;
    padding: 0 20px;
    width: 100%;
    letter-spacing: .3px;
    color: #585858;
    text-decoration: none;
}
.main-sidebar .sidebar-menu li a span.nav-link-text {
    padding-left: 25px;
}
.main-sidebar .sidebar-menu li a .badge {
    float: right;
    padding: 5px 10px;
    margin-top: 2px;
}

.main-sidebar .sidebar-menu li a i {
    width: 28px;
    margin-right: 20px;
    text-align: center;
}

.main-sidebar .sidebar-menu li a span {
    margin-top: 3px;
    width: 100%;
	    font-size: 16px;
    font-weight: 500;
}

.main-sidebar .sidebar-menu li.active a {
    color: #6777ef;
    font-weight: 600;
    background-color: #fcfcfd;
}

.main-sidebar .sidebar-menu li.active ul.dropdown-menu {
    background-color: #fcfcfd;
}

.main-sidebar .sidebar-menu li a.has-dropdown:after {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 12px;
}

.main-sidebar .sidebar-menu li.active>ul.dropdown-menu {
    display: block;
}

.main-sidebar .sidebar-menu li.active>ul.dropdown-menu li a:hover {
    background-color: #fcfcfd;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu {
    padding: 0;
    margin: 0;
    display: none;
    position: static;
    float: none;
    width: 100%;
    box-shadow: none;
    background-color: transparent;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
    color: #868e96;
    height: 35px;
    padding-left: 65px;
    font-weight: 400;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a:hover {
    color: #6777ef;
    background-color: inherit;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li.active>a {
    color: #6777ef;
    font-weight: 600;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a i {
    margin-top: 1px;
    text-align: center;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li ul.dropdown-menu {
    padding-left: 10px;
}

.main-content {
    padding-left:350px;
    padding-right: 30px;
    padding-top:50px;
    width: 100%;
    position: relative;
}
.inner-fm p a {
    color: #006FFF;
}
.main-footer {
    padding: 20px 30px 20px 280px;
    margin-top: 40px;
    color: #98a6ad;
    border-top: 1px solid #e3eaef;
    display: inline-block;
    width: 100%;
}

.main-footer .footer-left {
    float: left;
}

.main-footer .footer-right {
    float: right;
}

.simple-footer {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active a {
    background-color: #6777ef;
    color: #fff;
}

body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active ul.dropdown-menu li a {
    color: #e8ebfd;
}

body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active ul.dropdown-menu li a:hover {
    background-color: #6777ef;
    color: #fff;
}

body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active ul.dropdown-menu li.active a {
    color: #fff;
}

body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu>li.active>a {
    padding-left: 16px;
    background-color: transparent;
    position: relative;
}

body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu>li.active>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    width: 4px;
    background-color: #6777ef;
}
body.sidebar-mini .btmr_img {
    display: none;
}
body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu li.active ul.dropdown-menu li a 
{
    padding-left: 61px;
    background-color: #fff;
}
li.nav-item.active-list a 
{
    background-color: #0071fe;
    color: #fff;
    border-radius: 14px;
}
li.nav-item.active-list a span
{
    font-weight: 600!important;	
}
img.hover_imgr 
{
    display: none;
}
li.nav-item.active-list img 
{
    display: none;
}
li.nav-item.active-list img.hover_imgr
{
  display:inline;	
}
span.number_spn 
{
    background-color: #ff0000;
    text-align: center;
    width: 24px!important;
    height: 24px;
    margin: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    font-size: 12px!important;
    font-weight: 600;
}
@media (max-width: 1024px) {
    .sidebar-gone-hide {
        display: none !important;
    }
    .sidebar-gone-show {
        display: block !important;
    }
    .main-sidebar {
        position: fixed !important;
        margin-top: 0 !important;
        z-index: 891;
    }
    body.layout-2 .main-wrapper,
    body.layout-3 .main-wrapper {
        width: 100%;
        padding: 0;
        display: block;
    }
    .main-content {
        padding-left: 30px;
        padding-right: 30px;
        width: 100% !important;
    }
    .main-footer {
        padding-left: 30px;
    }
    body.search-show {
        overflow: hidden;
    }
    body.search-show .navbar {
        z-index: 892;
    }
    body.sidebar-show {
        overflow: hidden;
    }
    body.search-show:before,
    body.sidebar-show:before {
        content: '';
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0;
        z-index: 891;
        -webkit-animation-name: fadeinbackdrop;
        animation-name: fadeinbackdrop;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @-webkit-keyframes fadeinbackdrop {
        to {
            opacity: .6;
        }
    }
    @keyframes fadeinbackdrop {
        to {
            opacity: .6;
        }
    }
}


/* 4.5 Animation */

.pulsate {
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 1;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}


/*# sourceMappingURL=style.css.map */

ul.dt-button-collection.dropdown-menu .dt-button {
    font-size: .875rem;
    padding: .5rem 1rem;
}

ul.dt-button-collection.dropdown-menu .dt-button a {
    color: #16181b;
    text-decoration: none;
    display: block;
}

ul.dt-button-collection.dropdown-menu .dt-button:hover {
    background-color: #f6f9fc;
}

.select2-results__option[aria-selected=true] {
    display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 7px;
}

.event a {
    background-color: #5FBA7D !important;
    color: #ffffff !important;
}

.text-right .select2-selection {
    text-align: left;
}

.custom_padding {
    padding: 20px;
    border: 1px solid;
}

.bootstrap-tagsinput {
    width: 100% !important;
}

.text-area-height {
    height: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #6777ef !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
}

.email_star {
    height: 25px;
    width: 25px;
}

.btn-flt {
    float: right;
}

.avtar {
    width: 100px;
    height: 100px
}

.logo {
    height: 200px;
    width: 200px;
}

.view-form-data .row .col-12 {
    border-bottom: 1px solid #f9f9f9;
    margin-bottom: 10px;
}

body .navbar .form-inline {
    margin-right: auto;
    margin-left: 0;
}

body .filter .custom_left {
    float: left;
}

body .filter .custom_right {
    float: right;
    text-align: right;
}

#generated_script {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #3f3f3f;
    color: #dcdcdc;
    -webkit-text-size-adjust: none;
}

.select2-container 
{
    width: 100% !important;
}
body
{
font-family: 'Poppins', sans-serif!important;	
}
img 
{
    max-width: 100%;
}
.inner-login_imgr 
{
background-color: #0071fe;
    padding: 120px 0px 120px 60px;
    min-height: 891px;
    display: flex;
    align-items: center;
    height: 100%;
}
.app-blade-tpr .app-blade-tpr-inner:first-child 
{
    padding-right: 0;
}
.app-blade-tpr .app-blade-tpr-inner:last-child 
{
    padding-left: 0;
}
.app-blade-tpr-inner .card.card-primary 
{
padding: 60px 60px 15px;
    border: 0;
    border-radius: 0;
    margin: 0;
}
.app-blade-tpr-inner .card.card-primary .card-header 
{
    display: block;
}
.app-blade-tpr-inner .card.card-primary .card-header h2 
{
    color: #333333;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 50px;
}
.app-blade-tpr-inner .card.card-primary .card-header p 
{
    color: #585858;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}


/* The container */
.custom-check-new {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-check-new input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom-check-new .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border: 2px solid #aaaaaa;
    border-radius: 3px;
}

/* When the checkbox is checked, add a blue background */
.custom-check-new input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-check-new .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-check-new input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-check-new .checkmark:after 
{
    top: 4px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
label.custom-control-label.custom-check-new::before 
{
display:none;	
}
label.custom-control-label.custom-check-new {
    font-size: 14px;
    color: #AAAAAA;
    font-weight: 400;
    padding-left: 50px;
}
section.section.app-blade-tpr .form-group:nth-child(4) 
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.section.app-blade-tpr .form-group:nth-child(4) label.custom-control-label.custom-check-new 
{
    margin: 0;
letter-spacing:0.5px;
}
section.section.app-blade-tpr .form-group:nth-child(4) a.text-small 
{
    font-size: 14px;
    font-weight: 500;
    color: #006FFF;
letter-spacing:0.5px;
}
section.section.app-blade-tpr button.btn.btn-primary.my-4 {
width: 100%;
    background-color: #3d71fe!important;
    border-color: #3d71fe!important;
    min-height: 60px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: none;
    margin-bottom: 0!important;
}
.have_an_accnt 
{
    font-size: 14px;
    color: #585858!important;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding-top: 20px;
}
.have_an_accnt a 
{
    color: #006FFF;
}
.simple-footer.have_an_accnt 
{
    margin: 120px 0px 0px;
}
a:hover
{
text-decoration:none;	
}
.form-control.is-invalid, .was-validated .form-control:invalid 
{
    border-color: #FF0000;
}

.input-group.input-group-merge.input-group-alternative label 
{
    font-weight: 600;
    color: #333333;
    font-size: 16px;
    margin-bottom: 15px;
    max-width: 100%;
    flex: 0 0 100%;
}
footer.main-footer 
{
    display:none;
}

ul.navbar-nav.navbar-right li 
{
    width: 100%;
}
body 
{
    background-color: #f4f7fb;
}
.card.card-statistic-2.sub_per_mnth 
{
    background-color: #0071fe;
}
.card-wrap {
    clear: both;
}
.card.card-statistic-2 
{
    border-radius: 10px;
    box-shadow: 2px 5px 17px rgb(0 0 0 / 25%);
}
.card-icon.shadow-primary.bg-primary 
{
    background-color: #ffebf2!important;
    box-shadow: none;
}
.card.card-statistic-2 .card-header h4 
{
    color: #585858;
}
.card.card-statistic-2 .card-body 
{
    color: #333333;
}

.card.card-statistic-2.progress_line 
{
    padding: 25px 0 0;
}
.card.card-statistic-2.progress_line .progress 
{
    margin: 0px 25px 20px;
}
.card.card-statistic-2.progress_line .card-header h4 
{
    padding: 0;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}
.card.card-statistic-2.progress_line .card-body {
    font-size: 14px;
    color: #585858;
    font-weight: 400;
}
.card.card-statistic-2.progress_line .card-body a 
{
    color: #006FFF;
    margin-right:5px;
}
.inner-fm {
    border-radius: 10px;
    box-shadow: 2px 5px 17px rgb(0 0 0 / 25%);
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    margin-bottom:50px;
}
.inner-fm h4 {
    color: #333333;
    font-size: 24px;
    font-weight: 600;
}
.inner-fm p {
    margin: 0;
    font-size: 14px;
    color: #585858;
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 12px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #E7E7E7;
    border-radius: 25px;
}
.progress-bar {
  background-color: #04A09A;
    border-radius: 5px;
}
.new_tble-nw tr td 
{
background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 25px 15px!important;
    color: #8a8a8a!important;
}
.new_tble-nw tr:first-child td:first-child 
{
    border-radius: 14px 0px 0px 0px;
}

.new_tble-nw tr:first-child td:last-child 
{
    border-radius: 0px 14px 0px 0px;
}
.new_tble-nw tr:last-child td:first-child 
{
       border-radius: 0px 0px 0px 14px;
}
.new_tble-nw tr:last-child td:last-child {
    border-radius: 0px 0px 14px 0px;
}
.new_tble-nw tr:last-child td:last-child 
{
    border-radius: 0px 14px 0px 0px;
}
.new_tble-nw tr td:first-child
{
    color: #333333!important;
}
.new_tble-nw tbody tr:after 
{
    content: "";
    background-image: url("../images/Line-4.png");
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    bottom: 0;
}
.new_tble-nw tbody tr:last-child:after
{
display:none;	
} 
.new_tble-nw tbody tr
{
position:relative;	
}
.new_tble-nw tr td a 
{
    border: 1px solid #006FFF;
    background-color: #e1f1ff;
    margin: 0px 5px;
    padding: 10px 22px;
    border-radius: 7px;
}
.table-responsive.py-4.new_tble-nw {
    padding-top: 0!important;
}
table.table.dataTable.no-footer th .dataTables_sizing {
    text-align: left;
}
table.table.dataTable.no-footer th 
{
    padding: 0 15px;
    height: 60px!important;
    vertical-align: middle;
}
.dataTables_scrollHead {
    display: none;
}
.table td, .table:not(.table-bordered) th {
    border-bottom: 0px solid #ddd !important;
}
div.dataTables_scrollHead table.dataTable {
    border-bottom: 0!important;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #fff !important;
}
.table-responsive.py-4.new_tble-nw tbody:before,.dataTables_scrollBody tbody:before 
{
    line-height: 2.3em;
    content: ".";
    color: white;
    display: block;
}
.table-responsive.py-4.new_tble-nw:not(.table-sm) thead th,table.table.dataTable.no-footer th 
{
    background-color: #fff;
    color: #8a8a8a!important;
    font-size: 14px;
    font-weight: 600;
}

table.table.dataTable.no-footer th .dataTables_sizing
{
height:auto!important;	
}
.table-responsive.py-4.new_tble-nw:not(.table-sm) thead th:first-child,table.table.dataTable.no-footer th:first-child 
{
    border-radius: 14px 0px 0px 14px;
}
.table-responsive.py-4.new_tble-nw:not(.table-sm) thead th:last-child,table.table.dataTable.no-footer th:last-child 
{
    border-radius: 0px 14px 14px 0px;
}
.main-content.form_value_main .new_tble-nw tr td:nth-child(3) 
{
    color: #8a8a8a!important;
}
.create_new_frm span 
{
    font-size: 14px;
    font-weight: 500;
}
.create_new_frm 
{
    padding: 14px 20px 14px 25px!important;
    border-radius: 10px!important;
    box-shadow: none;
    background-color: #006FFF!important;
    border-color: #006FFF!important;
}
a.btn.btn-default.buttons-create.btn-primary.btn-sm.no-corner.add_module.create_new_frm:hover 
{
    background-color: #006FFF!important;
    border-color: #006FFF!important;
}
.create_new_frm i.fa.fa-plus 
{
    margin-right:10px;
}
div#forms-table_filter label,div#users-table_filter label,div#roles-table_filter label,div#subscription_plans-table_filter label 
{
    font-size: 0;
    width: 100%;
}

input.form-control.form-control-sm 
{
border: 1px solid #E7E7E7;
    min-height: 56px;
    background-color: #fff;
    width: 100%!important;
    margin: 0!important;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: 95%;
    padding: 10px 15px;
    color: #AAAAAA;
    font-size: 14px;
    font-weight: 400;
	border-radius:10px;
	
}
.card-body.new_card_body 
{
    padding:0px;
}
.dataTables_scroll 
{
    margin-top: 20px;
}
.card-body.new_card_body .table-responsive.py-4 
{
    padding-top: 0.5rem!important;
}
.create_fm .card 
{
    background-color: #fff;
    border-radius: 18px;
}
.create_fm .card h6.heading-small.text-muted.mb-4 
{
    display: none;
}
.section-body.create_fm input.form-control,.section-body.create_fm .bootstrap-tagsinput 
{
    background-color: #F5F7FB;
    border: 1px solid #E7E7E7;
    box-shadow: none;
    min-height: 60px;
    border-radius: 10px;
    color: #AAAAAA;
    font-weight: 400;
}
.cke_chrome
{
    border: 1px solid #E7E7E7!important;
    box-shadow: none;
}
.section-body.create_fm input[type="file"] 
{
    min-height: 318px;
}
.section-body.create_fm input.form-control 
{
background-color: #F5F7FB;
    border: 1px solid #E7E7E7;
    color: #AAAAAA;
    cursor: pointer;
}

.section-body.create_fm input[type="text"]::placeholder 
{ /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #AAAAAA;
  opacity: 1; /* Firefox */
}

.section-body.create_fm input[type="text"]:-ms-input-placeholder 
{ /* Internet Explorer 10-11 */
color: #AAAAAA;
}

.section-body.create_fm input[type="text"]::-ms-input-placeholder 
{ /* Microsoft Edge */
color: #AAAAAA;
}

.section-body.create_fm input.form-control::placeholder 
{ /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #AAAAAA;
  opacity: 1; /* Firefox */
}

.section-body.create_fm input.form-control:-ms-input-placeholder 
{ /* Internet Explorer 10-11 */
color: #AAAAAA;
}

.section-body.create_fm input.form-control::-ms-input-placeholder 
{ /* Microsoft Edge */
color: #AAAAAA;
}
button.form_payment.btn.btn-primary.float-right {
    padding: 17px 28px 17px 31px!important;
    border-radius: 10px;
    box-shadow: none;
    background-color: #6777ef;
    border-color: #6777ef;
    font-size: 16px;
    font-weight: 500;
}
.new_tble-nw tr td:nth-child(3) {
    color: #FF0000!important;
}
.form_logo_main
{
position:relative;	
}
.form_logo_main input.form-control 
{
    z-index: 999999;
    position: relative;
    opacity: 0;
}
.form_logo_main img 
{
    position: absolute;
    top:50%;
    width: 100%;
    left:50%;
    height: 318px;
    cursor: pointer;
    transform: translate(-50%, -50%);
}
.cke_chrome 
{
    border-radius:10px;
}
.section .section-header .section-header-breadcrumb .breadcrumb-item a 
{
    color: #006FFF;
}
.form_value_main .col-sm-9 .dt-buttons.btn-group, .form_value_main .col-sm-3 div#forms-table_filter {
    display: none;
}
.all_submissions_title h2 {
    font-size: 32px;
    color: #333333;
    font-weight: 600;
}
.all_submissions_title p {
    margin: 0;
    font-size: 14px;
    color: #585858;
}
.all_submissions_title p span {
    font-weight: 600;
}
.col-lg-6.custom_right.right_submissions_button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.right_submissions_button a.btn.btn-default 
{
    padding: 11px 35px 11px 35px!important;
    border-radius: 10px;
    box-shadow: none!important;
    background-color: #6777ef!important;
    border-color: #6777ef!important;
    margin-right: 15px;
}
.custom_right.right_submissions_button a.btn.btn-danger.delete-action 
{
    box-shadow: none!important;
    background-color: #fff!important;
    color: #FF0000;
    border: 0;
    padding: 12px 21px;
    border-radius: 10px;
    position: relative;
}
.custom_right.right_submissions_button button#filter {
    font-size: 14px;
    box-shadow: none;
    background-color: #fff;
    color: #333333;
    border: 0;
    padding: 12px 26px;
    border-radius: 10px;
    margin-left: 15px!important;
}
.custom_right.right_submissions_button a.btn.btn-danger.delete-action:hover,.custom_right.right_submissions_button button#filter:hover
{
 background-color:#fff!important;	
}
.form_value_main .new_tble-nw tr td a 
{
    border: 1px solid #E7E7E7!important;
    background-color: transparent!important;
    box-shadow: none!important;
    margin: 0px 5px;
    padding: 7px 11.5px;
    border-radius: 7px;
    color: #006FFF;
    width: 40px;
    height: 40px;
    position: relative;
	line-height: inherit;
	font-size: 18px;
}
.form_value_main .new_tble-nw tr td a i
{
 color: #006FFF;	
}
.form_value_main i.fas.fa-trash.mr-0 
{
    color: #FF0000;
}

.form_value_main .new_tble-nw tr td a:hover,.form_value_main .new_tble-nw .btn:not(.btn-social):not(.btn-social-icon):hover 
{
    border: 1px solid #E7E7E7!important;
    background-color: transparent!important;
	border-color:#E7E7E7!important;
}
table.table.dataTable.no-footer th 
{
    width: auto!important;
}
.new_tble-nw tr td span.unread 
{
    background-color: #ffebf2;
    font-size: 14px;
    color: #FF4486;
    padding: 9px 18px;
    border-radius: 8px;
}

.form_value_main .new_tble-nw table
{
 border-collapse:separate;
 border-spacing:0 25px;	
}
.form_value_main .new_tble-nw tr td {
    vertical-align: middle;
}
.form_value_main .new_tble-nw tbody tr:after
{
display:none;	
}
.form_value_main .new_tble-nw table td 
{
padding:20px 15px!important;
}
.form_value_main .new_tble-nw tr td:first-child 
{
    border-radius: 14px 0px 0px 14px;
}
.form_value_main .new_tble-nw tr td:last-child 
{
    border-radius: 0px 14px 14px 0px;
}
.form_value_main .new_tble-nw .dataTables_scrollBody tbody:before 
{
display:none;
}

.view-form-data h1 
{
    display: none;
}
.view_blade_new .view-form-data 
{
    background-color: #fff;
    padding: 150px 100px;
    border-radius: 18px;
}
.view_blade_new .view-form-data .row .col-12 
{
    padding: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #f4f4f4;
    border-bottom: 0;
}
.view_blade_new .view-form-data .col-12 b 
{
    max-width: 35%;
    flex: 0 0 35%;
    border-right: 1px solid #f4f4f4;
    margin: 0!important;
    padding: 15px 15px;
}
.view-form-data .col-12 b label 
{
    background-color: #e6e6e6;
    margin: 0!important;
    color: #7a7a7a;
    padding: 8px 20px;
    border-radius: 9px;
    font-size: 16px;
}
.view_blade_new .view-form-data .col-12 p 
{
    max-width:65%;
    flex: 0 0 65%;
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 600;
    border-left: 0;
    padding:15px;
    margin: 0;
}
.view_blade_new .card-body 
{
    padding: 0;
}
.view_blade_new p img.img-responsive.img-thumbnail.mb-2 
{
    max-width:55px;
    margin: 0!important;
}
.view_blade_new .view-form-data .col-12 p img.copy_new 
{
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 22px;
}
.view_blade_new .view-form-data .row .col-12:last-child 
{
    border-bottom: 1px solid #f4f4f4;
}
.view_blade_new .view-form-data .col-12 p label 
{
    margin: 0;
}

.form-builder-main .section-body form#design-form 
{
    border: 0;
    padding: 0;
    background: transparent;
}
.form-builder-main .section-body form#design-form h6.heading-small.text-muted.mb-4 
{
    display: none;
}
.form-builder-main .card-body 
{
    padding: 10px 0px 0px 0px;
}
.form-builder-main .card-body .ui-widget-header li.ui-state-default.ui-corner-top 
{
    border: 0px;
    background: transparent;
}

.form-builder-main .card-body .ui-widget-header li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active 
{
    background: #006FFF;
}

.form-builder-main .card-body .ui-widget-header li.ui-state-default.ui-corner-top 
{
    border: 0px;
    background: transparent;
    font-size: 16px;
    border-radius: 10px;
}
.form-builder-main .card-body .ui-widget-header li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a 
{
    color: #fff;
}
.form-builder-main .card-body .ui-widget-header li.ui-state-default.ui-corner-top a 
{
    padding: 10px 20px;
    color: #585858;
}
.main-divs_new 
{
border: 0;
    background: #fff!important;
    padding: 9px 25px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-builder-main .ui-tabs .ui-tabs-panel 
{
    padding: 0;
    margin-top: 35px;
}
.form-builder-main .ui-tabs .ui-tabs-panel .form-wrap.form-builder {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.form-builder-main .ui-tabs .ui-tabs-panel .form-wrap.form-builder .frmb {
    width: 100%;
    max-width: 70%;
    flex: 0 0 70%;
    background-color: #fff;
    padding: 40px 30px;
	    border-radius: 14px;
}
.form-builder-main .ui-tabs .ui-tabs-panel .form-wrap.form-builder .cb-wrap {
    width: 100%;
    max-width: 30%;
    flex: 0 0 30%;
    padding-right: 10px;
}
.form-builder-main .ui-tabs .ui-tabs-panel .form-wrap.form-builder .cb-wrap .frmb-control li {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
.form-builder-main .ui-tabs .ui-tabs-panel .form-wrap.form-builder .cb-wrap .frmb-control {
    padding: 40px 15px;
    background: #fff;
    border-radius: 14px;
}
.form-builder-main .ui-tabs .ui-tabs-panel .form-wrap.form-builder .cb-wrap .frmb-control li {
border-radius: 14px;
    margin-bottom:15px;
    box-shadow: none;
    border: 1px solid #F5F7FB;
    padding: 15px 10px;
    display: flex;
    align-items: center;
}
.form-builder-main .ui-tabs .ui-tabs-panel .form-wrap.form-builder .cb-wrap .frmb-control li span {
    font-size: 14px;
    color: #333333;
}
.formbuilder-icon-number:before
{
background-image: url("https://bridgewaterbookkeepingservices.com/assets/images/number.png");	
}
.formbuilder-icon-header:before 
{
 
background-image: url("https://bridgewaterbookkeepingservices.com/assets/images/header.png");
}
.formbuilder-icon-paragraph:before 
{
background-image: url("https://bridgewaterbookkeepingservices.com/assets/images/paragraph.png");
}
.formbuilder-icon-checkbox-group:before
{
background-image: url("https://bridgewaterbookkeepingservices.com/assets/images/checkboxes.png");	
}
.formbuilder-icon-date:before
{
background-image: url("https://bridgewaterbookkeepingservices.com/assets/images/date.png");	
}
.formbuilder-icon-radio-group:before
{
background-image: url("https://bridgewaterbookkeepingservices.com/assets/images/radio-group.png");	
}
.formbuilder-icon-select:before
{
background-image: url("https://bridgewaterbookkeepingservices.com/assets/images/dropdown.png");		
}
.form-builder-main .ui-tabs .ui-tabs-panel .form-wrap.form-builder .cb-wrap .frmb-control li[data-type="starRating"]:before 
{
background-image: url("https://bridgewaterbookkeepingservices.com/assets/images/star-rating.png");
}

.formbuilder-icon-file:before
{
background-image: url("https://bridgewaterbookkeepingservices.com/assets/images/upload-file.png");	
}
.formbuilder-icon-hidden:before
{
background-image: url("https://bridgewaterbookkeepingservices.com/assets/images/hidden-inputs.png");	
}
.formbuilder-icon-text:before 
{
background-image: url("https://bridgewaterbookkeepingservices.com/assets/images/text-field.png");
}
.form-builder-main .ui-tabs .ui-tabs-panel .form-wrap.form-builder .cb-wrap .frmb-control li[data-type="digitalSignature"]:before 
{
background-image: url("https://bridgewaterbookkeepingservices.com/assets/images/digital-signature.png");
}
.form-builder-main .form-wrap.form-builder .frmb-control li.formbuilder-icon-button:before 
{
    content: '\e80d'!important;
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffebf8;
    border-radius: 14px;
    color: #ff27bd;
}
.form-builder-main .form-wrap.form-builder .frmb-control li.formbuilder-icon-autocomplete:before 
{
    content: '\e800'!important;
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffebf8;
    border-radius: 14px;
    color: #ff27bd;
}
.form-builder-main .form-wrap.form-builder .frmb-control li.formbuilder-icon-autocomplete:before 
{
    content: '\e800'!important;
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffebf8;
    border-radius: 14px;
    color: #ff27bd;
}
.form-builder-main .form-wrap.form-builder .frmb-control li.formbuilder-icon-textarea:before 
{
    content: '\e807'!important;
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffebf8;
    border-radius: 14px;
    color: #ff27bd;
}
.form-builder-main .ui-tabs .ui-tabs-panel .form-wrap.form-builder .cb-wrap .frmb-control li[data-type="starRating"] span span.control-icon 
{
    display: none;
}
.form-builder-main .form-wrap.form-builder .frmb-control li::before 
{
    width: 46px;
    height: 47px;
	content:""!important;
}

.form-wrap.form-builder .frmb-control li:hover 
{
    background-color: #FFE6E6!important;
    box-shadow: 1px 2px 10px rgb(0 0 0 / 25%)!important;
	border-color: transparent!important;
}
.form-builder-main .form-field 
{
padding: 22px 20px!important;
    border-radius: 14px!important;

}
.form-builder-main .form-field:hover 
{
    background-color: #FFE6E6!important;
    box-shadow: 1px 0px 10px 2px rgb(0 0 0 / 25%)!important;
}
.form-builder-main .form-field h1,.form-field.editing label.field-label
{
    font-size:32px!important;
    color:#333333!important;	
}
body .form-wrap.form-builder .frmb .field-actions 
{
    position: absolute;
    top: 20px;
    right:15px;
    opacity: 0;
	display: flex;
}
body .form-wrap.form-builder .frmb .field-actions .btn 
{
    background-color: #f4f7fb!important;
    line-height: 23px;
    font-size:18px;
    border: 1px solid #E7E7E7!important;
    box-shadow: none!important;
    margin: 0px 5px;
    padding: 7px 11.5px!important;
    border-radius: 7px;
    color: #006FFF!important;
    width: 40px;
    height: 40px;
}
.form-wrap.form-builder .frmb li:first-child .field-actions .btn:last-child 
{
    border-radius: 7px!important;
}
body .form-wrap.form-builder .frmb .form-elements 
{
    background: transparent;
    border-radius: 0px;
    margin: 0;
    border: 0;
}
body .form-wrap.form-builder .frmb .form-elements .form-group label {
    text-align: left;
    font-size: 16px;
    color: #333333;
    padding: 0;
    margin-bottom: 10px;
}
body .form-wrap.form-builder .frmb .form-elements .form-group .input-wrap {
    margin: 0!important;
    width: 100%;
}
body .form-wrap.form-builder .frmb .form-elements .form-group .input-wrap .form-control, body .form-wrap.form-builder .form-control {
    border: 1px solid #E7E7E7!important;
    background-color: rgba(245,247,251,0.25)!important;
    font-size: 14px;
    color: #333333;
    padding: 13px 15px!important;
    border-radius: 10px;
    height: 48px;
	box-shadow:none!important;
}
body .form-wrap.form-builder .form-field.editing .form-group .input-wrap .form-control, body .form-wrap.form-builder .form-field.editing .form-control {
    background-color: #F5F7FB!important;
}
body .form-builder-main .form-field:hover .form-control
{
    background-color: #fff!important;
}
body .form-wrap.form-builder a.close-field 
{
    padding: 10px 40px 10px 40px!important;
    border-radius: 10px!important;
    box-shadow: none;
    background-color: #006FFF!important;
    border-color: #006FFF;
    font-size: 16px;
    color: #fff!important;
    font-weight: 500;
    position: initial!important;
    display: inline-block;
    float: right;
    transform: inherit!important;
    margin-top: 20px;
}
.form-field.editing 
{
    background-color: #fff!important;
	    box-shadow: 1px 0px 10px 2px rgb(0 0 0 / 25%)!important;
}
body .form-wrap.form-builder .frmb .field-label, body .form-wrap.form-builder .frmb .legend 
{
    text-align: left;
    font-size: 16px;
    color: #333333;
    padding: 0;
    margin-bottom: 10px;
    line-height: 45px;
    font-weight: 700;
}
body .form-wrap.form-builder .frmb .sortable-options>li 
{
    display: inherit;
}
.form-wrap.form-builder .frmb .form-field .form-group.multiple-wrap label 
{
    width: auto;
    display: inline-block;
}
.form-wrap.form-builder .frmb .prev-holder input[type='number'],.form-wrap.form-builder .frmb .prev-holder input[type='date'] 
{
    width: 100%!important;
}
body .autocomplete-field.form-field label.field-label 
{
    width: auto!important;
    display: inline-block!important;
}
.form-wrap.form-builder .formbuilder-required, .form-wrap.form-builder .required-asterisk 
{
    color: #ff4e51!important;
}
body .form-wrap.form-builder .frmb .form-elements .form-group.requireValidOption-wrap label 
{
    width: auto;
    display: inline-block;
}
.jq-ry-container 
{
    padding: 0;
}
.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg 
{
    width: 30px;
    height: 30px;
    padding-right: 5px;
}
.form-builder-main .btn-default.btn 
{
    padding: 10px 40px 10px 40px!important;
    border-radius: 10px!important;
    box-shadow: none;
    background-color: #006FFF!important;
    border-color: #006FFF;
    font-size: 16px;
    color: #fff!important;
    font-weight: 500;
    position: initial!important;
    display: inline-block;
    transform: inherit!important;
}
.form-builder-main .btn-group .btn 
{
    padding: 10px 40px 10px 40px!important;
    border-radius: 10px!important;
    box-shadow: none;
    font-size: 16px;
    color: #fff!important;
    font-weight: 500;
    position: initial!important;
    display: inline-block;
	margin: 5px 3px!important;
    transform: inherit!important;
}
.form-builder-main .btn-group {
    margin: 0!important;
}
button.btn-xs.btn.btn-default,button.btn-xs.btn.btn-default:hover {
    background-color: #E7E7E7!important;
    border-color: transparent;
    color: #AAAAAA!important;
}
button.btn-xs.btn.btn-danger,button.btn-xs.btn.btn-danger:hover {
    background-color: #FF0000!important;
}

button.btn-xs.btn.btn-primary,button.btn-xs.btn.btn-primary:hover {
    background-color: #006FFF!important;
}
button.btn-xs.btn.btn-success,button.btn-xs.btn.btn-success:hover {
    background-color: #04A09A!important;
    border-color: transparent!important;
}
button.btn-xs.btn.btn-warning,button.btn-xs.btn.btn-warning:hover {
    background-color: #FF7C49!important;
}
body .form-wrap.form-builder select.form-control,select.form-control 
{
-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(https://bridgewaterbookkeepingservices.com/assets/images/down-nw.png);
    background-repeat: no-repeat;
    background-position: 97%;
}
body li#add-page-tab 
{
    background: #F5F7FB;
    margin-left: 10px;
}
body li#add-page-tab a 
{
    color: #006FFF;
}
.form-builder-main .action-buttons button 
{
    padding: 17px 40px 17px 40px!important;
    border-radius: 10px!important;
    box-shadow: none;
    background-color: #006FFF!important;
    border-color: #006FFF;
    font-size: 16px;
    color: #fff!important;
    font-weight: 500;
    position: initial!important;
    display: inline-block;
    float: right;
    transform: inherit!important;
    min-width: 298px;
}
.form-group.required-wrap .input-wrap 
{
    width: auto!important;
}
.form-field.editing 
{
    margin-bottom: 30px!important;
}
.formbuilder-icon-cancel:before 
{
    content: ""!important;
    background-image: url(https://bridgewaterbookkeepingservices.com/assets/images/delete.png);
    position: relative;
    height: 18px;
    background-repeat: no-repeat;
    top: 3px;
    width: 14px!important;
}
body .form-wrap.form-builder .frmb .field-actions .toggle-form.btn.formbuilder-icon-pencil 
{
    order: 1;
}
body .form-wrap.form-builder .frmb .field-actions .copy-button.btn.formbuilder-icon-copy
{
 order:2;	
}
body .form-wrap.form-builder .frmb .field-actions .del-button.btn.formbuilder-icon-cancel.delete-confirm
{
   order: 3;	
}
.fa-trash:before 
{
    background-image: url(https://bridgewaterbookkeepingservices.com/assets/images/delete.png);
}
.fill_fm .col-md-5.mx-auto 
{
    flex: 0 0 100%;
    max-width: 100%;
}
.fill_fm h1 {
    display: none;
}
.fill_fm .card-header h4.text-center 
{
    padding: 0;
    line-height: 60px;
    font-size: 30px;
    color: #333333;
}
.fill_fm #fill-form button {
    padding: 17px 28px 17px 31px!important;
    border-radius: 10px;
    box-shadow: none;
    background-color: #6777ef;
    border-color: #6777ef;
    font-size: 16px;
    font-weight: 500;
}
div#success_loader h2
{
   color: #333333;	
}
.jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg 
{
    background-color: #000;
    opacity: 0.6;
}
.jconfirm-scrollpane .jconfirm-box-container 
{
    flex: 0 0 42%;
    max-width: 42%;
}
.jconfirm-scrollpane .jconfirm-box-container .jconfirm-box.jconfirm-hilight-shake.jconfirm-type-default.jconfirm-type-animated {
    border-radius: 10px;
    padding: 40px 20px;
    text-align: center;
}
.jconfirm-title-c 
{
    color: #333333;
    font-size: 24px!important;
    font-weight: 600;
}
.jconfirm-buttons {
    width: 100%;
    padding: 0!important;
}
body .jconfirm-buttons button.btn.btn-default 
{
    padding: 14px 46px;
    border-radius: 8px;
    margin: 0 10px;
    color: #fff!important;
    font-weight: 400!important;
}
body .jconfirm-buttons button.btn.btn-default:first-child 
{
    background-color: #AAAAAA!important;
}
body .jconfirm-buttons button.btn.btn-default:last-child 
{
    background-color: #FF0000!important;
}
.form_templates_new div#forms-table_wrapper .col-sm-9 
{
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.form_templates_new div#forms-table_wrapper .col-sm-3 
{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.form_templates_new div#forms-table_wrapper .col-sm-3 label {
    margin: 0;
}
.form_templates_new div#forms-table_wrapper .col-sm-3 div#forms-table_filter 
{
    display: block;
}
.form_templates_new div#forms-table_wrapper .dataTables_scroll 
{
    margin-top: 0;
}
.form_value_main .new_tble-nw.form_templates_new a.btn.btn-success, .form_value_main .new_tble-nw.form_templates_new a.btn.btn-success:hover 
{
    border: 1px solid #006FFF!important;
    background-color: #e1f1ff!important;
    margin: 0px 5px;
    padding: 6px 15px;
    border-radius: 7px;
    width: auto;
    height: auto;
    font-weight: 500;
    font-size: 14px;
    color: #006FFF!important;
}
.card-body.new_card_body.new_tble-nw.form_templates_new th[title="Action"] 
{
    width: 325px!important;
}
.account_setting_page_main .section-header 
{
    flex-wrap: wrap;
    padding: 30px 0 0px!important;
}
.nav_tabs_main {
    max-width: 100%;
    flex: 0 0 100%;
    position: relative;
}
.nav_tabs_main li.nav-item 
{
    box-shadow: none!important;
    margin-bottom: 0!important;
}
.nav_tabs_main .nav-tabs 
{
    border: 0;
    position: relative;
}
.section-header-inner-setting:after 
{
    content: "";
    background-image: url(../images/Line-4.png);
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    bottom: 0;
}
.section-header-inner-setting
{
    position: relative;
    display: flex;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 25px;
    padding: 0px 25px 25px 25px;
}
.nav_tabs_main li.nav-item a 
{
    color: #AAAAAA!important;
    padding: 10px 25px;
    letter-spacing: 1px;
	border-width: 0px 0px 4px 0px;
    border-color: transparent;
    border-radius: 0;
}
.nav_tabs_main .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active 
{
    color: #006FFF!important;
    background-color: #fff;
    border-width: 0px 0px 4px 0px;
    border-color: #006FFF;
    border-radius: 0;
    font-weight: 600;
}
.nav_tabs_main .nav-tabs .nav-link:focus, .nav_tabs_main .nav-tabs .nav-link:hover 
{
    border-color: #e9ecef #e9ecef #dee2e6;
    border-width: 0px 0px 4px 0px;
    border-color: #006FFF;
    border-radius: 0;
}
.card-body.account_settings_new 
{
    padding: 0;
}
h5.user_name_settings {
    margin: 0 auto 70px;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffebf8;
    color: #FB41C3;
    border-radius: 30px;
}
.account_settings_new form.form-horizontal {
    padding: 30px 90px;
    background-color: #fff;
    border-radius: 14px;
    float: left;
    width: 100%;
}
.account_settings_new label.label-block 
{
    font-weight: 600;
    color: #333333;
    font-size: 16px;
    margin-bottom: 15px;
}
.account_settings_new .form-control:disabled, .account_settings_new .form-control[readonly]
{
    background-color: #c5e3ff!important;
}
.account_settings_new .form-control:disabled, .account_settings_new .form-control[readonly],.account_settings_new select 
{
    height: 60px!important;
}
.account_settings_new .form-control:not(.form-control-sm):not(.form-control-lg) 
{
    background-color: #F5F7FB;
}
.account_settings_new select.form-control 
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(https://bridgewaterbookkeepingservices.com/assets/images/down-nw.png);
    background-repeat: no-repeat;
    background-position: 97%;
}

.account_settings_new .form-control::-webkit-input-placeholder 
{ /* Edge */
  color:#333333;
  opacity:1;
}

.account_settings_new .form-control:-ms-input-placeholder 
{ /* Internet Explorer 10-11 */
 color:#333333;
}

.account_settings_new .form-control::placeholder 
{
color:#333333;
}
.card-body.account_settings_new button.btn.btn-primary.col-sm-2 {
    padding: 17px 40px 17px 40px!important;
    border-radius: 10px!important;
    box-shadow: none;
    background-color: #006FFF!important;
    border-color: #006FFF;
    font-size: 16px;
    color: #fff!important;
    font-weight: 500;
    position: initial!important;
    display: inline-block;
    float: right;
    transform: inherit!important;
    min-width: 298px;
    margin:60px 0 50px;
}
.account-setting_main_same {
    background-color: #fff;
    border-radius: 15px;
}
.account-setting-main-top {
    padding: 30px 30px 20px;
    border-bottom: 1px solid #F5F7FB;
}
.account-setting-main-top h3 {
    font-size: 14px;
    margin: 0;
    color: #AAAAAA;
    font-weight: 400;
}
.account-setting-main-bottom {

    padding: 30px 30px 40px;

}
.account-setting-main-bottom h2 {
    color: #333333;
}
.account-setting-main-bottom h2 span {
    font-size: 24px;
    font-weight: 400;
}
.account-setting-main-bottom p {
    font-size: 14px;
    color: #585858;
}
.account-setting-main-bottom p a {
    color: #006FFF;
    text-decoration: underline;
}
.account-setting-main-bottom .progress 
{
    height: 20px;
}
.account-setting-main-bottom .progress-bar {
    background-color: #04A09A;
}
.account-setting-main-bottom
{
margin-bottom:20px;	
}
.account-setting-main-bottom h3 {
    font-size: 24px;
    color: #333333;
    font-weight: 600;
}
.standard-package-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.account-setting-main-bottom.standard-package-main p {
    margin: 0;
}
.edit-payment_details a 
{
    background-color: #e1f1ff;
    padding: 16px 30px;
    color: #006FFF;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #E7E7E7;
	display: inline-block;
}
.edit-payment_details a:last-child
{
    color: #585858;
    background-color: #F5F7FB;
}
.account-setting-standard-package h3 span 
{
    border: 1px solid #04A09A;
    background-color: #c3edec;
    font-size: 14px;
    padding: 5px 14px;
    color: #04A09A;
    border-radius: 7px;
    margin-left: 10px;
}
.account-setting-standard-package h3 {
    align-items: center;
    display: flex;
}
.inner-packages {
    border: 2px solid #F5F7FB;
    padding: 40px 20px;
    border-radius: 14px;
}
.account-setting-standard-package {
    margin-bottom: 30px;
}
.plan-type h4 {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}
.form_templates_new div#forms-table_wrapper .col-sm-9 .dt-buttons.btn-group a.btn.btn-default 
{
    display: none;
}

.form_templates_new div#forms-table_wrapper .col-sm-9 .create_new_frm 
{
    display: inline-block!important;
}
.form_value_main .col-sm-9 .dt-buttons.btn-group
{
display:block;	
}
.plan-type h4 
{
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 5px;
}
.inner-packages p {
    font-size: 14px;
    color: #585858;
    margin: 0;
}
.inner-packages ul {
    padding: 0;
}
.inner-packages ul li {
    font-size: 14px;
    list-style-type: none;
    color: #333333;
    font-weight: 600;
    margin: 0px 0px 15px;
}
.plan-price h2 {
    font-size: 32px;
    color: #333333;
    margin: 0;
}
.plan-price {
    margin: 0px 0px 30px;
}
.plan-type
{
    margin:30px 0px;	
}
.buy_plan_new a {
    border: 1px solid #AAAAAA;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 10px;
    padding: 10px 10px;
    color: #AAAAAA;
    font-size: 14px;
}
.buy_plan_new {
    margin-top: 30px;
}
.inner-packages.premium-packages {
    background-color: #006FFF;
    box-shadow: 2px 2px 18px rgb(60 11 255 / 50%);
    border: 0;
}
.inner-packages.premium-packages h4, .inner-packages.premium-packages p, .inner-packages.premium-packages h2, .inner-packages.premium-packages ul li 
{
    color: #fff;
}
.inner-packages.premium-packages a
{
 color: #006FFF;
 background-color:#fff;
	
}
.account-setting_main_same.form_subscription.cancel-account {
    background-color: #FFE6E6;
    border: 2px dotted #FF0000;
}
.account-setting_main_same.form_subscription.cancel-account .edit-payment_details.view-billing-history a {
    background-color: #FF0000;
    border: 0;
    color: #fff;
    padding: 16px 25px;
}
.account-setting_main_same.form_subscription.cancel-account .edit-payment_details.view-billing-history a img {
    margin-right: 10px;
}
.account-setting_main_same.form_subscription.cancel-account p {
    line-height: 20px;
}
.account-setting_main_same.form_subscription.cancel-account .account-setting-standard-package {
    margin: 0;
}
.account-setting_main_same.form_subscription.invoice-generated .account-setting-standard-package 
{
    margin: 0;
}
.fa-trash:before 
{
    background-image: url(https://bridgewaterbookkeepingservices.com/assets/images/delete.png);
	left: 50%;
    content: ""!important;
    position: absolute;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translate(-50%, -50%);	
}
.fa-paint-brush:before 
{
    background-image: url(https://bridgewaterbookkeepingservices.com/assets/images/edit_road.png);
    left: 50%;
    content: ""!important;
    position: absolute;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translate(-50%, -50%);	
}
.fa-edit:before 
{
  /*  background-image: url(https://bridgewaterbookkeepingservices.com/assets/images/format_shapes.png); */
	left: 50%;
   /* content: ""!important; */
    position: absolute;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.fa-clone:before 
{
    background-image: url(https://bridgewaterbookkeepingservices.com/assets/images/filter_none.png);
	left: 50%;
    content: ""!important;
    position: absolute;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.fa-list:before 
{
	background-image: url(https://bridgewaterbookkeepingservices.com/assets/images/wysiwyg.png);
	left: 50%;
    content: ""!important;
    position: absolute;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.fa-copy:before 
{
	background-image: url(https://bridgewaterbookkeepingservices.com/assets/images/link.png);
	left: 50%;
    content: ""!important;
    position: absolute;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.fa-code:before 
{
    background-image: url(https://bridgewaterbookkeepingservices.com/assets/images/embeded-form.png);
	left: 50%;
    content: ""!important;
    position: absolute;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.form_value_main .new_tble-nw table td label 
{
    margin: 0;
}
.dt-buttons.btn-group .buttons-export, .dt-buttons.btn-group a.btn.btn-default.buttons-print, .dt-buttons.btn-group a.btn.btn-default.buttons-reset, .dt-buttons.btn-group a.btn.btn-default.buttons-reload, .dt-buttons.btn-group a.btn.btn-default.buttons-collection {
    display: none;
}
table#users-table i {
    left: 0;
}
.form_value_main .new_tble-nw tr td a i.fa.fa-key 
{
    left: 0;
}
.main-content.form_value_main.form_x_new.plans_value a#edit-plan,.main-content.form_value_main.form_x_new.plans_value a#edit-user 
{
    font-size: 11px;
}
.main-content.form_value_main.form_x_new.plans_value .new_tble-nw tr td:last-child a:first-child i 
{
   left:inherit;
}
div#common_modal input#name 
{
    border-radius: 0px 10px 10px 0px;
    border-left: 0;
}
.invite_team_members h4 
{
    margin: 25px 0px 5px 0px;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}
.invite_team_members h4 a 
{
    color: #006FFF;
    font-weight: 600;
}
.edit-payment_details.add_users a 
{
    background-color: #e1f1ff;
    padding: 15px 62px;
    color: #006FFF;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #E7E7E7;
}
.invite_modal .modal-dialog 
{
    max-width: 600px;
}
.invite_modal .modal-dialog .modal-content 
{
    border-radius: 14px;
}
.invite_modal h4.modal-title, .invite_modal h3 
{
    font-size: 24px;
    color: #333333;
    font-weight: 600;
}
.invite_modal p 
{
    color: #585858;
    margin: 0;
}

.add_quantity_user_quantity 
{
    width: 40px;
    background-color: #e1f1ff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 8px;
}
.add_quantity_user_quantity img 
{
    max-width: 24px
}
.add_quantity_user 
{
    display: flex;
    align-items: center;
    max-width: 100%;
    width: 100%;
}
.add_quantity_user span 
{
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    margin: 0px 12px;
}
.invite_modal .row {
    align-items: center;
}
.invite_modal .modal-header {
    padding: 37px 0px;
    display: flex;
    align-items: center;
    margin: 0px 25px;
    position: relative;
}
.invite_modal .modal-header:after {
    content: "";
    background-image: url(../images/Line-4.png);
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    bottom: 0;
}
.invite_modal h3 {
    margin: 0;
}
.invite_modal .modal-body {
    padding: 50px 25px 40px;
}

.invite_modal .next
{
padding: 14px 20px 14px 25px!important;
    border-radius: 10px!important;
    box-shadow: none;
    background-color: #006FFF!important;
    border-color: #006FFF!important;
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-top: 60px;
}
.invite_modal button.close 
{
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    width: 40px!important;
    padding: 0!important;
    height: 40px;
    opacity: 1;
    position: relative;
    right: 15px;
}
 button:focus {
    outline:0px;
}  
#invite-Modal-second .section-body.create_fm input.form-control 
{
    color: #333333;
} 
.inviting_team_member_top h3 {
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 15px;
}
.inviting_team_member_top h4 {
    font-size: 16px;
    color: #333333;
    margin: 0 0 5px 0;
}
div#invite-Modal-third .edit_email p {
    border-bottom: 1px solid #F5F7FB;
    font-size: 14px;
    color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:15px;
}
div#invite-Modal-third .edit_email {
    border: 1px solid #F5F7FB;
    border-radius: 12px;
    margin: 50px 0px;
}
.total_amount_due 
{
    padding: 50px 0px 0px;
    position: relative;
}
.total_amount_due p 
{
    color: #AAAAAA;
    display: flex;
    justify-content: space-between;
}
.total_amount_due:after
{
content: "";
    background-image: url(../images/Line-4.png);
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    top: 0;
}
 .total_amount_due span {
    color: #006FFF;
    font-size: 28px;
    font-weight: 600;
}   
div#invite-Modal-third .edit_email p img
{
cursor:pointer;	
}
.section-body.create_fm.multi_form 
{
    margin: 0;
}
.section-body.create_fm.multi_form .card-header, .section-body.create_fm.multi_form .card-body {
    padding: 0;
}
.section-body.create_fm.multi_form .card-header 
{
    border: 0px;
}
.section-body.create_fm.multi_form 
{
    margin: 0;
    padding: 20px 200px;
    background-color: #fff;
}
.section-body.create_fm.multi_form h4 
{
    color: #333333;
    padding: 0 0 50px!important;
    font-size: 40px;
    line-height: 40px;
    border-bottom: 1px solid #E7E7E7;
    margin: 50px 0px;
}
.section-body.create_fm.multi_form .col-12.step-0 h1 
{
display:none;	
}

.section-body.create_fm.multi_form input.form-control,.section-body.create_fm.multi_form .select2-selection--single 
{
	min-height:60px;
    background-color: #fdfdfe;
	    border: 1px solid #E7E7E7;
}
.section-body.create_fm.multi_form .select2-container--default .select2-selection--single .select2-selection__rendered {
       color: #333333;
    line-height:50px;
}
.section-body.create_fm.multi_form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
}
.section-body.create_fm.multi_form textarea 
{
    height: 120px!important;
}
.section-body.create_fm.multi_form button#nextBtn 
{
    background: #006FFF;
    font-size: 16px;
    font-weight: 600;
    min-height: 60px;
    min-width: 200px;
    border-radius: 10px;
    box-shadow: none;
}

.navbar_admin_top 
{
    width:500px;
}
.share_btn_new 
{
    border: 1px solid #006FFF;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
    background-color: #F5F7FB;
    padding: 10px 15px;
    color: #006FFF;
    min-width: 171px;
	cursor: pointer;
}
.share_btn_new a {
    color: #006FFF;
}
.share_btn_new_top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.share_btn_new a img 
{
    margin-right: 15px;
}
.share_form_popup .form-group textarea 
{
    display: block;
    width: 100%;
    background-color: #fdfdfe;
    border: 1px solid #E7E7E7;
    color: #AAAAAA;
    height: 80px;
    border-radius: 10px;
    font-size: 14px;
    padding: 10px 15px;
}
:focus-visible {
    outline:0px;
}
.share_form_popup ul.dropdown-menu 
{
    width: 100%;
}
.share_form_popup .section-body.create_fm 
{
    position: relative;
}
.share_form_popup ul.dropdown-menu {
    width: 100%;
    background-color: #fff;
        padding: 25px 20px;
    box-shadow:1px 1px 15px -10px rgba(0 0 0 / 45%);
    border-radius: 0px 0px 10px 10px;
}
.share_form_popup label.custom-check-new 
{
    font-size: 14px;
    color: #585858;
    padding-left: 45px;
}
.share_form_popup .custom-check-new .checkmark 
{
    top: 3px;
}
.share_form_popup label.custom-check-new.active {
    font-weight: 600;
}
.share_form_popup label.custom-check-new
{
 margin-bottom: 20px;	
}
.share_form_popup.invite_modal .next 
{
    padding: 20px 20px 20px 20px!important;
    min-width: 298px;
    display: inline-block;
    float: right;
    margin-top: 35px;
    width: auto;
}
img.wtr_dotts 
{
    position:absolute;
    right:25px;
    top:35px;
}   
.all_custom_messages label.custom-check-new 
{
    padding: 0;
}
.all_custom_messages_top .row 
{
justify-content: space-between;
    align-items: center;
    margin: 0;
}
.all_custom_messages .custom-check-new .checkmark 
{
top: -5px;
    height: 16px;
    width: 16px;
    border: 2px solid #585858;
    border-radius: 4px;
		left: 20px;
}
.custom_right.right_submissions_button a.btn.btn-default.btn-primary.btn-sm.no-corner.add_module {
background-color: #fff!important;
    color: #006FFF;
    border-color: #006FFF!important;
    font-size: 14px;
    padding: 11px 28px 11px 28px!important;
    font-weight: 500;
}
.all_custom_messages  .custom-check-new .checkmark:after 
{
    top: 1px;
    left: 3px;
    width: 5px;
    height: 8px;
}
.message-box-main 
{
    border: 1px solid #f1f1f1;
    background-color: #fff;
    width: 100%;
    padding: 25px 15px 25px 40px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
}
.message-box-main  label.custom-check-new 
{
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    max-width:190px;
}
.message-box-main .custom-check-new .checkmark 
{
    top: 2px;
    left: -25px;
}
.message-box-main span.time-message {
    position: absolute;
    font-size: 12px;
    color: #AAAAAA;
    right: 15px;
    top: 27px;
}
.message-box-main p {
    color: #585858;
    font-size: 14px;
    margin: 0;
}
.custom_right.right_submissions_button {
    padding-top: 20px;
}
.message-box-main.active {
    background-color: #006FFF;
}
.message-box-main.active label.custom-check-new, .message-box-main.active p, .message-box-main.active .time-message {
    color: #fff;
}

element.style {
}
.message-box-main .custom-check-new .checkmark {
    top: 2px;
    left: -25px;
}
.all_custom_messages .message-box-main.active .custom-check-new .checkmark 
{
    border-color: #fff;
}
.message-box-main-top {
    width: 100%;
    max-height: 1024px;
    overflow-y: auto;
    margin-top: 30px;
}
.message-box-main.active .time-message {
    opacity: 0.5;
}
.right_down_custom_message button.btn.btn-default:hover,.right_down_custom_message button.btn.btn-default:focus
{
    border: 1px solid #006FFF!important;	
}
.right_down_custom_message .row 
{
    justify-content: flex-end;
}
.middle_single_custom_message 
{
    padding: 20px 20px;
}
.middle_single_custom_message h2 {
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 35px;
}
.middle_single_custom_message_inner label {
     background-color: #E7E7E7;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 5px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.middle_single_custom_message_inner label span {
    color: #FF0000;
    margin-left: 5px;
}
.middle_single_custom_message_inner p {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}
.middle_single_custom_message_inner p span {
    color: #AAAAAA;
    font-weight: 500;
	cursor:pointer;
}
.middle_single_custom_message_inner p span img 
{
    margin: 0px 10px;
}
.middle_single_custom_message_inner p a {
    color: #006FFF;
    font-weight: 600;
}
.top_single_custom_message:after {
    content: "";
    background-image: url(../images/Line-4.png);
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    bottom: 0;
}
.right_down_custom_message ul.dropdown-menu.show 
{
    background-color: #fff;
    box-shadow: 0px 5px 15px -2px rgb(0 0 0 / 25%);
    width: 100%;
    padding: 25px 20px;
    border-radius: 0px 0px 10px 10px;
    max-width: 300px;
}
.drop-down-toggle-main {
    display: flex;
    flex-wrap: wrap;
}
.drop-down-toggle-main .dropdown-item-img {
    max-width: 15%;
    flex: 0 0 15%;
    padding-right: 15px;
    display: flex;
    align-items: flex-start;
}
.dropdown-item-content p {
    font-size: 14px;
    color: #585858;
    line-height:15px;
}
.default_toggle_menu a {
    border-radius: 5px;
}
.default_toggle_menu a:first-child 
{
    margin-right: 10px;
}
.right_down_custom_message ul.dropdown-menu li 
{
padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}
.right_down_custom_message ul.dropdown-menu li:first-child:after 
{
    content: "";
    background-image: url(../images/Line-4.png);
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    bottom: 0;
}
li.downloading_all_new a {
    padding: 10px 20px 10px 20px!important;
    border-radius: 7px!important;
    box-shadow: none;
    background-color: #006FFF!important;
    border-color: #006FFF!important;
    width: 100%;
    display: block;
    color: rgba(255,255,255,0.8);
    text-align: center;
    letter-spacing: 1px;
}
.right_down_custom_message ul li.downloading_all_new {
    margin: 0px;
    padding: 0px;
}
.right_down_custom_message button.btn.btn-default[aria-expanded="true"] {
    border-radius: 10px 10px 0px 0px;
	    background-image: url(https://bridgewaterbookkeepingservices.com/assets/images/down-nw-Reversed.png);
}
.navbar-expand-lg .navbar-nav .dropdown-menu-right a.dropdown-item.has-icon.text-danger 
{
    color: #FB41C3!important;
    align-items: center;
    display: flex;
}

body .dropdown-item:focus, body .dropdown-item:hover 
{
    background-color: transparent!important;
    color: inherit!important;
}

@media (min-width:1500px)
{

div#forms-table_filter 
{
    min-width: 315px!important;
    float: right;
}

}

@media (max-width:1340px)
{
.form_value_main .new_tble-nw tr td a 
{
    margin: 0px 1px;
}
.top_single_custom_message .current-date 
{
    padding: 6px 22px;
	font-size: 13px;
}
.right_down_custom_message button.btn.btn-default 
{
    padding: 7px 25px 7px 15px;
    font-size: 13px;
}
.top_single_custom_message 
{
    margin: 0px 15px;
    margin-bottom: 20px;
}
.right_down_custom_message a 
{
    padding: 7px 15px;
    font-size: 13px;
}
.middle_single_custom_message {
    padding: 20px 15px;
}
.all_custom_messages .all_custom_messages_top .row:first-child .custom-check-new .checkmark {
    left: 10px;
}
}
@media (min-width:1200px)
{
section.section.app-blade-tpr .container 
{
    max-width: 1300px;
}	
} 

@media (max-width:1199px)
{
section.section.app-blade-tpr .container.mt-5 
{
    max-width: 100%;
}
.inner-packages 
{
    min-height: 590px;
}

.main-content.form_value_main table#forms-table tr td, .main-content.form_value_main table#forms-table tr th 
{
    white-space: nowrap;
}
.col-lg-6.custom_right.right_submissions_button 
{
    max-width: 60%;
    flex: 0 0 60%;
}
.col-lg-6.custom_left.all_submissions_title {
    max-width: 40%;
    flex: 0 0 40%;
}
.table-responsive.new_tble-nw table.table td 
{
    white-space: nowrap;
}

.table-responsive.new_tble-nw table.table 
{
    display: block;
    overflow-x: auto;
}
.card.card-statistic-1 .card-body, .card.card-statistic-2 .card-body,.card.card-statistic-2.progress_line .card-header h4 
{
    font-size: 25px;
}	
.card.card-statistic-1 .card-header h4, .card.card-statistic-2 .card-header h4,.card.card-statistic-2.progress_line .card-body 
{
    font-size: 12px;
}
.righer_img img 
{
    max-width: 110px;
}
}
@media (max-width:1024px)
{
.navbar 
{
    padding-left:15px;
}
body.sidebar-gone .main-sidebar 
{
    left: -322px;
}
.card .card-header 
{
    padding: 15px 15px;
}
.card .card-header, .card .card-body, .card .card-footer 
{
    padding: 20px 15px;
}
.card.card-statistic-2 .card-icon 
{
    margin: 25px 25px 0 15px;
}
img.wtr_dotts 
{
    right: 15px;
}

.card.card-statistic-2.progress_line .progress {
    margin: 0px 15px 0;
}
.card.card-statistic-1 .card-header, .card.card-statistic-2 .card-header {
    padding-top: 37px;
}
.inner-fm h4 {
    font-size: 21px;
}

}

@media (max-width:992px)
{
.section-body.create_fm.multi_form h4 
{
    padding: 0 0 25px!important;
    font-size: 25px;
    margin: 25px 0px;
}
.section-body.create_fm.multi_form 
{
    padding: 20px 15px;
}
.app-blade-tpr-inner .card.card-primary .card-header h2 {
    font-size: 32px;
    line-height: 40px;
}
.app-blade-tpr-inner .card.card-primary 
{
    padding: 0px 15px 15px;
}
.inner-packages 
{
    min-height:inherit;
}
.account_settings_new form.form-horizontal {
    padding: 30px 20px;
}
.account-setting-main-bottom.standard-package-main .account-setting-standard-package 
{
    max-width: 47%;
    flex: 0 0 47%;
}
.dashboard-top-main .col-lg-4.col-md-4.col-sm-12 
{
    flex:0 0 50%;
    max-width:50%;
}
.dashboard-top-main .inner-fm 
{
    min-height: 165px;
}

.card-body.new_card_body.new_tble-nw 
{
    padding: 0;
}
.account-setting-main-bottom .col-sm-4 
{
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 30px;
}
.account-setting-main-bottom .col-sm-4:last-child
{
 margin-bottom:0px;	
}
}
@media (min-width:768px) and (max-width:992px)
{
.form-builder-main .ui-tabs .ui-tabs-panel .form-wrap.form-builder .frmb 
{
    padding: 20px 15px;
}
.form-builder-main .ui-tabs .ui-tabs-panel .form-wrap.form-builder .cb-wrap .frmb-control li 
{
    display: block;
    text-align: center;
}
.form-wrap.form-builder .frmb-control li::before 
{
    margin: 0 auto!important;
    display: block;
}
.form-builder-main .ui-tabs .ui-tabs-panel .form-wrap.form-builder .cb-wrap .frmb-control li span 
{
    font-size: 12px;
}
.card-body.new_card_body.new_tble-nw table tr td 
{
    white-space: nowrap;
}
.card-body.new_card_body.new_tble-nw table 
{
    display: block;
    overflow-x: auto;
}
.card-body.new_card_body.new_tble-nw.form_templates_new table 
{
    display: table;
}

}
@media (min-width:768px)
{
img.form_logo_main_img.mobile_view 
{
    display: none;
}	
}
@media (max-width:767px)
{
.inbox_value_main tbody tr td
 {
	 white-space:nowrap;
 }
.inbox_value_main .col-sm-3
 {
   -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	padding: 0px!important;
 }
 .inbox_value_main .col-sm-9
 {
   -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	padding: 0px!important;
 }	
.main-divs_new 
{
    display: block;
    text-align: center;
}
body .form-wrap.form-builder .frmb .field-label 
{
    line-height: 25px;
}
.form-builder-main .card-body .ui-widget-header li.ui-state-default.ui-corner-top 
{
    margin-bottom: 5px;
}
.form-builder-main .card-body .ui-widget-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	    max-width:100%!important;
    flex: 0 0 100%!important;
}
.form-builder-main .form-wrap.form-builder .frmb-control li::before 
{
height: 38px;
margin: 0;
background-size: 100% 100%;
font-size: 20px;
}
.form-field.editing label.field-label {
    font-size: 22px!important;
}
.form-wrap.form-builder .frmb-control li::before {
    font-size: 25px;
}
.form-builder-main .ui-tabs .ui-tabs-panel .form-wrap.form-builder .cb-wrap .frmb-control li 
{
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-group-text, select.form-control:not([size]):not([multiple]), .form-control:not(.form-control-sm):not(.form-control-lg) 
{
    height:auto!important;
}
.form-builder-main .ui-tabs .ui-tabs-panel .form-wrap.form-builder .cb-wrap .frmb-control 
{
    padding: 20px 15px;
}
.form-builder-main .ui-tabs .ui-tabs-panel .form-wrap.form-builder .frmb 
{
    padding: 20px 0px;
}
.form-builder-main .form-field h1, .form-field.editing label.field-label 
{
    font-size:18px!important;
}
.form-builder-main .form-field 
{
    padding: 10px 15px!important;
}
.app-blade-tpr-inner .card.card-primary .card-header h2 {
    font-size: 25px;
    line-height: 30px;
}
section.section.app-blade-tpr .container.mt-5 {
    max-width: 100%;
    margin: 0!important;
    width: 100% !important;
}
.col-6 {
        max-width: 100% !important;
    }
.simple-footer.have_an_accnt {
    margin: 20px 0px 0px;
}

.app-blade-tpr-inner .card.card-primary .card-header-logo {
    text-align: center;
}
.app-blade-tpr-inner .card.card-primary {
    padding: 50px 15px 15px;
}
section.section.app-blade-tpr .row .app-blade-tpr-inner {
    padding: 0px;
}
section.section.app-blade-tpr .row {
    flex-direction: column-reverse;
}
.inner-login_imgr 
{
    padding: 50px 0px 50px 40px;
    min-height: inherit;
}
.card-body.account_settings_new button.btn.btn-primary.col-sm-2 {
    float: none;
    min-width: inherit;
    margin: 20px 0 10px;
}
h5.user_name_settings {
    margin: 0 auto 25px;
    width: 150px;
    height: 150px;
    font-size: 16px;
}
.main-content.account_setting_page_main .section .section-header .section-header-breadcrumb {
    margin-top: 15px;
    justify-content: center;
}
.main-content.account_setting_page_main .section-header-inner-setting {
    display: block;
    text-align: center;
}	
.nav_tabs_main .nav-tabs 
{
display: flex;
    justify-content: center;
}
.nav_tabs_main li.nav-item a 
{
    padding: 10px 10px;
}
.account-setting_main_same.form_subscription.cancel-account .edit-payment_details.view-billing-history a {
    padding: 11px 25px;
}
.account-setting_main_same.form_subscription.cancel-account .account-setting-main-bottom.standard-package-main {
    margin: 0;
}
.plan-type {
    margin: 20px 0px;
}
.inner-packages {
    padding: 20px 15px;
}
.edit-payment_details.view-billing-history {
    margin-top: 20px;
}
.account-setting-main-bottom h2 
{
    font-size: 25px;
}
.account-setting-main-top 
{
    padding: 30px 15px 20px;
}
.edit-payment_details a{
    padding: 10px 20px;
}
.edit-payment_details.add_users a {
    padding: 10px 35px;
}
.account-setting-main-bottom 
{
    padding: 30px 15px 30px;
}
.card-body.account_settings_new 
{
    padding: 0;
}
.standard-package-main 
{
    display: block;
}
.account-setting-main-bottom .col-sm-4 
{
    max-width: 100%;
    flex: 0 0 100%;
}
.account-setting-main-bottom.standard-package-main .account-setting-standard-package 
{
    max-width:100%;
    flex: 0 0 100%;
}
.form_logo_main img 
{
    height:314px;
	object-fit: contain;
}
.section-body.create_fm .form_logo_main input.form-control 
{
    min-height:314px;
}
img.form_logo_main_img.desktop_view
{
 display: none;	
}
div#subscription_plans-table_wrapper .row {
    flex-direction: column-reverse;
}
div#subscription_plans-table_wrapper .col-sm-8, div#subscription_plans-table_wrapper .col-sm-4 {
    padding: 0;
}
div#subscription_plans-table_wrapper .dt-buttons.btn-group 
{
    display: flex;
    justify-content: center;
    margin: 15px 0 0 0;
}
table.table.table-flush.permission-table td .col-3.custom-control.custom-checkbox {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 5px 0px;
}
.dashboard-top-main .col-lg-4.col-md-4.col-sm-12 
{
    flex:0 0 100%;
    max-width:100%;
}
.col-lg-6.custom_right.right_submissions_button,.col-lg-6.custom_left.all_submissions_title 
{
    max-width:100%;
    flex: 0 0 100%;
}

.main-content.form_value_main .dataTables_scroll 
{
    margin: 0px;
}
.custom_left.all_submissions_title {
    text-align: center;
}
.form_value_main .new_tble-nw tr td a 
{
    font-size: inherit;
}
.form_value_main .new_tble-nw table td,.form_value_main .new_tble-nw table th 
{
    white-space: nowrap;
}

.col-lg-6.custom_right.right_submissions_button 
{
    display: block;
    text-align: center;
}
.custom_right.right_submissions_button a.btn.btn-default.btn-primary.btn-sm.no-corner.add_module 
{
    padding: 10px 20px 10px 20px!important;
    max-width: 240px;
    margin: 0px auto 20px;
    display: block;
}

.share_form_popup.invite_modal .next 
{
    padding: 15px 25px 15px 25px!important;
    min-width:inherit;
    margin-top: 15px;
    width: auto;
}
.share_form_popup .section-body.create_fm {
    height: 400px;
    overflow-y: auto;
}
.share_form_popup .form-group {
    margin-bottom: 15px;
}
.section-body.create_fm input.form-control, .section-body.create_fm .bootstrap-tagsinput,.share_form_popup button.btn.btn-default.dropdown-toggle.form-control 
{
    min-height: 50px;
    height: 50px!important;
}
.share_form_popup label.custom-check-new {
    margin-bottom: 10px;
}
.share_form_popup label {
    margin: 0 0 10px;
}
.invite_modal .modal-header {
    padding: 20px 0px;
    margin: 0px 15px;
}
.invite_modal .modal-body
{
    padding: 30px 15px 30px;
}
.form_templates_new div#forms-table_wrapper .col-sm-3 
{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}
.share_btn_new 
{
    font-size: 14px;
    padding: 10px 15px;
	min-width: initial;
}
.navbar_admin_top 
{
    width: 100%;
}
.share_btn_new a img 
{
    margin-right: 10px;
}
span.name-main 
{
    padding-left:5px;
}
.imgr_nmr .d-lg-inline-block 
{
    font-size: 14px;
}
.navbar .nav-link.nav-link-user .nick_name 
{
    width: 40px;
    height: 40px;
    max-width: 40px;
    flex: 0 0 40px;
    font-size: 14px;
}
.navbar .nav-link 
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
body .navbar .form-inline 
{
    margin-right: auto;
    margin-left: 0;
    width: 7%;
}
.navbar_admin_top 
{
    width: 93%;
}
.main-content 
{
    padding: 50px 15px 0;
}
.card 
{
    margin-bottom: 30px;
}
.inner-fm 
{
    margin-bottom: 30px;
}
.table-responsive.new_tble-nw table.table 
{
    display:table;
}

.card-body.new_card_body.new_tble-nw div#forms-table_wrapper .row 
{
    flex-direction: column-reverse;
}
.card-body.new_card_body.new_tble-nw div#forms-table_wrapper .row .col-sm-4,.card-body.new_card_body.new_tble-nw div#forms-table_wrapper .row .col-sm-8 
{
padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.card-body.new_card_body.new_tble-nw div#forms-table_wrapper .row .col-sm-4 label 
{
    margin-bottom: 15px;
}
.card-body.new_card_body.new_tble-nw div#forms-table_wrapper .row .col-sm-8 .dt-buttons.btn-group 
{
    justify-content: center;
}
.form_value_main .new_tble-nw tr td a 
{
    margin: 0px 2px;
    width: 35px;
    height: 35px;
}
.form_x_new th[title="Action"] 
{
    padding-left: 30px!important;
}
.message-box-main-top 
{
    margin-bottom: 30px;
}
.all_custom_messages .all_custom_messages_top .row:first-child .custom-check-new .checkmark 
{
    top: 0px;
}

.right_message_filter a.btn.btn-default 
{
    margin: 0 15px!important;
}
.right_message_filter 
{
    display: flex;
    align-items: center;
}
.top_single_custom_message .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
}
}

@media (max-width:540px)
{
.top_single_custom_message .row {
    justify-content: center;
}
.top_single_custom_message .row .col-lg-6:first-child {
    margin-bottom: 20px;
}
.top_single_custom_message .col-lg-6 
{
    max-width:100%;
    flex: 0 0 100%;
}
.form_logo_main img 
{
    height: 262px;
	    object-fit: fill;
}
.section-body.create_fm .form_logo_main input.form-control 
{
    min-height: 262px;
}
.section .section-header .section-header-breadcrumb .breadcrumb-item 
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 210px;
}
.signature canvas 
{
    width: 100%;
}
}



.form-builder-main .ui-tabs .ui-tabs-panel .form-wrap.form-builder .cb-wrap .frmb-control 
{
    padding: 20px 15px;
    background: #fff;
    border-radius: 14px;
}
.edit_email input[type="text"]
{
    background-color: #F5F7FB;
    border: 1px solid #E7E7E7;
    font-size: 14px;
    padding: 10px 15px;
}
.card-body.new_card_body.new_tble-nw.change_new_table tr td ul.action_blade_new 
{
padding: 15px;
min-width: 250px;
max-height: 200px;
overflow-y: auto;
}
.card-body.new_card_body.new_tble-nw.change_new_table tr td a 
{
    width: auto;
    font-size: 14px;
    color: #333333;
    text-align: center;
    height: auto;
    border: 0!important;
    padding: 0;
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.card-body.new_card_body.new_tble-nw.change_new_table tr td a i 
{
    border: 1px solid #E7E7E7!important;
    background-color: transparent!important;
    box-shadow: none!important;
    padding: 7px 11.5px;
    border-radius: 7px;
    color: #006FFF;
    max-width: 40px;
    flex: 0 0 40px;
    height: 40px;
    position: relative;
    line-height: inherit;
    margin-right: 10px!important;
}
.form_value_main .card-body.new_card_body.new_tble-nw.change_new_table tr td a:hover
{
    border:0px!important;
    color: #333333!important;
}
img.black_nw_dots_nwr 
{
    cursor: pointer;
}
.card-body.new_card_body.new_tble-nw.change_new_table tr td a.btn.btn-danger.delete-action 
{
    color: #FF0000;
}
.card-body.new_card_body.new_tble-nw.change_new_table tr td:last-child, .card-body.new_card_body.new_tble-nw.change_new_table tr th:last-child .dataTables_sizing 
{
    text-align: center!important;
}
.form-wrap.form-builder .frmb .form-elements input.fld-maxlength {
    width: 100%;
}
.preview_form a 
{
    color: #006FFF!important;
    font-size: 14px;
    font-weight: 600;
}
.main-divs_new ul#tabs 
{
    background: transparent;
    border: 0;
    padding: 0;
    max-width: 55%;
    flex: 0 0 55%;
}
ul.preview_form li 
{
    list-style-type: none;
}
ul.preview_form 
{
  padding:0px;
  margin:0px;
}
.form-builder-main .card-body .ui-widget-header li.ui-state-default.ui-corner-top {
    border: 0px;
    background: transparent;
    font-size: 16px;
    border-radius: 10px;
}
.iziToast-capsule 
{
    text-align: center;
}
.iziToast.iziToast-color-red 
{
    background: #FFE6E6!important;
    border: 1px solid #ff0000!important;
    box-shadow: none;
}
.iziToast>.iziToast-body .iziToast-texts {
    margin: 0px;
    padding-right: 0px;
}
.iziToast:after,.iziToast>.iziToast-progressbar
{
display:none;	
}
.iziToast-body p 
{
    color: #FF0000!important;
}

button.iziToast-close, i.iziToast-icon.ico-error.revealIn,.iziToast-body strong
{
    display: none;
}

.no_data_exists
{
	background-color: #fff;
	text-align: center;
	padding: 160px 15px;
} 
.inbox_value_main .new_tble-nw table
{
 border-collapse:separate;
 border-spacing:0 25px;	
}
.inbox_value_main .new_tble-nw tr td {
    vertical-align: middle;
}
.inbox_value_main .new_tble-nw tbody tr:after
{
display:none;	
}

.inbox_value_main .new_tble-nw tbody:before
{
display:none;	
}

@media (min-width: 576px)
{
.inbox_value_main .col-sm-3
 {
   -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
 }
 .inbox_value_main .col-sm-9
 {
   -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
 }	
}
.form_templates_new table tbody tr td:last-child 
{
    text-align: left!important;
}
.blue
{
	color: #006FFF!important;
}

.panel.panel-default.credit-card-box .panel-heading.display-table 
{
    background-color: #0071fe;
    color: #fff;
    display: block;
    text-align: center;
    padding: 20px 15px;
}

.panel.panel-default.credit-card-box .panel-heading.display-table .row.display-tr, .panel.panel-default.credit-card-box .panel-heading.display-table .row.display-tr h3.panel-title.display-td 
{
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
}

.panel.panel-default.credit-card-box .panel-body 
{
    padding: 25px;
}


.panel.panel-default.credit-card-box .form-control 
{
    background-color: #FDFDFE!important;
    border: 1px solid #E7E7E7;
    color: #AAAAAA;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 15px;
    height: 60px!important;
    box-shadow: none;
}


.panel.panel-default.credit-card-box button.btn.btn-primary.btn-lg.btn-block 
{
    padding: 20px 20px 20px 20px!important;
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px!important;
    box-shadow: none;
    background-color: #006FFF!important;
    border-color: #006FFF!important;
}
.panel.panel-default.credit-card-box button.btn.btn-primary.btn-lg.btn-block:focus
{
outline:0px;	
}
span#card-errors 
{
    margin: 20px 0px 0px!important;
    display: block;
    font-size: 18px!important;
}
body select.form-control.acress_fm 
{
    color: #AAAAAA!important;
}
.acress-fm-label a
{
 color: #006FFF!important;	
}
.edit_email 
{
    border: 1px solid #F5F7FB;
    border-radius: 7px;
    margin: 50px 0px 70px;
}
.edit_email p 
{
    color: #333333;
    border: 1px solid #F5F7FB;
    padding: 15px;
	position:relative;
}
.edit_email p img {
    position: absolute;
    cursor: pointer;
    right: 32px;
    top: 20px;
}
a.download_all_billing {
    background-color: #fff!important;
    color: #006FFF;
    border-color: #006FFF!important;
    font-size: 14px;
    padding: 11px 28px 11px 28px!important;
    font-weight: 500;
    border-radius: 10px;
    box-shadow: none!important;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
}
input.invoiceCheckBox {
    position: relative;
    top: 2px;
    margin-right: 5px;
}
td.invoiceStatus span 
{
    background-color: #e1f7f6;
    padding: 10px 20px;
    color: #04A09A;
    border: 1px solid #04A09A;
    border-radius: 7px;
    text-transform: capitalize;
}
.new_tble-nw tr td.invoice-plan 
{
    color: #8a8a8a!important;
}
.new_tble-nw tr td a.invoice-download {
    color: #006FFF;
    background-color: transparent;
    border: 0;
    text-decoration: underline;
    letter-spacing: 1px;
	    padding: 0;
}
.invoiceTable
{
 border-collapse:separate;
 border-spacing:0 25px;	
}
.invoiceTable tr:after
{
display:none;
}

.invoiceTable tr:first-child td:first-child
{
border-radius: 14px 0px 0px 14px;
}

.invoiceTable tr:first-child td:last-child 
{
    border-radius: 0px 14px 14px 0px;
}
.invoiceTable tbody:before
{
display:none!important;
}