/* 
.margin-btn button{
    margin:29px 0px;
}
.error-color{
    color:#fff !important;
}
.table-container{
    max-width: 640px;
}

.heading-container{
    width: 100%;
    background: #000873;
    padding: 10px;
    color: #fff;
    margin: 25px 0px;
}
.mt-10{
    margin-top:10px;
}
.button-add-more{
    width: 130px;
    margin: auto;
    padding: 4px;
}
.track-btn-content{
    text-align: right;
    margin: auto;
}
.p-10{
    padding: 10px;
}

.fc-event, .fc-h-event .fc-event-main{
    color:#fff;
}
.sidebar .sidebar-header{
    height: auto;
}
.logo{
    width: 100px;
}

.vendor-expense-contaner {
    max-height: 445px;
    overflow: hidden;
    overflow-y: scroll;
    transition: background-color .2s linear, opacity .2s linear;
}
 */
* {
    /*    --primary-font:'Montserrat', sans-serif;*/
    --primary-font: 'Roboto', sans-serif;

    --blue: #114569;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
select,
option,
input {
    font-family: var(--primary-font);
}

.daterangepicker .ranges li.active {
    background-color: #6571ff;
}

.form-input-design {
    border: 1px solid #e9ecef;
    border-radius: 0.25rem;
    color: #000;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.469rem 0.8rem;
    width: 100%;
    background-color: #e9ecef;
}

.auth-page .auth-side-wrapper {
    background: linear-gradient(-45deg, #ea4c89, #6571ff);
    background-size: 380% 330%;
    align-items: center;
    text-align: center;
}

.auth-logo {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}

.appointment-scheduled {
    border: 1px solid #72a03f;
    background-color: #fff;
}

.appointment-shown {
    border: 1px solid #72a03f;
    background-color:hsl(88.45deg 43.5% 43.73%)
}

.appointment-sold {
    background-color: #72a03f;
    border: 1px solid #72a03f;
}

.datepicker table td img,
.table td img {
    height: auto;
    width: 70px;
    border-radius: 0%;
}

div.card-img-top {
    text-align: center;
    min-height: 80px;
}

.card-img-top img {
    width: auto;
    max-width: 100%;
    max-height: 80px;
}

/* .fc-event {
    border: 3px solid;
    border-radius: 2px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 8px;
    white-space:normal;
} */

/* .fc-timegrid-event-harness{
    position: absolute;
    height: 100px;
    margin: auto;
    width: 94px;
    font-size: 12px;
    height: 56px;
} */

.fc-v-event .fc-event-main {
    color: #000 !important;
    /* bottom: 12px; */
}

.fc-event.appointment-scheduled {
    background: #fff !important;
}

/* .appointment-sold {} */
/* .appointment-shown {
    opacity: 0.25;
} */

td.dtfc-fixed-left,
th.dtfc-fixed-left {
    background: #fff;
    z-index: 1;
}

.input-group-append span {
    padding: 11px 8px;
}

.copied {
    background: #adadad;
    color: #fff;
}

.loader-content {
    position: absolute;
    z-index: 99999;
    overflow: hidden;
    bottom: 100px;
    right: 400px;
    display: none;
}

.chat-notification {
    top: 0px;
    left: 10px;
    padding: 3px 5px;
}

.notification-count {
    right: 0px;
}

#loader {
    display: none;
}

#loader p {
    position: absolute;
    top: 404px;
    /* overflow: hidden; */
    z-index: 99999;
    /* left: 100px; */
    text-align: center;
    color: #114569;
}

.site-container {
    width: 100%;
}

.site-container .navbar {
    height: 56px;
}

.logo {
    margin: -25px 72px;
}

.logo a img {
    width: 141px;
    padding: 9px 17px;
}

.servce-appt {
    border: 2px dotted #0e3b59 !important;
}

[aria-current="urllink"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #c2c0c0;
}

.set-checkbox {
    pointer-events: none;
    opacity: 0.5;
}

.ratings {
    margin-right: 10px;
}

.ratings i {
    color: #cecece;
    /* font-size:32px; */
}

.ratings i:hover {
    color:#00A91B !important;
    cursor: pointer;
    /* font-size:32px; */
}

.rating-color {
    color:#00A91B !important;
}

/* custom css here */
.no-shadow-card {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    border: none;
    background: #f9fafb;
}

.no-shadow-card .card-header,
.no-shadow-card .card-body {
    padding: 0;
    border: none;
    background: transparent;
}

.page-heading {
    color: var(--blue);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

.form-card .form-select,
.form-card .select2-selection,
.form-card input,
.form-card #copyActualButton,
.not-editable-table .dataTables_filter input {
    height: 50px;
    border-radius: 5px;
    border: 1px solid rgba(17, 69, 105, 0.12);
    display: flex;
    align-items: center;
    background-color: #fff;
}

.not-editable-table .dataTables_filter {
    margin-right: 4rem;
}

.not-editable-table .dataTables_filter input {
    padding: 8px;
    min-width: 150px;
    width: 100% !important;
}

.form-card .form-select,
.form-card .select2-selection span,
.form-card input,
.form-card #copyActualButton i {
    color: var(--blue) !important;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: normal;
}

.form-card #copyActualButton {
    font-weight: 600;
    /*background-color: var(--blue) !important;*/
    color: #114569 !important;
    justify-content: center;
}

.form-card #copyActualButton i {
    color: #114569 !important;
}

.form-card #copyActualButton:hover,
.form-card #copyActualButton:focus {
    background-color: var(--blue) !important;
    color: #fff !important;
}

.form-card #copyActualButton:hover i,
.form-card #copyActualButton:focus i {
    color: #fff !important;
}

.form-card #copyActualButton i {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    /*    color:var(--white) !important;*/
    font-weight: 400 !important;
    font-style: normal;
}

.form-card #copyActualButton .mdi-content-copy::before {
    font-size: 1.2rem;
}

.custom-card-box .d-flex {
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    height: 50px;
}

.custom-card-box .d-flex img {
    height: 34px;
}

.custom-card-heading h6 {
    color: #797979;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.14px;
    margin: 0;
     flex-basis: 40%;
}

.custom-card-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.custom-card-heading h4 {
    color: var(--blue);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    flex-basis: 50%;
}

.custom-card-box {
    border-radius: 15px;
    border: 0.5px solid rgba(17, 69, 105, 0.20);
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.custom-card-box .card-body {
    padding: 0px 1.5rem;
}

.card-radius {
    border-radius: 15px;
}

.card-font-big .card-body {
    padding: 0px;
}

.card-font-big h6 {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 4px;
}

.card-font-big h4 {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.card-light-blue {
    background: #6CF;
}

.card-dark-green {
    background: #3AB7B0;
}

.card-dark-blue {
    background: #0082D6;
}

.card-light-green2 {
    background: #02E2D6;
}

.table-value-switch label {
    color: #020202;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    opacity: 0.5;
    margin-right: 5px;
}

.table-value-switch .form-check-input {
    position: relative;
    float: none;
    margin-left: 0;
    background-color: #616161;
    background-image: url(./../images/white-circle.svg);
    width: 2.05rem;
}

.table-value-switch .form-check-input:checked {
    background-color: var(--blue);
    border-color: var(--blue);
}

.custom-data-table .dataTables_length label {
    color: var(--blue);
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 22px;
    display: flex;
    align-items: center;
}

.custom-data-table .dataTables_length select {
    color: var(--blue);
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    width: 60px !important;
    margin: 0 8px;
    height: 32px;
    border-radius: 5px;
    border: 1px solid rgba(17, 69, 105, 0.12);
    padding-inline: 8px;
}

.custom-data-table {
    overflow: auto;
    /* height: 80vh; */
}

.custom-data-table nav {
    position: sticky;
    bottom: -1px;
    background: #f9fafb;
}

.custom-data-table table thead {
    background: #DDE5EA;
    border-radius: 5px 5px 0px 0px;
    position: sticky;
    top: 0;
    z-index: 1;

}

.custom-data-table table thead th,
.table-fs-12 td,
.table-fs-12 th {
    color: #3A3A3A;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding: 18px;
    text-transform: capitalize;
}

.custom-data-table table thead th {
    text-align: center !important;
    padding: 0;
}

.custom-data-table table thead th,
.custom-data-table table td,
#activityTable_wrapper .dataTables_scrollHead .table tr th {
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
    text-wrap: balance;
    height: 53px;
    vertical-align: middle !important;
}

.custom-data-table table.dataTable>thead .sorting:before,
.custom-data-table table.dataTable>thead .sorting_asc:before {
    bottom: 1.2em;
    right: 0;
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.3rem;
    color: #6B6B6B;
    opacity: 1;
    display: none !important;
}

.toggle-order table th span:before {
    bottom: 0;
    right: -19px;
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.2rem;
    color: #6B6B6B;
    opacity: 1;
    position: absolute;
    top: -8px;
}

.toggle-order table th span:after {
    right: -19px;
    top: 4px;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.2rem;
    color: #6B6B6B;
    opacity: 1;
    position: absolute;
    display: none !important;
}

.custom-data-table .sorting,
.custom-data-table .sorting_disabled {
    border: none !important;
    background: #DDE5EA !important;
}

.toggle-order table th span {
    position: relative;
}

.custom-data-table table.dataTable>thead .sorting:after,
.custom-data-table table.dataTable>thead .sorting_asc:after {
    right: 1px;
    top: 1.7rem;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.2rem;
    color: #6B6B6B;
    opacity: 1;
    display: none !important;
}

.toggle-order table th:after,
.toggle-order table th:before {
    display: none !important;
}

.th-caps-table table th span {
    /*  text-transform: uppercase;*/
}

.dataTables_info,
.custom-data-table .small.text-muted {
    color: var(--blue) !important;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.paging_simple_numbers .pagination li,
.custom-data-table .pagination li {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 5px;
}

.paging_simple_numbers .pagination li .page-link,
.custom-data-table .pagination li .page-link {
    border-radius: 2px;
    border: 1px solid #D2D4D5;
    display: inline-flex;
    padding: 1px 7px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: var(--neutral-1, #FFF);
    color: #D4D4D4;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    width: 32px;
    height: 32px;
}

.custom-data-table .pagination li:first-child .page-link,
.custom-data-table .pagination li:last-child .page-link {
    font-size: 17px;
}

.paging_simple_numbers .pagination li.active,
.custom-data-table .pagination li.active {
    border: none !important;
}

.paging_simple_numbers .pagination li.active .page-link,
.custom-data-table .pagination li.active .page-link {
    color: var(--character-title-85, rgba(0, 0, 0, 0.85));

}

.paging_simple_numbers .paginate_button.page-item.previous a,
.paging_simple_numbers .paginate_button.page-item.next a {
    width: auto;
}

.custom-data-table table tbody td a,
.custom-data-table table tbody td input[type='text'],
.custom-data-table table tbody td {
    color: #020202;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /*    opacity: 0.7 !important;*/
    background: transparent;
    border: none !important;
    text-align: center;
    padding: 0;
}

.custom-data-table table thead th {
    padding-right: 5px !important;
}

.custom-data-table table tbody td {
    color: #020202;
    border-bottom: 1px solid #d4d5d6 !important;
}

.custom-data-table table tbody td span {
    padding: 0.469rem 0.8rem;
    display: block;
}

.custom-data-table table.dataTable.no-footer {
    border: 0.5px solid rgba(0, 0, 0, 0.15);
}

.custom-data-table .table th,
.custom-data-table .table td {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.15);
    border-top: 0.5px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 0px 5px;
}

.custom-editable-table table tbody td input[type='text'] {
    border-radius: 5px;
    border: 0.5px solid rgba(17, 69, 105, 0.20) !important;
    background: #fff !important;
    width: 92% !important;
}

.custom-editable-table table tbody td input:disabled {
    border-color: transparent !important;
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: #fff !important;
}

.custom-data-table .col-sm-12 {
    padding: 0 !important;
}

.custom-data-table table.dataTable tbody tr {
    background: #fff;
}

.flex-card-field {
    display: flex;
    gap: 2rem;
    align-items: center;
    border-radius: 15px;
    border: 0.5px solid rgba(17, 69, 105, 0.20);
    background: #FFF;
    padding: 15px;
}

.flex-card-field h4 {
    color: #797979;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.209px;
    letter-spacing: 0.24px;
}

.flex-card-field h5 {
    color: #797979;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.209px;
    letter-spacing: 0.16px;

}

.flex-card-field h5 i {
    color: #000;
}

.flex-card-field h6 {
    background: #114569;
    color: #114569;
    padding: 0.6rem 0.8rem;
    border-radius: 8px;
}
 

.flex-card-field .fa {
    color: #fff !important;
}

.toggle-order table .ratings i {
    font-size: 17px;
}

.toggle-order table .rating-color,
.toggle-order table .ratings i:hover {
    color: #00A91B !important;
}

.toggle-order table td {
    /* text-align: center;*/
}

.custom-data-table table .badge.badge-success {
    background: transparent;
    color: #020202;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.custom-data-table table svg {
    height: 18px !important;
    width: 18px;
    color: #000;
}

.custom-data-table table .badge.badge-success i {
    color: #00A91B !important;
    font-size: 17px;
}

.not-editable-table table tbody td {
    opacity: 1 !important;
}

.placeholder-icon-div {
    position: relative;
}

.placeholder-icon-div .placeholder-icon {
    position: absolute;
    left: 22px;
    top: 25%;
    color: #848482;
}

.placeholder-icon-div input {
    padding-left: 2.5rem;
}

.full-form-custom label,
.full-form-custom .vendor-contact p {
    color: #484848;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.full-form-custom input.form-control,
.full-form-custom select {
    border-radius: 3.768px;
    border: 0.5px solid #B6B6B6;

    height: 50px;
    padding: 12px;
}

.full-form-custom .form-check-label {
    color: #656565;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.full-form-custom .form-heading {

    border-top: 0.5px solid #B6B6B6;
    margin-top: 2rem;
    color: #484848;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 2rem;
    margin-bottom: 2rem;
}

.form-border {
    border-radius: 15px;
    border: 0.5px solid rgba(17, 69, 105, 0.20);
    background: #FFF;
}

.full-form-custom .create-contact {
    border: 1px solid #114569;
    display: inline-block;
    padding: 7px 10px;
    border-radius: 5px;
    font-weight: 600;
    background: #f9f9f9;
}

.custom-form-button a {
    font-size: 14px;
    font-weight: 500;
}

.custom-graph-card .card-title {
    color: #252525;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 110% */
    text-transform: capitalize;
}

.custom-graph-card .side-graph-info {
    display: flex;
    gap: 10px;
    align-items: center;
}

.custom-graph-card .side-graph-info p {
    color: #2D2D2D;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    width: 100%;
    text-align: left;
}

/*.big-width-table.custom-data-table table thead th, .big-width-table.custom-data-table table td{
        width: 130px !important;
    min-width: 130px !important;
    max-width: 130px !important;
 }*/

.head-flex {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.icon-table {
    display: flex;
    flex-wrap: wrap;
    width: 20px;
}

.icon-table i {
    width: 100%;
    margin-left: 0 !important;
}

.head-flex p {
    width: auto;
}

.no-wrap-c.custom-data-table table thead th {
    text-wrap: nowrap;
}

/*sidebar design*/
.sidebar.sky_blue_sidebar .sidebar-header {
    background: #3AB7B0;
    border-bottom: transparent;
    height: 90px;
}

.sidebar .sidebar-header .sidebar-brand .brand-logo {
    height: 45px;
}

.sidebar .sidebar-header .sidebar-toggler span {
    background: #fff;
}

.sidebar .sidebar-body .nav .nav-item .nav-link .link-title {
    font-size: 16px;
    font-weight: 300;
}

.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link {
    font-size: 14px;
}

.sidebar .sidebar-body .nav .nav-item .nav-link[aria-expanded=true] .link-title {
    font-weight: 500;
}

.sidebar .sidebar-body .nav .nav-item {
    margin-bottom: 1rem;
}

.sidebar .sidebar-body .nav.sub-menu {
    padding-bottom: 0;
    margin-top: 0.5rem;
}

.sidebar .sidebar-body .nav.sub-menu li {
    margin-bottom: 0.2rem;
}

.sidebar .sidebar-body .nav .nav-item .nav-link.active:before,
.sidebar .sidebar-body .nav .nav-item .nav-link:hover:before {
    border: 2px solid #3ab7b0 !important;
    outline: 2px solid #fff;
    background: #fff !important;
}

.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link:before,
.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link:hover:before {
    width: 8px;
    height: 8px;
}

.sidebar .sidebar-body .nav-item.nav-category {

    font-size: 16px;
    border-bottom: 1px dashed #fff;
    padding-bottom: 1.9rem;
    margin-bottom: 1rem;
}

.sidebar .sidebar-body .nav .nav-item.active .nav-link:before {
    /*    display: none;*/
}

.sidebar.light_blue_sidebar .sidebar-header {
    background: #66CCFF;
    border-bottom: transparent;
    height: 90px;
}

.big-table.custom-data-table table thead th,
.big-table.custom-data-table table td {
    width: 85px !important;
    min-width: 85px !important;
}

.custom-data-table table.dataTable tbody tr td:first-child {
    padding-left: 0px;
    text-align: center;
}

.custom-data-table .table td img {
    height: 83px !important;
    width: auto !important;
    object-fit: contain;
    padding: 5px;
}

.sidebar .sidebar-body .nav.sub-menu .nav-item:hover a:before {
    border: 2px solid #3ab7b0 !important;
    outline: 2px solid #fff;
    background: #fff !important;
}

/*calender page design */

.caleder-header-main {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.caleder-header-main h3 {
    color: #252525;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

.caleder-header-main p {
    color: #858585;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 0.5rem;
}



.caleder-header-main .dropdown .dropdown-menu {
    border-radius: 5px;
    border: 1px solid rgba(17, 69, 105, 0.12);
    background: #FFF;
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.08);
    width: 100%;
}

.caleder-header-main .dropdown .dropdown-menu li a {
    color: #114569;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0.5rem;
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;

}

.caleder-header-main .dropdown .dropdown-menu li:first-child a {
    border-bottom: 1px solid #E2E8ED;

}

.caleder-header-main .dropdown .dropdown-menu li a:active {
    color: #fff !important;
}

.info-div {
    color: #252525;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.857px;
    height: 59px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 0.5px solid rgba(17, 69, 105, 0.20);
    background: #FFF;
}

.text-circle {
    margin: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.text-circle p {
    color: #797979;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.solid-circle {
    width: 16px;
    height: 16px;
    border-radius: 23px;
    border: 1px solid #54AC68 !important;
    background: #FFF;
}

.dotted-circle {
    border: 2px dotted #0e3b59 !important;
}

.light-circle {
/*    background: rgba(84, 172, 104, 0.50) !important;*/
background: rgba(108, 217, 133, 0.50) !important;
}

.fill-circle {
/*    background: #54AC68 !important;*/
background: #6CD985 !important;
}

.border-info {
    height: 100%;
    border-radius: 5px;
    border: 0.5px solid rgba(17, 69, 105, 0.20) !important;
    background: #FFF;
    padding: 1rem 1.4rem;
    display: flex;
    align-items: center;
}

.border-info h3 {
    color: #252525;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.2px;
    letter-spacing: 0.14px;
}

.appoint-info {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.appoint-info h4 {
    color: #114569;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.appoint-info i {
    background: #114569;
    color: #fff;
    padding: 0.6rem;
    font-size: 0.8rem;
    border-radius: 5px;
}

.border-info .col-md-4 {
    border-right: 2px solid rgba(17, 69, 105, 0.50);
}

.border-info .col-md-4:last-child {
    border: none;
}

.custom-table-full-width .sorting_desc .fa-angle-down,
.custom-table-full-width .sorting_asc .fa-angle-up {
    opacity: 0.5;
}

.custom-table-full-width .fa-sort-asc,
.custom-table-full-width .fa-sort-desc,
.custom-table-full-width .fa-sort {
    display: none !important;
}

#eventCalendar .fc-button-group {
    border-radius: 5px;
    border: 1px solid rgba(17, 69, 105, 0.12);
    background: #FFF;
}

#eventCalendar .fc-prev-button {
    color: #114569;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 5px 0 0 5px;
    background: #FFF;
    border: none;
    border-right: 1px solid rgba(17, 69, 105, 0.12);
}

#eventCalendar .fc-today-button {
    color: #114569 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 1;
    text-transform: capitalize;
    border-left: 1px solid rgba(17, 69, 105, 0.12);
    background: #FFF;
    border-radius: 0;
    border: none;
}

#eventCalendar .fc-next-button {
    color: #114569;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 0px 5px 5px 0px;
    border: none;
    border-left: 1px solid rgba(17, 69, 105, 0.12);
    background: #FFF;
}

#eventCalendar .fc-dayGridMonth-button,
#eventCalendar .fc-timeGridWeek-button,
#eventCalendar .fc-timeGridDay-button,
#eventCalendar .fc-listMonth-button {
    border: none;
}

#eventCalendar .fc-button {
    padding: 11px 15px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    background: transparent;
    color: #bebebe;
    font-size: 1em;
    text-transform: capitalize;
}

#eventCalendar .fc-button.fc-button-active {
    color: #114569 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    background: transparent;
}

#eventCalendar .fc-toolbar-title {
    font-size: 1.45em;
    margin: 0;
    font-weight: 700;
        color: #252525;
}

#eventCalendar .fc-col-header-cell-cushion {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.857px;
    height: 80px;
    display: flex;
    align-items: center;
    left: 2rem;
    padding: 2rem;
    color: #252525;
}

#eventCalendar .fc-timegrid-slot {
    /* height: 130px;
    min-width: 150px; */
}

#eventCalendar .fc-timegrid-slot-label-cushion {
    font-size: 14px;
    font-weight: 700;
    /* line-height: 17.857px;
    height: 80px; */
    min-width: 90px;
    left: 2rem;
    padding: 1rem;
    color: #252525;
    text-align: left;
}

#eventCalendar .fc-view {
    background-color: #fff;
}

#eventCalendar .fc-timegrid-event-harness {
    /* width: 100%; */
}

#eventCalendar .fc-v-event .fc-event-main {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.857px;
    /* padding: 0.5rem; */
    color: #252525 !important;
}

#eventCalendar .fc-timegrid-event-harness>.fc-timegrid-event {
    position: relative;
    /* height: 100%;
    min-height: 130px; */
}

#eventCalendar .fc-timegrid-event-harness {
    /* height: auto; */
    background: transparent;
    /* margin: 0; */
/*    width:66px;*/
    /* width:112px; */

    /* left: 0 !important; */
}

#eventCalendar .fc-timegrid-event-harness-inset .service-appt {
    border-left: 5px solid #4ab662 !important; 
}

#eventCalendar .fc-timegrid-event-harness-inset .sales-appt{
    border: 1px solid #68cdff !important;
    border-left: 5px solid #66CCFF !important;
}
#eventCalendar .fc-timegrid-event-harness-inset .service-appt.appointment-sold {
     background: #6cd985;
}

.custom-more-link{
    width: 69px;
    background: none;
    height: 19px;
    line-height: 15px;
    cursor: pointer;
    margin-top: 110px;
        left: 50%;
}
.fc-timegrid-more-link{
    text-align: center;
    border-radius: 10px;
}
.flex-end{
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: flex-end;
}

.custom-table-full-width .dataTables_scrollBody .dataTable tr td.dataTables_empty,
#activityTable_wrapper .dataTables_scrollBody .table tr td.dataTables_empty{
text-align: center !important;
    vertical-align: middle !important;
}

.caleder-header-main .dropdown button, .common-button,.form-card #copyActualButton,.c-button-new {
    max-width: 205px;
    height: 40px;
    border-radius: 5px;
    background: #114569 !important;
    border-color: #114569 !important;
    font-size: 14px;
   color: #fff !important;
    width: 100%;
    box-shadow: none !important;
    transition: ease all 0.5s;
}
.form-card #copyActualButton  i{
     color: #fff !important;
}

.caleder-header-main .dropdown button:hover ,.caleder-header-main .dropdown button:focus ,
.common-button:hover, .common-button:focus,.form-card #copyActualButton:hover,.form-card #copyActualButton:focus,
.c-button-new:hover,.c-button-new:focus{
    background: #fff !important;
    border-color: #114569 !important;
    color: #114569 !important;

}
.form-card #copyActualButton:hover i, .form-card #copyActualButton:focus i,
.c-button-new:hover i,.c-button-new:focus i {
  color: #114569 !important;
}
.custom-form-button .dropdown-menu {
width: 100%;
}

.fc-timegrid-more-link-inner{
    top: 0;
    color: #000;
}

#eventCalendar .fc-timegrid-slot-minor{
    display: none;
}

#eventCalendar .fc-popover {
z-index: 1 !important;
}
#eventCalendar.fc .fc-view-harness{
    height: 580px !important;
    overflow-y: auto;
}
#eventCalendar.fc .fc-scroller{
    overflow: auto !important;
}

#eventCalendar .fc-popover .fc-popover-header{
background-color: #114569 !important;
    color: #fff !important;
    opacity: 1;
    font-weight: 400;
    font-size: 14px;
}
#eventCalendar .fc-popover .fc-popover-close{
    opacity: 1 !important;
}
#eventCalendar .fc-popover .appointment-scheduled{
    margin-bottom: 6px;
}

#eventCalendar .fc-scrollgrid-section-sticky>*{
    border-radius: 15px 15px 0 0;
}
#eventCalendar .fc-scrollgrid-section {
    border-radius: 15px;
}
#eventCalendar table.fc-scrollgrid,#eventCalendar .fc-view {
    border-radius: 15px;
}
#eventCalendar .fc-scrollgrid-section-body td:first-child{
     border-radius: 0 0 15px 15px;
}

#eventCalendar .rounded-circle{
        width: 6px;
    height: 6px;
        display: block;
}
.big-title{
    color: #252525; 
font-size: 24px !important; 
font-weight: 700 !important;
line-height: 22px !important; 
    text-transform: capitalize !important;
}
.box-shadow-list .list-group-item,.box-list-agent{
     background: #FFF;
    filter: drop-shadow(0px 6px 23px rgba(0, 0, 0, 0.05));
    border: none;
    margin-top: 1rem;
    padding: 1.2rem 1rem;
    border-radius: 10px;
}
.box-shadow-list .list-group-item h5{
    color: #858585; 
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22.2px;  
letter-spacing: 0.14px;
position: relative;
}
.box-shadow-list .list-group-item h5 span{
    color: #252525;
    display: block;
    font-weight: 500;
}
.box-shadow-list .list-group-item .appoint-info{
    width: 30%;
}
.active-border::before{
    content: "";
   background: #114569;
    position: absolute;
    height: 100%;
    width: 4px;
    left: -8px;
    border-radius: 7px; 
}
.team-sales-list .text-circle{
margin: 0;
    justify-content: center;
}

.team-sales-list .heading-small{
 color: #000;
text-align: center;  
font-size: 10px; 
font-weight: 500;
line-height: 17.857px; 
margin-bottom: 8px;
}
.team-sales-list h3{
    color: #797979;  
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 22px; 
    padding-left: 1rem;
}
.team-sales-list .col-md-8 .col-md-4{
    padding: 0;
    text-align: center;
}

.box-list-agent h6{
color: #252525;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.2px;
    letter-spacing: 0.14px;
    border-bottom: 1px solid #858585;
    padding-bottom: 0.8rem;
    margin-bottom: 2rem;
}
 
.agent-listing-color li{
        display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 0;
     border: none;
     margin-bottom: 10px;
}
.agent-listing-color li label{
 color: #252525;
    font-size: 13px;
    font-weight: 300;
    line-height: 17.857px;
    text-transform: capitalize;
    margin-left: 8px;
}
.agent-listing-color li  .rounded-circle{
   width: 16px !important;
   height: 16px !important;
}
.agent-listing-color li .form-check-input[type=checkbox]{
        border-color: #000;
    border-radius: 4px;
    width: 18px;
    height: 18px;
}
.agent-listing-color li .form-check-input:checked[type=checkbox]{
background-color: #fff;
background-image:url(../images/check.svg)
}
.badge-break{
    text-wrap: wrap;
    margin: 3px;
}
.close-icn {
    position: absolute;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background: #ff4948;
    width: 20px;
    text-align: center;
    top: -10px;
}

.fc-popover-body .sales-appt{
    border: 1px solid #66CCFF !important;
    border-left: 5px solid #66CCFF !important;
}
.fc-popover-body .service-appt{
    border-left: 5px solid #72a03f !important;
}

#eventCalendar .fc-daygrid-event-harness .sales-appt{
    border: 1px solid #66CCFF !important;
    border-left: 5px solid #66CCFF !important;
}

#eventCalendar .fc-daygrid-event-harness .service-appt{
    border-left: 5px solid #72a03f !important;
}
.custom-tooltop{
 background: #FFF;
    filter: drop-shadow(0px -4px 20px rgba(0, 0, 0, 0.15));
    position: absolute;
    left: 0;
    width: 100%;
     display: none; 
/*    padding: 0.8rem;*/
/*    max-width: 170px;*/
/*    border-radius: 0.4rem;*/
    top: 40px; 
    padding: 0.3rem; 
    border-radius: 5px; 
    text-align: center;
    background: #FFF;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.10));

    width: 80px;
    height: 29px; 
    padding-top: 8px;
}
.custom-tooltop:after {
    content: '';
    position: absolute;
    /* left: 35px; */
    left: 10px;
    top: -5px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    clear: both;
    transform: rotate(180deg);
}
.custom-tooltop h3{
    color: #171414; 
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.custom-tooltop h4{
    color: #000; 
font-size: 10px; 
font-weight: 600;
line-height: 17.857px; /* 178.571% */
}
.custom-tooltop ul li{
    color: #171414; 
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: normal;
}
.custom-tooltop ul {
    list-style: none;
    padding: 0;
    margin: 0;
/*    height: 148px;*/
/*    overflow: auto;*/
}


.custom-tooltop ul::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #D9D9D9;
}

.custom-tooltop ul::-webkit-scrollbar
{
    width: 3px;
    background-color: #D9D9D9;
}

.custom-tooltop ul::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #616161;
}

.custom-tooltop ul li{
    display: flex;
    gap: 1rem;
     justify-content: space-between;
    align-items: center;
    border-top: 1px solid #E2E2E2;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
}
.circle-div{
        display: flex;
    align-items: center;
}
.s-circle{
    width: 6px;
height: 6px;
border-radius: 50%;
    display: inline-block;
}

.m-circle{
    width: 14px;
height: 14px;
border-radius: 50%;
margin-left: 8px;
    display: inline-block;
}

#eventCalendar .fc-timegrid-event-harness>.fc-timegrid-event{
    visibility: visible;
        overflow: visible;
}

#eventCalendar .fc-timegrid-event-harness>.fc-timegrid-event:hover .custom-tooltop{
display: block;
}
.toggle-vis{
    padding: 19px;
    color: #114569;
    font-weight: bold;
    cursor: pointer;
}
.hide-column{
    text-decoration: line-through !important;
}





@media (min-width:1800px){
    #eventCalendar.fc .fc-view-harness {
        height: 80vh !important;
        overflow-y: auto;
    }
}


/*    */

.full-form-custom input.form-control, .full-form-custom select,.form-check-input[type=checkbox],
.modal .modal-body .form-control ,.modal .modal-body .form-select, .form-card .form-select,
 .form-card .select2-selection span, .form-card input,.form-card .select2-selection,
 #lineTabContent .form-control, #lineTabContent .picker, #lineTabContent .form-select,
#lineTabContent .select2-search__field{
    border-radius: 20px;
}

 #lineTabContent .custom-radius-filed .form-control{
border-radius: 20px 0px 0px 20px;
}
 #lineTabContent .custom-radius-filed .picker{
width: 39px;
    height: 39px;
        border-radius: 0px 20px 20px 0px;
 }
 .contacts{
    cursor: pointer;
 }

 
/* new css*/

 .sidebar .sidebar-body .nav .nav-item.nav-category {
    font-size: 14px;
    text-transform: capitalize; 
 }
 .custom-data-table table tbody td{
    background: #fff;
 }
 #activityTable_wrapper .dataTables_scrollBody .table tr td{
    vertical-align: middle !important;
 }

 .dataTables_length{
    margin-top: 1rem;
 }
 .custom-data-table table{
    word-wrap: break-word;
 }
 .custom-data-table table tbody td a.btn-outline-primary:hover svg,
  .custom-data-table table tbody td a.btn-outline-danger:hover svg{
color: #fff !important;

 }
  .custom-data-table table tbody td a.btn-outline-primary{
    box-shadow: none !important;
      
  }
  .custom-data-table table tbody td a.btn-outline-primary:hover{
    background: #114569 !important;
  }
    .custom-data-table table tbody td a.btn-outline-danger:hover,  
     .custom-data-table table tbody td a.btn-outline-danger:active{
    background: #f44336 !important;
  }
  .email-table tr td:nth-child(5),.email-table4 tr td:nth-child(4){
    text-transform: lowercase;
  }
 .contacts{
    cursor: pointer;
 }
 
#eventCalendar .fc-daygrid-event-harness .service-appt{
       border-color: #54AC68 !important;
}

#eventCalendar .fc-daygrid-event-harness .service-appt.appointment-scheduled,
#eventCalendar .fc-timegrid-event-harness-inset .service-appt.appointment-scheduled,
#eventCalendar .fc-list-sticky .service-appt.appointment-scheduled .fc-list-day,
#eventCalendar .fc-list-sticky .service-appt.appointment-scheduled {
border-color:#54ac68 !important;
background-color: #fff !important;
}
#eventCalendar .fc-list-sticky .service-appt.appointment-scheduled {
    border:2px solid #54ac68 !important;
}
#eventCalendar .fc-daygrid-event-harness .service-appt.appointment-shown,
#eventCalendar .fc-timegrid-event-harness-inset .service-appt.appointment-shown,
#eventCalendar .fc-list-sticky .service-appt.appointment-shown .fc-list-day,
#eventCalendar .fc-list-sticky .service-appt.appointment-shown{
border-color:#54ac68 !important;
background-color: #a6d3b1 !important;
}
#eventCalendar .fc-list-sticky .service-appt.appointment-shown {
    border:2px solid #54ac68 !important;
}
#eventCalendar .fc-daygrid-event-harness .service-appt.appointment-sold,
#eventCalendar .fc-timegrid-event-harness-inset .service-appt.appointment-sold,
#eventCalendar .fc-list-sticky .service-appt.appointment-sold .fc-list-day,
#eventCalendar .fc-list-sticky .service-appt.appointment-sold {
background-color: #6cd985 !important;
border-color:#54ac68 !important;
}
#eventCalendar .fc-list-sticky .service-appt.appointment-sold {
     border:2px solid #54ac68 !important;

}



#eventCalendar .fc-daygrid-event-harness .sales-appt{
       border-color: #66ccff !important;
}

#eventCalendar .fc-timegrid-event-harness-inset .sales-appt.appointment-scheduled,
#eventCalendar .fc-daygrid-event-harness .sales-appt.appointment-scheduled,
#eventCalendar .fc-list-sticky .sales-appt.appointment-scheduled ,
#eventCalendar .fc-list-sticky .sales-appt.appointment-scheduled .fc-list-day{
border-color:#66ccff !important;
background-color: #fff !important;
}
#eventCalendar .fc-list-sticky .sales-appt.appointment-scheduled,
#eventCalendar .fc-list-sticky .sales-appt.appointment-shown,
#eventCalendar .fc-list-sticky .sales-appt.appointment-sold{
     border:2px solid #66ccff !important;

}
#eventCalendar .fc-timegrid-event-harness-inset .sales-appt.appointment-shown,
#eventCalendar .fc-daygrid-event-harness .sales-appt.appointment-shown,
#eventCalendar .fc-list-sticky .sales-appt.appointment-shown,
#eventCalendar .fc-list-sticky .sales-appt.appointment-shown .fc-list-day{
border-color:#66ccff !important;
background-color: #afe3fd !important;
}
#eventCalendar .fc-timegrid-event-harness-inset .sales-appt.appointment-sold,
#eventCalendar .fc-daygrid-event-harness .sales-appt.appointment-sold,
#eventCalendar .fc-list-sticky .sales-appt.appointment-sold ,
#eventCalendar .fc-list-sticky .sales-appt.appointment-sold .fc-list-day
{
background-color: #66ccff !important;
border-color:#66ccff !important;
}


.daterangepicker .ranges li.active {
    background-color: #114569;
}

.custom-data-table .upload-invoice,.custom-data-table .upload-vendor-data,.custom-data-table .upload-vendor-notes,.custom-data-table .download-pdf-action, .custom-data-table .download-vendor-data-action,
.custom-data-table  .approved-expenses {
   background-color: #114569 !important;
   box-shadow: none !important;
}
.custom-data-table .upload-invoice svg,.custom-data-table .upload-vendor-data svg,.custom-data-table .upload-vendor-notes svg,
.custom-data-table  .approved-expenses svg,.custom-data-table .download-pdf-action svg, .custom-data-table .download-vendor-data-action svg{
color: #fff !important;;
}


.main-wrapper .page-wrapper .page-content{
    padding-bottom: 0;
}
 
 .loaded.overflow-hidden{
    overflow-y: auto !important;
 }

.monthly-expense-modal:hover,.monthly-expense-modal:focus{
   border-color: #114569 !important;
   color: #114569 !important;
   background: #fff  !important;
}

.fc-v-event .fc-event-main p{
    white-space: inherit;
}

 
#eventCalendar .fc-timegrid-event-harness:hover,
#eventCalendar .fc-timegrid-event:hover{
    /* z-index: 9 !important; */
}

#eventCalendar.fc .fc-list-event-dot{
    display: none;
}
.add-more-container .btn.btn-primary, .edit-contacts-btn .btn-outline-primary:hover,
.reset-contact:focus,.reset-contact:hover{
background: #114569 !important;
box-shadow: none !important;
}
.reset-contact:focus svg,.reset-contact:hover svg{
    color: #fff;
}
.reset-contact:focus,.reset-contact:hover{
    border-color: #114569 !important;
}
 
.edit-contacts-btn .btn, .update-contacts-btn .btn,.reset-contact,
.add-more-container .btn{
box-shadow: none !important;

}
.add-more-container .mb-3{
    text-align: center;
}

#vendor_contact_container table th{
    text-align: center;
}

.custom-table-full-width input{
    border-radius: 20px;
}


/*chat design */

.chat-leftsidebar{
    border-radius: 15px;
    border: 0.5px solid rgba(17, 69, 105, 0.20);
    background: #FFF !important;
}

.chat-leftsidebar .tab-pane h4{
    color: #252525 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 22px !important;
    text-transform: capitalize !important;
}

.chat-leftsidebar .search-box.chat-search-box .input-group{
    border: 0.5px solid #B6B6B6 !important; 
    border-radius: 20px !important;
    overflow: hidden;
    background: #fff !important;
}
.chat-leftsidebar .search-box.chat-search-box  .form-control{
    background: #fff !important;
}
.chat-leftsidebar .mb-3.px-3{
color: #114569 !important;
    font-weight: 700;
}

.chat-leftsidebar .chat-user-list .text-truncate{
    color: #000;
}
.chat-leftsidebar .chat-list li .chat-user-message{
        font-size: 14px;
    color: #797979;
    font-weight: 400;
}
.chat-leftsidebar .chat-list li .font-size-11{
        color: #0e3754;
    font-weight: 600;
}
.user-chat {
    box-shadow: none;
}
.user-chat #messages,.user-chat #group-messages{
    border: 0.5px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.user-chat #messages .border-bottom, .user-chat #group-messages .border-bottom{
    background: #DDE5EA;
    border-radius: 5px 5px 0px 0px;
    padding: 1rem !important;
}
.user-chat #messages .chat-input,.user-chat #group-messages .group-chat-input{
    background: #f9f9f9;
}
.user-chat #messages .emoji-picker-container, .user-chat #group-messages .emoji-picker-container{
    align-items: center !important;
    gap: 1rem;
}
.user-chat #messages .emoji-wysiwyg-editor,
.user-chat #group-messages .emoji-wysiwyg-editor{
    height: 46px;
    border: 0.5px solid #B6B6B6 !important; 
    border-radius: 20px !important;
    overflow: hidden;
    background: #fff !important;
    font-weight: 400 !important; 
    font-size: 14px !important;  
}
.user-chat #messages .emoji-picker-icon, .user-chat #messages  .waves-effect,
.user-chat #group-messages .border-bottom .nav-btn.user-group-show,
.user-chat #group-messages .emoji-picker-icon, .user-chat #group-messages  .waves-effect{
background: #114569 !important;
    color: #fff !important;
}
.chat-conversation .conversation-list .conversation-name {
    font-weight: 500;
    font-size: 12px;
}
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content{
        font-weight: 400;
    color: #000;
        background-color: #dde5ea !important;
}
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content:before {
    border: 5px solid transparent;
    border-top-color: #dde5ea;
    border-right-color: #dde5ea;
    bottom: -8px;
    border-left-color: transparent !important;
    border-top-color: #dde5ea !important;
}

.chat-conversation .conversation-list .ctext-wrap-content{
        background-color: #114569 !important;
}
.chat-conversation .conversation-list .ctext-wrap-content:before{
        border-left-color: #114569 !important;
    border-top-color: #114569 !important;
}
 

/*end here*/
.chat-leftsidebar{
overflow: hidden;
}
.calender-icon{
    position: relative;
}

.calender-icon img{
        position: absolute;
    height: 11px;
    right: 20px;
    top: 12px;
}
.custom-data-table table  .color-ff4948 , .custom-data-table table  .color-f5ec7b,
.custom-data-table table .color-c6e9ff{
    padding: 15px 30px;
}
.custom-data-table table  .color-ff4948 input{
    background: #ff4948 !important;
  
}
.custom-data-table table  .color-f5ec7b input{
    background: #f5ec7b !important;
  
}
.custom-data-table table .color-c6e9ff input{
    background: #c6e9ff !important;
    
}



/**/
 
div.wpforms-container-full{
        margin:3rem auto !important;
            margin-bottom:0 !important;
}
.right-half{
        margin:4rem auto !important;
}
#wpforms-form-19676 input, #wpforms-form-19676 select{
    max-width: 80%;
    margin: 0 auto;
        border-radius: 3px;
    font-size: 22px;
    box-shadow: none !important;
    color: #000000b3 !important;
}

#wpforms-form-19676 select{  
    padding-top: 2px;
}

#wpforms-form-19676 #wpforms-submit-19676 {
    background-color: #31ceff !important;
    color: #fff !important;
    border-radius: 3px;
    font-size: 22px;
    cursor: pointer;
    display: inline-block;
    padding: 12px 30px 15px;
    font-weight: 300;
    outline: none !important;
    border: none !important;
    height: auto;
    box-shadow: none !important;

}

.peremail{
    display: none;
}
.wp-block-columns.is-layout-flex.wp-container-core-columns-layout-1.wp-block-columns-is-layout-flex{
margin-bottom: 0 !important;
}
.wp-block-column .wp-block-code{
margin-top: 1rem;
}

@media (max-width:767px){
    #wpforms-form-19676 input, #wpforms-form-19676 select{
    max-width: 100%; 
    font-size: 17px;
}
div.wpforms-container-full{
        margin: 2rem auto !important;
            margin-bottom: 0 !important;
}
.right-half {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.peremail{
    display: block;
        padding-bottom: 2rem;
}
.wp-block-column .wp-block-code{
display: none;
}
body #post-18365 header h1 { 
    font-size: 1.6rem;
    line-height: 36px;
}
}

.wlwl_user_lucky .wlwl-frontend-result strong{
    font-size: 2rem;
    font-weight:600;
}

.wlwl_user_lucky .wlwl-frontend-result .cp-code strong{
    font-weight:600;
    font-size:18px; 
}

.required-color{
    color: red;
}

.help-container{
    width: 100%;
    display: flex;
}

.help-container a {
    margin-left: 10px;
    cursor: pointer;
}

.help-container a svg {
    width: 17px;
}

.size-16{
    width: 16px;
}
.help-icon{
    cursor: pointer;
}
.tracking-info-table {
    float: right;
}
.tracking-info-table tbody td {
    height: 31px;
}
.tracking-info-table thead th {
    height: 31px !important;
}
.resent-invite{
    cursor: pointer;
}
.box_design{
    gap: 1rem;
    justify-content: space-between;
}
.box_design h4{
    font-size: 16px; 
}
.box_design #expense_filter_form{
    min-width: 180px;
}

.box_design h6 {
    background:transparent !important;
    color: #114569;
    padding: 0.2rem 0.2rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}
.box_design h6 .fa {
    color: #114569 !important;
    font-size: 1.4rem;
}
.box_design h5 .fa{
    color: #114569 !important;
    font-size: 1rem;
}
.scroll-list{
    max-height: 400px;
    overflow: scroll;
}
.custom-link{
    text-decoration: underline;
    color: #114569;
    cursor: pointer;
}
 
.form-numbered-input {
    display: flex;
    align-items: center;
}
.form-numbered-input label {
    margin-right: 0.5rem;
    font-weight: bold;
    margin-bottom: 0;
}
.form-numbered-input input {
    flex-grow: 1;
}