/*
    Template: 		Provis
    Description: 	Main Style sheet
    Version: 		0.1
    Author: 		RealCube, Team Exalogic
*/

body {
    font-family: 'Tajawal', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    background-color: #f8f9fc;
    text-rendering: optimizeLegibility;
    font-kerning: normal;
    font-variant-ligatures: common-ligatures contextual;
    font-feature-settings: "kern", "liga", "clig", "calt";
}

body>#wrapper{
    margin: auto;
    overflow: hidden;
}

.modal{
    z-index:1051;
}
.font-12{
    font-size: 12px;
}
.font-14{
    font-size: 14px !important;
}
.font-16{
    font-size: 16px;
}
.d-table{
    display: table;
}

.d-table-cell{
    display: table-cell;
}
.btn-kh{
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 20px !important;
    color: white !important;
    background-color: #4D4A4D;
    padding: 10px 15px 6px 21px !important;
    position: relative;
}
.btn-kh-fw{
    font-weight: 600 !important;
    color: white !important;
    background-color: #4D4A4D;
    position: relative;
    padding: 1rem !important;
}
.btn-kh-fw.width-220{
    width:100%;
    margin-top: 0 !important;
}
.btn-kh-fw .material-icons{
    position: relative;
    color: #4AF0BF;
    font-size: 16px;
    top: 3px !important;
}
.btn-kh:before{
    content: "arrow_forward_ios";
    color: #4AF0BF;
    font-family: 'Material Icons';
    position: absolute;
    left: 5px;
    top: 7px;
    height: 83%;
}
.swal2-styled.swal2-confirm {
    border-radius: 0 !important;
    color: black !important;
    background-color: #CCDC00 !important;
    font-weight: 400 !important;
    border-color: #CCDC00 !important;
    transition: all 0.2s ease !important;
    background: linear-gradient(to right, #CCDC00, #CCDC00) !important;
}
.swal2-styled.swal2-confirm:hover {
    color: #fff !important;
    background-color: #CCDC00 !important;
    border-color: #CCDC00 !important;
    background: linear-gradient(to right, #CCDC00, #CCDC00) !important;
}
.swal2-styled.swal2-cancel {
    border: 1px solid !important;
    background-color: transparent !important;
    color: #858796 !important;
    border-color: #858796 !important;
    border-radius: 0 !important;
    padding: .75rem 1.5rem !important;
    font-size: 1rem !important;
    line-height: 1rem !important;
    font-weight: 400 !important;
}
.swal2-styled.swal2-cancel:hover {
    color: #fff !important;
    background-color: #858796 !important;
    border-color: #858796 !important;
}
.package-main .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width:180px;
}
.package-main .bootstrap-select .dropdown-toggle:after{
    width: 11px;
    height: 11px;
    top: calc(50% - 6px);
}
.package-main .bootstrap-select.show .dropdown-toggle:after{
    width: 11px;
    height: 11px;
    top: calc(50% - 3px);
}
.package-main .bootstrap-select .btn.dropdown-toggle{
    height: 40px !important;
}
.maintenance-row{
    width: 180px;
    margin: auto;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    text-rendering: optimizeLegibility;
    ms-font-feature-settings:'liga'
}

.max-1000{
    max-width: 1000px;
}

.table-line td .ti {
    font-size: 16px;
}
.no-wrap{
    white-space: nowrap;
}
.tr-link td {
    cursor: pointer;
}

.email-read{
    background-color: rgba(246, 246, 244, 0.5);
}
.email-subject{
    font-weight: 600;
}
.email-read .email-subject{
    font-weight: 300;
}

p.light {
    color: #333333;
    font-size: 24px;
    letter-spacing: -0.92px;
    line-height: 35px;
    text-align: center;
}

.card .view-txt {
    position: absolute;
    right: 15px;
    top: -10px;
}

.payment-card{
    min-height: 150px;
}
.card .text-f14 {
    font-size: 14px;
    color: #333333;
}

.card .text-f12 {
    font-size: 12px;
    color: #333333;
}

#content {
    position: relative;
}

.site-logo {
    width:190px;
}

a,
.linkPop {
    font-size: 1rem;
    font-weight: bold;
    color: #030303;
    cursor: pointer;
    letter-spacing: 0;
}

.linkPop {
    font-size: 1rem !important;
    font-weight: bold !important;
    color: #CCDC00 !important;
    cursor: pointer;
}

a:focus,
a:hover,
a:active,
.linkPop:hover {
    font-size: 1rem;
    font-weight: bold;
    color: #CCDC00;
    text-decoration: underline;
}

a.a-dark-bg {
    height: 25px;
    width: 133px;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: -1.23px;
    line-height: 25px;
    font-weight: 500;
}

a.a-dark-bg:hover,
a.a-dark-bg:focus,
a.a-dark-bg:active {
    font-size: 1rem;
    color: #ffffff;
    text-decoration: underline;
}

a.btn:focus,
a.btn:active {
    color: #f0f0f0f0;
    text-decoration: none;
    font-weight: 400;
}

.text-primary {
    color: #65003c !important;
}

.text-secondary {
    color: #403F45 !important;
}

.pr-7,
.px-7 {
    padding-right: 7rem !important;
}

star,
.text-danger {
    color: #FF2A2A;
}
.ptncdiv{
    height: 350px;
    overflow: hidden;
    overflow-y:auto;
    padding: 10px;
    border: 1px solid #E3E2DD;
}
.error {
    color: #FF2A2A;
}
.form-error .error {
    color: #FFFFFF;
    text-align: left;
}

.btn {
    border-radius: 0;
    padding: .75rem 1.5rem;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
}

.btn-sm {
    padding: 0.5rem .75rem .25rem;
    line-height: 1.25rem;
}

.btn:focus,
.btn:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.bg-highlight {
    background-color: #E3E2DD;
}

.bg-light {
    background-color: rgba(225, 224, 0, 0.03) !important;
}

.btn-primary {
    color: black;
    background-color: #CCDC00;
    font-weight: 400 !important;
    border-color: #CCDC00;
    transition: all 0.2s ease;
    background: linear-gradient(to right, #CCDC00, #CCDC00);
}

.btn-primary:hover,
.btn-primary:active {
    color: #fff;
    background-color: #CCDC00 !important;
    border-color: #CCDC00 !important;
    background: linear-gradient(to right, #CCDC00, #CCDC00) !important;
}

.btn-primary:disabled {
    color: #fff;
    background: linear-gradient(to right, #CCDC00, #CCDC00) !important;
    border-color: #CCDC00 !important;
    opacity: 0.5;
}

.btn-secondary,
a.btn-secondary {
    color: #403F45;
    background-color: #ffffff;
    border: 1px solid #403F45;
    transition: all 0.2s ease !important;
    border-radius: 0 !important;
    font-weight: 400 !important;
}

.btn-secondary.btn-bg-dark {
    color: #ffffff !important;
    background-color: transparent !important;
    border: 1px solid #ffffff;
    transition: all 0.2s ease;
    font-weight: 600;
}

.btn-secondary.btn-bg-dark:hover {
    color: #333333 !important;
    background-color: #CCDC00 !important;
    border: 1px solid #ffffff;
    transition: all 0.2s ease;
    font-weight: 600;
    box-shadow: none;
    text-shadow: none;
}

.login-copyright {
    margin-top: 100px;
}

.btn-transparent {
    color: #333333;
    background-color: transparent;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
    color: #4D4D4D;
    background-color: transparent;
    border: 1px solid transparent;
    transition: all 0.2s ease;
    outline: none !important;
}

.btn-highlight {
    color: #333333;
    background-color: #CCDC00;
    border: 1px solid;
    border-radius: 0;
    font-weight: 600;
}

.btn-highlight:hover {
    color: #ffffff;
    background-color: #CCDC00;
    border: 1px solid #CCDC00;
}

a.btn-secondary:hover {
    color: #ffffff;
    background: #CCDC00;
    border: 1px solid #CCDC00;
    border-radius: 0;
    font-weight: 400;
}

.btn-secondary.active {
    color: #ffffff;
    background: #CCDC00 !important;
    border: 1px solid #CCDC00;
    border-radius: 0;
    font-weight: 400;
}

.btn-secondary:hover {
    color: white !important;
    /*background: #403F45 !important;*/
    background-color:black!important;
    border: 1px solid black !important;
}

.btn-secondary.dropdown-toggle {
    padding: 8px 20px 6px;
    background: white !important;
    border: 1px solid #403F45 !important;
    color: #403F45 !important;
}

.btn-secondary.dropdown-toggle::after {
    content: '';
    border: none;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    margin-left: .255em;
    vertical-align: .255em;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}

.btn-secondary.dropdown-toggle:hover::after {
    border-color: #ffffff;
}

.btn-secondary-outline {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.btn-secondary-outline:hover {
    font-weight: 600;
    color: #FFFFFF;
}

.btn-secondary-outline.disabled {
    border: 1px solid #34343E;
    color: black;
}
.btn-secondary-outline.disabled:hover {
    font-weight: 600;
    color: rgba(255,255,255,0.4);
}

.btn-secondary-outline-dark {
    border: 1px solid #333333;
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

/*.btn-secondary-outline-dark:hover {
    font-weight: 600;
    color: #333333;
}*/

.btn-help{
    color: white;
    font-weight: 700;
    background: transparent;
    border-radius: 50%;
    font-size: 14px;
    border: 1px solid;
    width: 18px;
    height: 18px;
    position: absolute;
    right: -15px;
    top: 14px;
    line-height: 22px;
    text-align: center;
    padding: 0;
}
.btn-help-normal{
    color:white;
    font-weight: 700;
    background-color:black;
    border-radius: 50%;
    font-size: 10px;
    width: 15px;
    height: 15px;
    padding: 0 0;
    margin-top: -20px;
}
.btn-help-normal:hover{
    color: #FFFFFF;
}
.dropdown-item {
    cursor: pointer;
}
.popover{
    background: transparent;
}
.popover-body {
    padding: .5rem .75rem;
    background: rgba(0, 0, 0, 0.75);
    color: white;
}
.bs-popover-right>.arrow::after {
    border-right-color: rgba(0, 0, 0, 0.75);
}
.bs-popover-top>.arrow::after {
    border-top-color: rgba(0, 0, 0, 0.75);
}

.table-line .dropdown-menu {
    background-color: #FFFFFF;
    -webkit-font-smoothing: subpixel-antialiased;
    box-shadow: 0 2px 12px 0 rgba(186, 186, 186, 0.5);
    padding: 10px 0;
}

.table-line .dropdown-menu .dropdown-item {
    padding: 5px 10px;
}

.dashboard-dropdown .dropdown-menu{
    padding:0;
}

.dashboard-dropdown .dropdown-menu .dropdown-item{
    padding-top: 9px;
    padding-bottom: 5px;
}

.table-lesspadding td {
    padding: 5px;
    white-space: nowrap;
}

.table-borderless td {
    color: #333333
}

.form-register .steps li.done a .step-icon,
.form-register .steps li.done a:active .step-icon {
    opacity: 1 !important;
}

.form-register .steps li,
.form-register .steps li.current {
    padding: 15px 0;
}

.wizard .content section{
    padding: 25px;
}
.maintenance-image {
    position: relative;
    height: 247px;
    overflow: hidden;
}

.maintenance-image:after {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    position: absolute;
}

.maintenance-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.maintenance-content {
    z-index: 10;
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: Bold;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
    line-height: 30px;
}

/* Bootstrap Select */

.bootstrap-select .btn.dropdown-toggle:active,
.bootstrap-select .btn.dropdown-toggle {
    background: white;
    border-radius: 0;
    height: 3rem;
    padding: .7rem 1rem 0.3rem;
    border: 1px solid #E3E2DD;
    color: #333333;
}

.bootstrap-select .dropdown-toggle:after, .custom-arr:after {
    content: "";
    border: none;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    position: absolute;
    right: 17px;
    top: calc(43% - 8px);
    transition: all 0.2s ease;
}

.bootstrap-select.show .dropdown-toggle:after {
    content: "";
    border: none;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    width: 14px;
    height: 14px;
    transform: rotate(225deg);
    position: absolute;
    right: 17px;
    top: calc(50% - 5px);
}

.bootstrap-select .filter-option-inner-inner {
    line-height: 20px;
}

.bootstrap-select .dropdown-item {
    padding-top: 10px;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    color: #333;
    text-decoration: none;
    background-color: rgba(227, 226, 221, .31) !important;
}

.bootstrap-select .dropdown-item:hover {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    background: rgba(225, 224, 0, 0.03);
}

.bootstrap-select .bootstrap-select .no-results {
    background: rgba(225, 224, 0, 0.03);
}

.sr-covers-div {
    border-top: 1px solid rgba(186, 186, 186, 0.2);
}

.mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff78;
    z-index: 99999999999;
    cursor: not-allowed;
}


.spinner {
    animation: rotator 1.4s linear infinite;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(100vh * 0.5 - 30px);
}



.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

#prp_table td {
    padding: 15px;
}

[data-toggle="collapse"] .noCollapse {
    display: none;
}

[data-toggle="collapse"] .yesCollapse {
    display: inline;
}

[data-toggle="collapse"].collapsed .noCollapse {
    display: inline !important;
}
[data-toggle="collapse"].collapsed .yesCollapse {
    display: none;

}

.btn-expand-invoice span {
    font-size: 24px;
    line-height: 24px;
}

.btn-expand-invoice {
    padding: 2px 3px 2px;
    right: 15px;
    float: right;
    margin-top: -5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.bg-overdue {
    background: #f6f6f4;
    border-top: 1px solid white;
}

.bg-destails-overdue {
    background: rgba(255, 42, 42, 0.08) !important;
}

.text-white {
    color: white !important;
}

#due-table tr:not(.tr-nopad) td,
#overdue-div table tr:not(.tr-nopad) td ,
.bg-destails-overdue td {
    padding: 10px !important;
}

#invoices input[type="text"],
#overdueTable input[type="text"] {
    height: auto;
    padding: 7px 10px 3px;
}

.alert-success {
    border: none;
    border-radius: 0;
}

.alert-success.dark {
    border: none;
    border-radius: 0;
    color: #ffffff;
    background: #403F45;
}

.success-alter-check{
    font-size: 38px;
    border: 2px solid #adc9ce;
    border-radius: 50%;
    padding: 5px;
}

.alert-danger {
    border: none;
    border-radius: 0;
    color: #ffffff;
    background: #ff2a2a;
}

.alert-danger.dark {
    border: none;
    border-radius: 0;
    color: #ffffff;
    background: #ff2a2a;
}

.alert-warning{
    border: none;
    border-radius: 0;
}

.alert-warning.dark{
    border: none;
    border-radius: 0;
    color: #333333;
    background: #CCDC00;
}

.mt-label {
    margin-top: 1.5rem !important;
}

.form-control {
    border-radius: 0;
    height: 48px;
    padding: .7rem 1rem 0.3rem;
    border: 1px solid #E3E2DD;
    color: #333333;
    width: 100%;
}
.input-hidden{
    width: 0;
    height: 0;
    padding: 0;
    position: absolute;
    opacity: 0;
}
/*.form-control.error {
    width: 100% !important;
}*/
.form-control.form-control-sm {
    border-radius: 0;
    height: 2rem;
    border: 1px solid #E3E2DD;
    color: #333333;
    padding: 5px 5px 0 5px !important;
}

.form-group {
    margin-bottom: 1.25rem !important;
}

.form-group label {
    display: inline;
}

label.error {
    width: auto;
    position: relative ;
    margin-bottom: 0;
    padding-bottom: 0;
}
.textarea-responsive{
    position: relative;
}
.textarea-responsive label.error{
    position: absolute ;
    bottom: -20px;
    left:0;

}

.bootstrap-select label.error {
    position: absolute;
    bottom: -22px;
}

select.form-control::-ms-expand {
    display: none;
}

select.form-control {
    border-radius: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: calc(100% - 8px) 45%;
    background-repeat: no-repeat;
    background-image: url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png);
    background-size: 8px;
    padding-right: 1.5rem;
    height: 48px !important;
}

.form-control:focus {
    border-color: rgba(51, 51, 51, .5);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.form-control:disabled,
.form-control[readonly] {
    background: #E3E2DD !important;
    border: 1px solid #E3E2DD !important;
}

.form-control.form-control-bg-dark {
    border: none !important;
    outline: none !important;
}

.form-control.form-control-bg-dark:focus {
    border-color: rgba(51, 51, 51, .5);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.form-control.input-error {
    border-color: #ff2a2a !important;
}

.intl-tel-input {
    width: 100%;
}
.intl-tel-input.separate-dial-code input{
    padding-left: 95px !important;
}
.intl-tel-input.separate-dial-code .selected-flag{
    width: 90px !important;
}
.intl-tel-input .flag-container{
    max-height: 48px;
}
.intl-tel-input.separate-dial-code .selected-dial-code{
    padding-top: 6px;
}
h1 {
    color: #333333 !important;
    font-weight: bold !important;
    font-size: 2.5rem !important;
    line-height: 35px !important;
    letter-spacing: -1.54px;
    margin-top: 5px;
}

h2 {
    color: #333333;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -1.23px;
    font-weight: 600;
}

h2.light {
    color: #333333;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -1.23px;
}

h3 {
    color: #333333 !important;
    font-weight: bold !important;
    font-size: 1.75rem !important;
    line-height: 2.12rem !important;
}

h4 {
    color: #333333 !important;
    font-weight: bold !important;
    font-size: 1.5rem !important;
    letter-spacing: -0.92px;
    line-height: 35px;
}

h5 {
    color: #333333 !important;
    font-weight: bold !important;
    font-size: 1.25rem !important;
    line-height: 1.5rem !important;
}

h5.light {
    color: #4D4D4D !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 24px !important;
}

h6 {
    color: #333333 !important;
    font-size: 16px !important;
    line-height: 25px !important;
    font-weight: 600 !important;
}

h6.light {
    font-weight: 400 !important;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #CCDC00;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}



span.total-txt {
    color: #333333;
    font-size: 16px;
    letter-spacing: -0.62px;
}

.dash-title {
    margin-bottom: 15px;
}

.dash-title h1,
.dash-title span {
    z-index: 1;
}

.community-set{
    margin-bottom: 20px;
}

.community-spacing{
    padding: 15px 33px 13px !important;
    min-width: 105px !important;
}
.dash-title.community-set h1,
.dash-title.community-set span {
    color: white !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}


.dash-title h1 {
    font-size: 32px !important;
    letter-spacing: -1.23px;
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}

.dash-title h6 {
    font-size: 14px !important;
    font-weight: normal !important;
    letter-spacing: -1.08px;
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}

.lh-1 {
    line-height: 10px !important;
}

.community-banner {
    height: 218px;
    width: calc(100% - 20px);
    position: absolute;
    top: 0;
    left: 10px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.community-info-banner {
    height: 450px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.community-tab{
    position: absolute;
    bottom: 30px;
    z-index: 999;
    left: 0;
    width:100%;
}

/*slider*/
.provis-modal .docc {
    max-width: 807px !important;
}
.service-zindex{
    position: relative;
}
.service-zindex:after{
    content: '';
    position: absolute;
    width:100%;
    height: 100%;
    top: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.3);
}
.slider-service, .slider-service-show {
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    position: relative;
}
.ui-widget.ui-widget-content{
    border: 1px solid #F3B619;
}
.slider-service .ui-slider-range, .slider-service-show .ui-slider-range{
    border-radius: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.slider-service .ui-slider-handle, .slider-service-show .ui-slider-handle{
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab;
    width: 32px;
    height: 32px;
    position: absolute;
    outline: none;
    top: 0;
    z-index: 1;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
    margin: -1px 0 0 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: box-shadow .3s ease;
}
.slider-service .ui-slider-handle .smiley , .slider-service-show .ui-slider-handle .smiley{
    position: absolute;
    left: 15px;
    top: 12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #2E6978;
    opacity: 1;
    -webkit-transform: translate(-50%, -12px);
    transform: translate(-50%, -12px);
    transition: all .3s ease 0s;
}
.slider-service .ui-slider-handle .smiley:before, .slider-service .ui-slider-handle .smiley:after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #2E6978;
    position: absolute;
    top: 8px;
}

.slider-service-show .ui-slider-handle .smiley:before, .slider-service-show .ui-slider-handle .smiley:after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #2E6978;
    position: absolute;
    top: 8px;
}

.slider-service .ui-slider-handle .smiley:before, .slider-service-show .ui-slider-handle .smiley:before {
    left: 7px;
}
.slider-service .ui-slider-handle .smiley:after, .slider-service-show .ui-slider-handle .smiley:after {
    right: 7px;
}
.slider-service .ui-slider-handle .smiley svg, .slider-service-show .ui-slider-handle .smiley svg {
    width: 16px;
    height: 7px;
    position: absolute;
    left: 50%;
    bottom: 5px;
    margin: 0 0 0 -8px;
}
.slider-service .ui-slider-handle .smiley svg path, .slider-service-show .ui-slider-handle .smiley svg path {
    stroke-width: 3.4;
    stroke: #2E6978;
    fill: none;
    stroke-linecap: round;
}
.slider-service .ui-slider-handle.ui-state-active , .slider-service-show .ui-slider-handle.ui-state-active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.32);
}
.slider-service .ui-slider-handle.ui-state-active + .text, .slider-service-show .ui-slider-handle.ui-state-active + .text {
    -webkit-transform: translate(0, -80px);
    transform: translate(0, -80px);
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
}
.slider-service .ui-slider-handle.ui-state-active .smiley , .slider-service-show .ui-slider-handle.ui-state-active .smiley {
    opacity: 1;
    -webkit-transform: translate(-50%, -12px);
    transform: translate(-50%, -12px);
    transition: all .3s ease .1s;
}
.slider-service .text, .slider-service-show .text {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    -webkit-transform: translate(0, -44px);
    transform: translate(0, -44px);
    transition: -webkit-transform .3s ease .2s;
    transition: transform .3s ease .2s;
    transition: transform .3s ease .2s, -webkit-transform .3s ease .2s;
    font-size: 16px;
}
.slider-service .text strong, .slider-service-show .text strong {
    color: #000;
    font-weight: bold;
}


/*slider*/

.banner-gradient {
    background: linear-gradient(180deg, rgba(6, 6, 6, 0.1) 0%, #000000 100%);
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0;
}
.community-banner img {
    object-fit: cover;
    width: 100%;
    height: 220px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 5px 0;
    font-size: 0.85rem;
    color: #858796;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.35rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #3a3b45;
    text-align: inherit;
    white-space: unset;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
    background: none;
    color: #3a3b45;
}
.datepicker td,
.datepicker th {
    text-align: center;
    width: 30px;
    height: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: none;
    padding-top: 8px;
    border-radius: 0 !important;
    color: #333333 !important;
}
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background: #80004c !important;
    color: #ffffff !important;
}
.datepicker .disabled {
    background: #e3e2dc !important;
    color: #bbbbbb !important;
}
.datepicker .disabled-date {
    background: #ff2a2a !important;
    color: #ffffff !important;
}
.page-link {
    padding: .7rem .75rem 0.2rem;
    color: #403F45;
}
.page-item .page-link {
    border-radius: 0 !important;
    border: 1px solid #f6f6f4;
}
.page-item .page-link:hover {
    background: #f6f6f4;
    color: #65173c;
}
.page-item.disabled .page-link {
    border-radius: 0 !important;
    border: 1px solid #f6f6f4;
}
.page-item.active .page-link {
    background: #CCDC00;
    border: 1px solid #CCDC00;
    color: white;
}
.dataTables_info {
    padding: 0 10px;
}
.dataTables_filter {
    padding: 0 10px;
}
.avatar {
    height: 48px;
    width: 48px;
    box-shadow: 0 2px 12px 0 rgba(149, 149, 149, 0.5);
    object-fit: contain;
    border-radius: 50%;
}
.card {
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 12px 0 rgba(149, 149, 149, 0.5);
    -webkit-box-shadow: 0 2px 12px 0 rgba(149, 149, 149, 0.5);
    margin-bottom: 1.2rem;
    border: 0;
}
.card-slider-btn {
    padding: 0;
}
.card-slider-btn.slick-disabled {
    color: #A4A4A4;
}
.card-slider-btn i {
    font-size: 3rem;
    line-height: unset;
}
.shadow {
    box-shadow: 0 2px 4px 0 rgba(149, 149, 149, 0.5);
    -webkit-box-shadow: 0 2px 4px 0 rgba(149, 149, 149, 0.5);
}
.shadow-2 {
    box-shadow: 0 2px 12px 0 rgba(186, 186, 186, 0.5) !important;
    -webkit-box-shadow: 0 2px 12px 0 rgba(186, 186, 186, 0.5) !important;
}
.no-shadow{
    box-shadow: none;
}
.form-section {
    font-size: 1.2em;
    background: #E3E2DD;
    color: black;
    padding: 10px 10px 5px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 1.2em;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #FFFFFF;
}
.badge {
    border-radius: 20px;
    padding: 0.25rem 0.5rem;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: capitalize;
}
.badge-highlight {
    background-color: #CCDC00;
}
.badge-status-active {
    background: #d9e074;
}
.badge-status-inactive {
    background: #d9e074;
    color: #3c454d;
}
.badge-status-pending {
    background-color: #CCDC00;
}
.badge-status-new {
    background-color: #CCDC00;
    border-radius: 14px;
    font-size: 12px;
    color: #333333;
    line-height: 16px;
    padding: 4px 20px 1px 20px;
}
.of-contain{
    object-fit:contain;
}
.topbar .nav-item .nav-link .badge-counter {
    position: absolute;
    -webkit-transform: scale(.7);
    transform: scale(1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    right: 0.0rem;
    margin-top: -0.75rem;
}
.text-service {
    color: #403F45;
}
.text-violations {
    color: #bbb;
}
.text-closed {
    color: #E0DF00;;
}
.badge-danger {
    color: #333333;
    background-color: #E0DF00;
}
.bg-gradient-primary {
    background: #34343E ;
    background: -moz-linear-gradient(to bottom, #34343E , #34343E , #34343E );
    background: -webkit-linear-gradient(to bottom, #34343E , #34343E , #34343E );
    background: linear-gradient(to bottom, #34343E , #34343E , #34343E );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65003C', endColorstr='#3A0123', GradientType=0);
}
.text-light-gray {
    color: #A4A4A4;
}
.text-gray-100 {
    color: #333333 !important;
    font-weight: 100;
}
.text-gray-200 {
    color: #333333 !important;
    font-weight: 200;
}
.text-gray-300 {
    color: #333333 !important;
    font-weight: 300;
}
.text-gray-400 {
    color: #333333 !important;
    font-weight: 400;
}
.text-gray-500 {
    color: #333333 !important;
    font-weight: 500;
}
.text-gray-600 {
    color: #333333 !important;
    font-weight: 600;
}
.text-gray-700 {
    color: #333333 !important;
    font-weight: 700;
}
.text-gray-800 {
    color: #333333 !important;
    font-weight: 800;
}
.text-gray-900 {
    color: #333333 !important;
    font-weight: 900;
}
.text-provis-100 {
    color: #CCDC00 !important;
    font-weight: 100;
}
.text-provis-200 {
    color: #CCDC00 !important;
    font-weight: 200;
}
.text-provis-300 {
    color: #CCDC00 !important;
    font-weight: 300;
}
.text-provis-400 {
    color: #CCDC00 !important;
    font-weight: 400;
}
.text-provis-500 {
    color: #CCDC00 !important;
    font-weight: 500;
}
.text-provis-600 {
    color: #CCDC00 !important;
    font-weight: 600;
}
.text-provis-700 {
    color:#CCDC00 !important;
    font-weight: 700;
}
.text-provis-800 {
    color: #CCDC00 !important;
    font-weight: 800;
}
.text-provis-900 {
    color: #CCDC00 !important;
    font-weight: 900;
}

/* Start of Dashboard */

.calender-card-body {
    height: 70px;
}

.dashboard-oa-mt{
    margin-top:0;
}
.dashboard-min {
    min-height: 193px;
}
.dashboard-min .staticstic-div .staticstic-div-info{
    padding: 20px 0;
}
.dashboard-min .staticstic-div .staticstic-div-card{
    min-height: 80px;
}
.dashboard-min .info-text{
    min-height: 50px;
}
.dashboard-min h2.staticstic-div-info, .dashboard-min h2.st-div {
    display: inline-flex;
    align-items: center;
}
.dashboard-min h2.staticstic-div-info .badge, .dashboard-min h2.st-div .badge {
    margin: 0 10px 0 3px;
}

span.total-txt {
    color: #333333;
    font-size: 16px;
    letter-spacing: -0.62px;
}

.dash-title {
    margin-bottom: 15px;
}

.dash-title h1,
.dash-title span {
    z-index: 1;
}

.dash-title.community-set h1,
.dash-title.community-set h6 {
    color: white !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.dash-title.community-set h6 {
    font-weight: 400 !important;
}

.community-banner {
    height: 218px;
    width: calc(100% - 20px);
    position: absolute;
    top: 0;
    left: 10px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.community-banner img {
    object-fit: cover;
    width: 100%;
    height: 220px;
}

#communityDesc ul {
    padding: 0;
    list-style-type: none;
}

#communityDesc li {
    float: left;
    padding-right: 7px;
    position: relative;
}

#communityDesc li p{
    margin: 0;
}

#communityDesc li:first-child {
    padding-left: 0;
}

#communityDesc li::after {
    content: ',';
    position: absolute;
    right: 3px;
    top: 0;
}

#communityDesc li:last-child::after {
    content: '.';
    position: absolute;
    right: 3px;
    top: 0;
}

#content-wrapper {
    overflow-x: hidden;
}

.sidebar.navbar-nav{
    height: 100vh;
    overflow: scroll;
}

.sidebar-toggled .sidebar .nav-item .nav-link[data-toggle="collapse"].collapsed::after {
    display: none !important;
}

#wrapper #content-wrapper {
    background-color: #f8f9fc;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh !important;
}

.card-relative {
    position: relative;
}

.card-relative .dots-vertical {
    position: absolute;
    top: 19px;
    right: 5%;
}

.card-relative .dots-vertical .fa {
    color: #C4C4C2;
}

.card .slider-margin{
    margin-right: 80px;
}

.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
    height: 2.7rem;
    width: 2.7rem;
    box-shadow: 0 0 7px 3px #ddd;
    object-fit: cover;
}
.user-profile-ime {
    width: 80px;
    height: 80px;
    object-fit: cover;
    overflow: hidden;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
}
.user-profile-banner{
    object-fit: cover;
}
.user-image-container{
    position: relative;
}
.user-img{
    position: absolute;
    object-fit: cover;
    top: -50px;
    left: 30px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    box-shadow: 0 2px 12px 0 rgba(149, 149, 149, 0.5);
    -webkit-box-shadow: 0 2px 12px 0 rgba(149, 149, 149, 0.5);
    background-color: #ffffff;
}
.user-profile-tab .nav-tabs .nav-link.btn-secondary {
    color: #403F45;
    background-color: #ffffff;
    border: 1px solid #403F45;
    transition: all 0.2s ease !important;
    border-top-left-radius: 0;
    border-top-right-radius:0;
}
.user-profile-tab .nav-tabs .nav-link.btn-secondary.active {
    background-color: #403F45 !important;
    color: #ffffff !important;
    border: 1px solid #403F45;
}

.current-date-time {
    font-size: 12px;
}

.add-link span {
    vertical-align: top;
    line-height: 42px;
    font-weight: 600;
}

.add-link a {
    text-decoration: none;
}

.add-link i {
    font-size: 42px;
}

.btn-add-link {
    color: #403F45;
    border: 1px solid #403F45;
    border-radius: 0;
    font-weight: 100;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link i {
    font-size: 36px;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #403F45 !important;
}

.project-card ul {
    font-size: 10px;
    padding-top: 50px;
    color: #4D4D4D;
    line-height: 16px;
}
.project-card ul li span{
    font-weight: bold;
    line-height: 20px;
    font-size: 13px;
}

.payable-card {
    background-color: #CCDC00;
    box-shadow: 0 2px 12px 0 rgba(149, 149, 149, 0.5);
}
.card-finance p{
    font-size: 12px;
    color:#333333;
    margin-bottom: 0;
}
.card-finance .cost-details{
    font-size: 12px;
    color:#333333;
    font-weight: bold;
}
.payable-card .payable-card-body {
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
}

.background-yellow {
    background-color: #fff;
    border: 1px solid #fff;
}

.payable-card h1 {
    color: #ffffff !important;
    font-size: 40px !important;
    font-weight: bold !important;
    letter-spacing: 0.5px;
    margin-top: 20px;
}

.payable-card p {
    color: #ffffff !important;
    font-size: 20px;
    letter-spacing: 1px;
}

.due-card {
    background: linear-gradient(180deg, #F2F200 0%, #CCDC00 100%);
    box-shadow: 0 2px 12px 0 rgba(149, 149, 149, 0.5);
}

.due-card h1 {
    font-size: 40px !important;
    margin-top: 40px;
    font-weight: bold !important;
    letter-spacing: 1px;
}

.due-card p {
    color: #333333;
    font-size: 20px;
    letter-spacing: 1px;
}

#ql-next {
    position: absolute;
    right: 10px;
    top: 10px;
}

#ql-previous {
    position: absolute;
    right: 40px;
    top: 10px;
}

#communityWall-next {
    position: absolute;
    right: 10px;
    top: 10px;
}

.asset-manage {
    white-space: normal;
}

#communityWall-previous {
    position: absolute;
    right: 40px;
    top: 10px;
}
.dashboard-paragraph {
    min-height: 70px;
}

.dashboard-paragraph p {
    min-height: 70px;
}

.current-date-time-db {
    color: #333333;
    font-size: 12px;
    line-height: 18px;
}

.community-name-wrap {
    color: #CCDC00;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

.lifestyle-offering {
    color: #CCDC00 !important;
    font-size: 20px !important;
    font-weight: bold !important;
    margin: 0;
}

.maintenance-content .mx-auto .btn{
    padding: .75rem 1.5rem .75rem;
}
#wall .owl-item.active{
    margin-top: 8px;
}
.asset-card-min-height{
    min-height: 140px;
}
/*#recent-orders th{
    padding: 15px 0 10px 10px;
}*/
/* End of Dashboard */

/* Start of Finance */
    .tenantcss{
        margin-bottom: 57px;
    }
/* End of Finance */

/* Start Of Side Bar */
.position-sticky {
    position: sticky !important;
    top: 0
}

.sidebar .nav-item .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
    padding: .5rem 1rem;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    padding: 0rem 1rem 0.5rem 1rem;
    margin: 0 0.5rem;
    display: block;
    color: #ffffff;
    text-decoration: none;
    border-radius: 0.35rem;
    white-space: nowrap;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
    background-color: transparent;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
    background-color: transparent;
}

.sidebar #sidebarToggle {
    text-align: left;
    margin-bottom: 1rem;
    cursor: pointer;
}

.sidebar #sidebarToggle {
    color: white;
    width: 100%;
    padding-left: 40px;
    position: relative;
}

.sidebar.toggled #sidebarToggle {
    color: white;
    width: 100%;
    padding-left: 50px;
    position: relative;
}

.sidebar #sidebarToggle::after {
    position: absolute;
    left: 0;
    top: 3px;
    content: 'arrow_back_ios';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.sidebar #sidebarToggle::before {
    position: absolute;
    left: 8px;
    top: 3px;
    content: 'arrow_back_ios';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.sidebar.toggled #sidebarToggle::after {
    position: absolute;
    left: 4px;
    top: 3px;
    content: 'arrow_forward_ios';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.sidebar.toggled #sidebarToggle::before {
    position: absolute;
    left: 0;
    top: 3px;
    content: 'arrow_forward_ios';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.sidebar .nav-item .nav-link {
    display: inline-block;
    text-align: left;
    padding: 15px 40px 5px 30px;
    width: 100%;
}

.sidebar .nav-item .nav-link.collapsed i {
    color: #FFFFFF !important;
}
.sidebar .nav-item .nav-link i {
    font-size: 1.5rem;
    margin-right: 1rem;
}

.sidebar .nav-item .nav-link.collapse-item i {
    font-size: 1rem;
    margin-right: 0.35rem;
    vertical-align: middle;
    margin-top: 0.25rem;
}

.nav-link.collapsed{
    color: #FFFFFF !important;
}

.sidebar .nav-item a.nav-link.active{
    padding-top: 10px !important;
    padding-bottom: 8px !important;
}

.sidebar .nav-item .nav-link .collapse-item .active span{
    margin-top: 0 !important;
    font-weight: 400 !important;
}

.sidebar .nav-item a.nav-link.collapse-item{
    font-weight: 400;
    color: #fff !important;
}

.sidebar .nav-item .nav-link span {
    font-size: 1rem;
    display: inline-block;
    padding: 0 0 1px 0;
    position: absolute;
    margin-top: 0.25rem;
    font-weight: 400;
    max-width: calc(100% - 70px);
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar .nav-item .nav-link[data-toggle="collapse"]::after {
    content: '\2212';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1px;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    padding-top: 8px;
}
.sidebar .nav-item .nav-link.active[data-toggle="collapse"]::after {
    color: #CCDC00!important;
    font-size: 24px;
    line-height: 18px;
    padding-top: 0;
}
.sidebar .nav-item .nav-link[data-toggle="collapse"].collapsed::after {
    content: '\002b';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 14px;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    padding-top:2px;
}
.sidebar .nav-item .nav-link[data-toggle="collapse"].lifestyle-offer.collapsed::after {
    margin-top: -6px;
}
.sidebar .nav-item .nav-link[data-toggle="collapse"].lifestyle-offer::after{
    padding-top: 4px;
}
.sidebar-dark .sidebar-brand {
    color: #fff;
    height: auto;
    padding: 15px 30px 15px;
}
.sidebar-dark hr.sidebar-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.sidebar-dark .sidebar-heading {
    color: #ffffff;
}
.sidebar-dark .nav-item .nav-link {
    color: #ffffff;
}
.sidebar-dark .nav-item .nav-link i {
    color: #ffffff;
}
.sidebar-dark .nav-item .nav-link:active,
.sidebar-dark .nav-item .nav-link:focus,
.sidebar-dark .nav-item .nav-link:hover {
    color: #fff;
}
.sidebar-dark .nav-item .nav-link:active i,
.sidebar-dark .nav-item .nav-link:focus i,
.sidebar-dark .nav-item .nav-link:hover i {}
.sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after {
    color: #FFFFFF;
}
.sidebar .nav-item .nav-link[data-toggle="collapse"].collapsed::after{
    color: #FFFFFF;
}
.sidebar-dark .nav-item .nav-link.active i {
    color: #CCDC00 !important;
}
.sidebar-dark .nav-item .nav-link.active span,
.sidebar .nav-item .collapse .collapse-inner .collapse-item.active {
    color: #CCDC00!important;
    font-weight: 600 !important;
}
.sidebar-dark #sidebarToggle {
    background-color: rgba(255, 255, 255, 0);
}
.sidebar-dark #sidebarToggle::after {
    color: #ffffff;
}
.sidebar-dark #sidebarToggle:hover {
    background-color: transparent;
}
.sidebar-dark.toggled #sidebarToggle::after {
    color: #ffffff;
}
.sidebar-brand-icon {
    display: none;
}
.sidebar .sidebar-brand .sidebar-brand-text {
    display: block;
}
.sidebar-dark.toggled .sidebar-brand {
    padding: 15px 5px 50px;
}
.sidebar-dark.toggled .sidebar-brand-icon {
    display: block;
}
.securityrefund-cls, .chequedetails-cls {
    display: block !important;
}
/* End Of Side Bar */

.overdue-amount {
    font-size: 22px;
    padding: 0 5px;
    font-weight: 600;
    color: #CCDC00;
}

.community-group {
    border: 1px solid #e3ebf3;
    padding: 10px 5px 0;
    position: relative;
    margin-top: -1px;
}

.community-name {
    position: absolute;
    top: -10px;
    background: #e3ebf3;
    padding: 0 5px;
    color: #286978;
    font-size: 0.8rem;
}

.card-header {
    padding: 15px 15px 10px;
}

.card .card-title {
    margin: 0;
}

.payment-status {
    font-size: 1.6rem;
}

.linkPop {
    color: #286978;
    cursor: pointer;
    font-weight: 500;
    font-size: 1.2rem;
}

.drag-holder {
    display: none;
    position: absolute;
    width: 15px;
    height: 15px;
    padding: 0;
    z-index: 10;
    right: 15px;
}

.drag-en .drag-holder {
    display: block;
}

.share-div {
    position: absolute;
    bottom: -4px;
    right: -15px;
}

ul.share-icons li a {
    transition: all .3s ease;
    display: block;
    width: 40px;
    background: #1F2229;
    text-align: center;
    line-height: 36px;
    color: #fff;
}

ul.share-icons li a:hover {
    background: #1E9FF2;
}

.carousel-control-next {
    width: 30px;
}

.carousel-control-next .material-icons {
    padding-right: 30px;
}

.carousel-control-prev .material-icons {
    padding-left: 10px;
}

.custom-lime-btn {
    background: #CCDC00;
    border-radius: 30px;
    font-size: 12px;
    border: 0;
    padding: 0 12px;
    color: #333333;
    position: absolute;
    top: -12px;
    left: 115px;
}

.community-user-img {
    display: inline-block !important;
    border-radius: 50%;
    height: 50px;
    width: 50px !important;
    box-shadow: 1px 0 5px 3px #ddd;
    vertical-align: text-bottom;
    margin-top: 8px;
}

.dashboard-community-chat{
    display:table;
}
.dashboard-community-chat .user-name{
    display:table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.community-btn {
    background: #CCDC00;
    border-radius: 30px;
    font-size: 12px;
    border: 0;
    padding: 0 12px;
    color: #333333;
}

.image-room {
    width: 100%;
    min-height: 100px;
    max-height: 100px;
    margin-bottom: 10px;
    object-fit: cover;
}

.btn-select {
    height: 48px;
    min-width: 140px;
    max-width: 250px;
    border: 1px solid #E3E3E3;
    background-color: #FFFFFF;
    text-align: left;
    padding: 10px 40px 10px 10px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-select:hover {
    border-color: #65003c;
}

.btn-select::after {
    content: '';
    position: absolute;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    top: 18px;
    right: 15px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}

.btn-select .title {
    display: block;
    height: 14px;
    color: #333333;
    font-size: 14px;
    line-height: 17px;
    margin-top: 2px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}

.btn-select .select-selected {
    display: block;
    height: 16px;
    color: #CCDC00;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.btn-select.open .select-selected {
    visibility: hidden;
}

.btn-select.open .title {
    color: #333333;
    font-weight: bold;
    margin-top: -0.5rem;
}

.btn-select.open::after {
    transform: rotate(225deg);
}

.btn-select.open {}

.modal .modal-content {
    border: 0;
    border-radius: 0;
}

.modal .modal-header {
    border-bottom: 0;
}

.modal .modal-footer {
    border-top: 0;
}

.topbar {
    z-index: 3;
    background: linear-gradient(to right, #34343E , #34343E, #34343E );
    /*z-index: 1000;*/
}

.community-switcher .sidebar-brand {
    padding-left: 30px;
    padding-top: 15px;
}

.community-switcher .modal-dialog, .community-switcher-xs .modal-dialog {
    max-width: 100% !important;
    height: 100vh;
    margin: 0;
    border-radius: 0;
}

.community-switcher .modal-content, .community-switcher-xs .modal-content {
    border-radius: 0;
    height: 100vh;
    background-size: cover;
}

.select-container {
    width: 100%;
    margin-top: 120px;
}

.unit-search,
.community-search {
    overflow: hidden;
    overflow-y: scroll;
    max-height: 450px;
}

.close-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.select-box {
    background: #fff;
    padding: 20px;
    z-index: 999999;
    position: relative;
    margin-left: -60px;
}

.select-community::before {
    content: '';
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 21px solid #ffffff;
    position: absolute;
    top: -20px;
    left: 70px;
}

.select-unit::before {
    content: '';
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid white;
    position: absolute;
    top: -20px;
    left: 210px;
}
.package-main-two ul li img {
    width:25px
}
.package-main-one ul li img {
    width:25px
}
.package-main-three ul li img {
    width:25px
}
.package-main-two .img-wrapper{
    max-width: 12.66667%;
}
.package-card .call-bck-wrapper{
    background: linear-gradient(180deg, #4AF0BF 0%, #2BE3E8 100%);
}
/* Sweet Alert */
.sweet-alert{
    border-radius: 0 !important;
}
.sweet-alert .sa-icon.sa-success {
    border-color: #403F45 !important;
}
.sweet-alert .sa-icon.sa-success .sa-line{
    background-color: #403F45 !important;
    border-radius: 0 !important;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
    border: 4px solid rgba(2, 105, 120, 0.3) !important;
}
.swal-button{
    background-color: rgb(101, 0, 60) !important;
    font-weight: 400 !important;
    border-radius: 0px !important;
    border-color: rgb(101, 0, 60) !important;
    transition: all 0.2s ease 0s !important;
    padding: 15px 40px 10px !important;
}
.sweet-alert h2{
    margin-top: 30px !important;
}

/* Pagination */

.pagination {
    padding: 15px;
    margin: 0;
}

.pagination span {
    font-size: 1rem;
    font-weight: bold;
    color: #65003c;
    cursor: pointer;
    padding: 10px;
}

.pagination span:hover {
    text-decoration: underline;
}

.pagination span.current_page {
    text-decoration: underline;
}

.setPage a {
    font-weight: 400;
    color: #333333 !important;
}

/* Radio and Checkbox */
.custom-input {
    display: block;
    width: 100%;
}

.custom-input.custom-input-inline {
    display: inline-block;
    width: auto;
    margin-right: 0.5rem;
}

.custom-input input {
    display: none;
}

.custom-input label:not(.error) {
    color: #4D4D4D;
    padding-left: 20px;
    font-size: 16px;
    position: relative;
    transition: all 0.2s ease;
}

.custom-input.input-lg label:not(.error) {
    padding-left: 40px;
}

.custom-input.input-md label:not(.error) {
    padding-left: 30px;
    cursor: pointer;
}

.custom-input input:checked + label:not(.error) {
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 500;
}

.custom-input label:not(.error)::before {
    content: '';
    height: 16px;
    width: 16px;
    top: 1px;
    left: 0;
    border: 1px solid #E3E2DD;
    background-color: #FFFFFF;
    position: absolute;
    transition: all 0.2s ease;
}
.custom-input-green label:not(.error)::before{
    top: 1px !important;
}



#slot_dates label:not(.error)::before{
    top: 3px !important;
}
#slot_dates .custom-input{
    padding: 10px 10px 0;
}
.d-color label{
    color: #908a8a !important;
}
.d-color {
    background: #dddde0;
    padding: 10px 5px 0px 5px;
    margin-bottom: 5px;
    border-radius: 8px;

}

.custom-input.input-lg label:not(.error)::before {
    height: 32px;
    width: 32px;
    left: 0;
}

.custom-input.input-md label:not(.error)::before {
    height: 24px;
    width: 24px;

}

.form-group.term-condition{
    display: table;
}
.custom-input .accept_comm{
    display: table-cell;
    vertical-align: middle;
    line-height: 20px;
}

.custom-input.radio label:not(.error)::before {
    border-radius: 16px;
}

.custom-input label.error::before{
    content: none;
}
.custom-input label.error::after{
    content: none;
}

.custom-input label:not(.error):hover::before {
    border: 1px solid #CCDC00;
    transition: all 0.2s ease;
}
.custom-input.checkbox input:checked ~ label:not(.error)::before {
    content: '';
    border: 1px solid #CCDC00;
    background-color: #CCDC00;
    position: absolute;
    left: 0;
    top: 0px;
}
.custom-input.radio input:checked ~ label:not(.error)::before {
    content: '';
    border: 1px solid #CCDC00;
    background-color: #CCDC00;
    position: absolute;
    left: 0;
}
/*.form-register,.applicant_details,.booking_radio .custom-input.radio input:checked ~ label:not(.error)::before{
    top: -4px !important;
}*/
/*.form-register .custom-input.radio input:checked ~ label:not(.error)::before{
    top: -4px !important;
}*/
.custom-input.input-lg input:checked ~ label:not(.error)::before {
    top: -10px;
}


.custom-input.disabled label:not(.error)::before{
    background-color: #E3E2DD !important;
    border-color: #E3E2DD !important;
}
.custom-input.disabled input:checked ~ label:not(.error)::after,
.custom-input.disabled input ~ label:not(.error)::after {
    content: '×' !important;
    color: #bbbabb;
    position: absolute;
    height: 9px;
    width: 5px;
    left: 3px !important;
    top: -3px !important;
    transform: rotate(0deg) !important;
    font-size: 20px !important;
    border: none !important;
}

.hover-help{
    cursor: help;
}

/*yellow checkbox*/
.custom-input-yellow label:not(.error):hover::before {
    border: 1px solid rgba(225, 224, 26, .5) !important;
    transition: all 0.2s ease;
}
.custom-input-yellow input:checked ~ label:not(.error)::before{
    border: 1px solid #CCDC00 !important;
    background-color: #CCDC00 !important;
}
.custom-input-yellow.checkbox input:checked ~ label:not(.error)::after {
    border-bottom: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
}
.custom-input-yellow label:not(.error){
    font-size: 14px !important;
    padding-left: 30px !important;

}
.custom-input.custom-input-inline.custom-input-green.checkbox {
    position: relative;
}
.custom-input.custom-input-inline.custom-input-green.checkbox:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.custom-input-green label:not(.error){
    font-size: 12px !important;
}
.custom-input-yellow label:not(.error)::before{
    border: 1px solid #CCDC00;
}
.custom-input-green label:not(.error)::before{
    border: 1px solid #4AF0BF;
}
.custom-input-green label:not(.error):hover::before{
    border: 1px solid #4AF0BF;
}
.custom-input.custom-input-green.checkbox input:checked ~ label:not(.error)::before{
    background-color: #4AF0BF;
    border: 1px solid #4AF0BF;
}
.color-yellow{
    background-color: #CCDC00 !important;
    border:1px solid #CCDC00 !important;
    color:#000000 !important;
}
/*.custom-input.input-md input:checked ~ label:not(.error)::before {*/
    /*top: -7px;*/
/*}*/

.custom-input label:not(.error)::after {
    transition: all 0.2s ease;
}

.custom-input.checkbox input:checked ~ label:not(.error)::after {
    content: '';
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    height: 9px;
    width: 5px;
    left: 6px;
    top: 3px;
}
.custom-input-green.checkbox input:checked ~ label:not(.error)::after{
    top: 3px;
}
.custom-input.checkbox.input-lg input:checked ~ label:not(.error)::after {
    border-width: 2px;
    height: 16px;
    width: 8px;
    left: 12px;
    top: -4px;
}

.custom-input.checkbox.input-md input:checked ~ label:not(.error)::after {
    border-width: 2px;
    height: 12px;
    width: 7px;
    left: 9px;
    top: 4px;
}

.custom-input.radio input:checked ~ label:not(.error)::after {
    content: '';
    position: absolute;
    background: white;
    height: 8px;
    width: 8px;
    left: 4px;
    top: 5px;
    border-radius: 50%
}

#slot_dates input:checked ~ label:not(.error)::after{
    top: 7px !important;
}
.custom-input.radio.input-lg input:checked ~ label:not(.error)::after {
    height: 16px;
    width: 16px;
    left: 8px;
    top: 0;
}
.select-community .custom-input.radio.input-lg input:checked ~ label:not(.error)::after {
    top: -2px;
}
.custom-input.radio.input-md input:checked ~ label::after {
    height: 12px;
    width: 12px;
    left: 6px;
    top: 7px;
}
.badge-info {
    color: #fff;
    background-color:#CCDC00 !important;
}
/*.radio-usd.radio.input-md input:checked ~ label::after {
    top: 4px !important;
}*/

.error {
    font-size: 1rem;
}
.set-btn:hover {font-size: 13px;}

/* margin */

.mt-32 {
    margin-top: 23px;
}

.ad-banner-img {
    width: 100%;
    max-width: 100%;
}

.toggle-vert i {
    color: #DBDCD6;
}

.table-line thead th {
    color: #4D4D4D;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px 7px 15px;
    line-height: 19px;
    border: none;
    white-space: nowrap;
}

.table-line thead {
    background-color: rgba(227, 226, 221, .31);
}

.table-line td {
    color: #333333;
    font-size: 14px;
    line-height: 19px;
    padding: 10px 15px 5px;
    border: none;
    vertical-align: middle;
    white-space: nowrap;
}
.table-line td.add{
    white-space: unset;
}
.table-line tbody tr {
    padding-bottom: 5px;
    border-top: 1px solid #f6f6f4;
}

.table-borderless tbody tr {
    padding-bottom: 5px;
    border-top: 0 solid #f6f6f4;
}

.tr-nopad {
    border-top: 0 solid #f6f6f4 !important;
}

.due-immediatly-link i {
    margin-top: -5px;
    color: #333333;
    padding: 0 10px;
}

.invoice-description {
    background-color: rgba(225, 224, 0, 0.05);
}

.invoice-table tbody > tr {
    height: 60px;
}

.invoice-table .table-borderless tr {
    height: auto;
}

.invoice-table .table-borderless {
    margin: 0;
}

.invoice-table .table-borderless tr td {
    padding: 5px;
}

h4 span.title {
    vertical-align: text-top;
}

.custom-a-tag {
    vertical-align: text-top;
}

.custom-a-tag:hover {
    color: #65003c;
    text-decoration: none;
}

.white-txt {
    color: white !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.slick-load {
    visibility: hidden;
}

.slick-load.slick-initialized {
    visibility: visible;
}

.lifestyle-card img {
    height: 160px;
    object-fit: cover;
}

.lifestyle-card h4 {
    font-size: 20px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 34px;
}

.lifestyle-card p {
    height: 40px;
    overflow: hidden;
}

.badge-lifestyle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #403F45 !important;
    top: -10px;
}

h4.enroll-price {
    color: #403F45 !important;
    font-size: 24px !important;
    font-weight: bold !important;
    letter-spacing: -0.92px;

}

h4.doc-table-title {
    color: #403F45 !important;
    font-size: 24px;
    line-height: 34px !important;
    font-weight: 400 !important;
}

h6.enroll-info-title {
    color: #4D4D4D !important;
    font-size: 20px !important;
    line-height: 24px !important;
    text-align: center;
    font-weight: normal !important;
}

.card .enroll-schedule-fix{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    word-break: break-all;
}

span.enroll-info {
    color: #4D4D4D !important;
    font-size: 16px !important;
    line-height: 19px !important;
    text-align: center !important;
    font-weight: bold !important;
}

.enroll-img-wrapper img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: 0 20%;
}


.enroll-img-wrapper {
    background: rgba(227, 226, 221, .31);
}

.select-div {
    position: relative;
    float: left;
    width: 100%;
}

.selectdiv:after {
    content: '';
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    padding: 13px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
    width: 14px;
    height: 8px;
    transform: rotate(45deg);
    top: 15px;
    right: 15px;
    -webkit-transition: 0.2s ease-in-out;
}

select::-ms-expand {
    display: none;
}

.card-min-height {
    min-height: 120px;
}

.enroll-select select {
    background-position: calc(100% - 10px) 45%;
    background-size: 15px;
}

.enroll-card-min-height {
    height: 140px;
}

.enroll-card-min-height .d-table{
    height: 70px;
    width: 100%;
    overflow: hidden;
}
.enroll-card-min-height .d-table-cell{
    vertical-align: middle;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 50px;
    float: left;
    font-size: 16px;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
}

.dash-finance-h {
    margin: 0;
}

/* FULLCALENDER */

.fc-button {
    border-radius: 0 !important;
    color: #fff;
    background-color: #CCDC00 !important;
    font-weight: 400 !important;
    border-color: #CCDC00 !important;
    transition: all 0.2s ease !important;
    padding: 1rem 1.5rem .75rem !important;
}

.fc-button:hover,
.fc-button:active,
.fc-button:focus {
    color: #fff;
    background-color: #CCDC00 !important;
    border-color: #CCDC00 !important;
    outline: none !important;
}

.fc-button.fc-prev-button,
.fc-button.fc-next-button {
    padding: 0 !important;
    color: #333333 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.fc-button.fc-prev-button .fc-icon,
.fc-button.fc-next-button .fc-icon {
    font-size: 2rem;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 15px !important;
}

.fc-unthemed th {
    border: none !important;
}

.fc-unthemed .fc-head-container {
    border: none !important;
}

.fc-unthemed tbody .fc-widget-content:nth-child(1) {
    border-left: none !important;
}

.fc-unthemed tbody .fc-widget-content:nth-last-child(1) {
    border-right-width: 0 !important;
    border-bottom: 0;
}

.fc-event-container .fc-event {
    border-radius: 0 !important;
    margin: 0;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
}

.provis-modal .modal-body {
    padding: 0 12px;
}

.provis-modal .modal-content {
    border-radius: 0;
}

.provis-modal .type {
    margin-top: -5px;
}

.provis-modal .side-div {
    background-color: #403F45;
    background-image: url(/theme/provisUI/img/background-login.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 1rem;
    padding-right: 1rem;
}
.app-setup .form-control {
    height: auto;
    width: auto;
    display: inline-block;
}
.provis-modal .main-head{
    margin-top: 1.5rem !important;
}

.provis-modal .date {
    color: #403F45 !important;
    font-weight: 400 !important;
}

.sa {
    width: 119px;
    height: 119px;
    padding: 15px;
    background-color: #fff;
}
.sa-success {
    border-radius: 50%;
    border:4px solid rgba(40, 105, 120, 0.8);
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: #fff;
    width: 80px;
}
.sa-success:after, .sa-success:before {
    background: #fff;
    content: '';
    height: 120px;
    position: absolute;
    transform: rotate(45deg);
    width: 60px;
}
.sa-success:before {
    border-radius: 40px 0 0 40px;
    width: 26px;
    height: 80px;
    top: -17px;
    left: 5px;
    transform-origin: 60px 60px;
    transform: rotate(-45deg);
}
.sa-success:after {
    border-radius: 0 120px 120px 0;
    left: 30px;
    top: -11px;
    transform-origin: 0 60px;
    transform: rotate(-45deg);
    animation: rotatePlaceholder 4.25s ease-in;
}
.sa-success-placeholder {
    border-radius: 50%;
    border:4px solid rgba(40, 105, 120, 0.5);
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
}
.sa-success-fix {
    background-color: #fff;
    height: 90px;
    left: 28px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 5px;
    z-index: 1;
}
.sa-success-tip, .sa-success-long {
    background-color: #403F45;
    border-radius: 2px;
    height: 5px;
    position: absolute;
    z-index: 2;
}
.sa-success-tip {
    left: 14px;
    top: 46px;
    transform: rotate(45deg);
    width: 25px;
    animation: animateSuccessTip .75s;
}
.sa-success-long {
    right: 8px;
    top: 38px;
    transform: rotate(-45deg);
    width: 47px;
    animation: animateSuccessLong .75s;
}

/* DISCUSSION WALL */
.collapsed-block {
    display: none;
}

.collapsed-block.collapsed {
    display: block;
}

.post-txt-discussion {
    color: #403F45;
    font-size: 14px;
    padding: 16px 30px 0 0;
}

.discussion-hr {
    margin-top: 10px;
    margin-bottom: 5px;
    border-top: 1px solid rgba(227, 226, 221, 0.3);
    ;
}

span.user-name-txt {
    font-size: 14px;
}

span.user-post-time {
    font-size: 12px;
}

small.post-date-txt {
    font-size: 12px;
    color: #403F45;
}

.user-comment {
    background: rgba(227, 226, 221, 0.3);
    padding: 15px 20px;
    margin-top: 15px;
}

.user-comment .form-group {
    margin: 0;
}

.user-comment .user-comment-txt {
    font-size: 14px;
    color: #65003C;
    margin: 0;
    display: block;
    line-height: 16px;
}

.social-discussion {
    position: relative;
}

.social-discussion .fa {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
}

.social-comment .user-comment-txt {
    margin-right: 5px;
}

.event-btns .btn-default {
    color: #978080;
    background-color: #ffffff;
    border: 1px solid #978080;
    transition: all 0.3s ease;
}

.event-btns .btn-default:hover,
.event-btns .btn-default.active {
    color: #ffffff;
    border: 1px solid #978080;
    transition: all 0.3s ease;
    background: #978080;
}

.btn-danger {
    color: #FF2A2A;
    background-color: #ffffff;
    border: 1px solid #FF2A2A;
    transition: all 0.3s ease;
}

.btn-danger.active {
    color: #ffffff;
    background-color: #FF2A2A !important;
    border: 1px solid #FF2A2A;
    transition: all 0.3s ease;
}

.event-img-wrapper {}

.event-img-wrapper img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.nav-item .btn-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: none;
}

.nav-item .btn-secondary.active {
    background-color: #CCDC00!important;
    color: #ffffff !important;
    border: 1px solid #CCDC00;
}

/* Attachment */
.attachment-div {
    position: relative;
    height: 48px;
}
.attachment-div input {
    width: 0;
    height: 0;
    padding: 0;
    margin-top: -2px;
    visibility: hidden;
}
.attachment-div label:not(.error) {
    width: 100%;
    height: 48px;
    margin: 0;
    background: white;
    border: 1px solid #E3E2DD;
    position: relative;
    line-height: 1.5rem;
    display: block;
    text-align: left;
    padding: 1rem .75rem 0.75rem;
    color: #8e909e;
    cursor: pointer;
    padding-right: 110px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.attachment-div label.selected {
    color: #333333;
}
.attachment-div label:not(.error):after {
    content: 'Choose File';
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    right: 5px;
    top: 5px;
    border: 1px solid #403F45;
    color: #403F45;
    padding: 9px 15px 4px;
    background: white;
    transition: all 0.2s ease;
}

.attachment-div label:hover::after{
    border: 1px solid #403F45;
    color: #ffffff;
    background: #403F45;
}
.attach-note{
    color: #8e909e;
    font-size: 14px;
}

.public-container {
    padding: 0;
}

.public-body {
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(/theme/provisUI/img/background-login.jpg);
}

.public-body h1 {
    color: #ffffff !important;
}

.dropdown-item.disabled,
.dropdown-item:disabled{
    color: #c3c3c3;
}

/* Amenities */
.amenities p {
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333333;
    height: auto;
}

.amenities .red-card {
    color:#CCDC00 !important;
    text-transform: capitalize;
    height: 50px;
    overflow: hidden;
}

.amenities .cost {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    margin-top: 3px;
    height:20px;
}

.amenities .card-text {
    color: #333333;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 5px;
    min-height: 40px;
}

.amenities .blue-member {
    color: #403F45;
    font-size: 12px;
    font-weight: bold;
    line-height: 19px;
}

.amenities .card-img-top {
    height: 160px;
    object-fit: cover;
    border-radius: 0 !important;
    display: block;
    width: 100%;
    background-color: rgba(227, 226, 221, .4) !important;
}

.amenities .bold-text {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    line-height: 19px;
}

.lifestyle-card .price {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    height: auto;
    margin-bottom:5px;
}
.lifestyle-card .class-texts{
    font-size: 20px !important;
    color: #CCDC00 !important;
    margin-bottom: 1px;
    min-height: 52px;
    display: flex;
    align-items: center;
}
.lifestyle-card .class-desc{
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333333;
    height: 60px;
    overflow: hidden;
}
.lifestyle-card .amenities span.text-height {
    height: 36px;
    overflow: hidden;
    display: block;
}
.lifestyle-card .class-desc p{
    margin: 0;
    height: auto;
}
/* LOGIN */
.login-section {
    min-height: 100vh;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    background-color: #34343E ;
    background-image: url('/theme/provisUI/img/background-login.jpg');
    background-repeat: no-repeat;
}

/* Linkpop style */
#myModal .modal-content {
    border-radius: 0;
}

#myModal .modal-header {
    border: 0;
}

/*Document*/
.document .border-top {
    border-top: 2px solid !important;
    border-top-color: #403F45 !important;
    box-shadow: 0 2px 12px 0 rgba(149, 149, 149, 0.5);
}
.document-text-name {
    color: #333333 !important;
    font-size: 16px !important;
    line-height: 16px !important;
}
.document-files-image {
    height: 74px;
    width: 60px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}
.document-title-name {
    color: #65003C !important;
    font-size: 16px !important;
    font-weight: bold;
    line-height: 16px;
    margin: 0 !important;
}
.document-date {
    color: #333333;
    font-size: 14px;
    line-height: 16px;
}

/* Start User Profile Page */
.login-unit {
    min-height: 515px;
}
.drop {
    text-align: right !important;
    padding: 15px !important;
}
/* End User Profile Page */

/* Start My Requests Page */
.package-card {
    box-shadow: 0 2px 12px 0 rgba(149, 149, 149, 0.5);
    margin-bottom: 20px;
    background: white;
}
.package-card .package-name {
    background: #4AF0BF;
    font-size: 24px;
    text-align: center;
    color: #4D4A4D;
    font-weight: 600;
    padding: 6px 0 1px;
    background: linear-gradient(180deg, #4AF0BF 0%, #2BE3E8 100%);
}
.package-card .package-main {
    text-align: center;
}

.package-card .reqPackUnit{
    width: 250px !important;
}

.package-card .package-main p {
    padding-top: 4px;
    color: #4D4A4D;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 3px;
}
.package-card .package-main h4 {
    color: #4D4A4D !important;
    font-size: 24px !important;
    font-weight: bold !important;
    line-height: 24px;
}
.package-card .package-main button {
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 14px;
    white-space: nowrap;
}
.package-card .package-header {
    background: #4D4A4D;    /*E3E2DD*/
    color: #ffffff;     /*4D4D4D*/
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 12px 6px;
    margin-bottom: 5px;
}

.package-body img {
    width:25px;
    display: inline-block;
    vertical-align: top;
}
.package-body p {
    margin: 0;
    display: inline-block;
    width: calc(100% - 25px);
    margin-top: 5px;
}

@media screen and (min-width:786px) {
    .package-card .package-main-1 {
        min-height: 143px;
    }
    .package-card .package-main-2 {
        min-height: 270px;
    }
    .package-card .package-main-3 {
        min-height: 130px;
    }

}

.package-card .package-body ul {
    padding-left: 0px;
    margin: 0;
}
.package-card .package-body ul li {
    list-style: none;
    padding: 5px 12px;
    font-size: 12px;
    color: #4D4A4D;
    line-height: 19px;
    border-bottom: 1px dashed #E3E2DD;
}
.package-card .package-body ul li:last-child {
    border-bottom: none;
}
.package-card .package-main-one {
    min-height: 151px;
}
.package-card .package-main-two {
    min-height: 235px;
}
.package-card .package-main-three {
    min-height: 302px;
}
.package-card .package-main .dropdown .btn-secondary {
    font-size: 14px;
    color: #333333 !important;
    border: 1px solid #E3E2DD !important;
}
.package-card .package-main .dropdown .btn-secondary:active,
.package-card .package-main .dropdown .btn-secondary:focus {
    border: 1px solid #403F45 !important;
    color: #333333 !important;
}
.package-main .package-menu {
    min-width: 15rem;
    padding: 15px;
}
.package-main .package-menu .dropdown-header {
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 24px !important;
    text-transform: capitalize !important;
    padding-left: 0 !important;
}
.package-main .package-menu .custom-input label {
    font-size: 14px;
}
.package-main .package-menu .custom-input input[type="radio"]:checked + label {
    font-weight: bold;
}

.maintainance-request img {
    height: 120px;
    object-fit: cover;
}

.maintainance-request .maintain-header {
    color: #4D4A4D !important;
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 20px !important;
    letter-spacing: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.maintainance-request button {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
}
.blue-header {
    color:#4D4A4D !important;
    font-size: 24px !important;
    font-weight: normal !important;
}
.maintain-hr {
    margin-top: 0;
    border-top: 2px solid #4AF0BF;
}
.maintain-title {
    font-size: 32px !important;
}
.maintainance-packages-wrap {
    border: 0.5px solid #D8DDEA;
    background: linear-gradient(180deg, #FFFFFF 0%, #ECEEF3 100%);
    box-shadow: 0 2px 12px 0 rgba(149, 149, 149, 0.5);
    margin-bottom: 20px;
    height: 170px;
}
.maintainance-packages-wrap .header-text {
    font-size: 20px;
    font-weight: bold;
    color: #4D4D4D;
}
.maintainance-packages-wrap p {
    color: #4D4D4D;
    font-size: 14px;
}
.maintainance-packages-wrap button {
    font-size: 14px;
}
.maintainance-packages-wrap .img-maintain {
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: 0 40%;
}
.maintainance-packages-wrap .main-contents {
    padding: 20px;
}

/* End My Requests Page */

/* Start Account Summary Page */
.amount-container h1 {
    font-size: 50px !important;
    line-height: 34px !important;
    margin-top: 18px;
    margin-left: 10px;
}
.amount-container p {
    color: #4D4D4D;
    font-size: 20px;
    line-height: 19px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.amount-container .btn-primary {
    height: 48px;
}
.account-min {
    min-height: 530px;
}
.charges-container {
    background: linear-gradient(180deg, #403F45 0%, #5A595D 100%);
    box-shadow: 0 2px 12px 0 rgba(149, 149, 149, 0.5);
}
.charges-container h1 {
    font-size: 40px !important;
    font-weight: bold !important;
    letter-spacing: 1px;
    color: #FFFFFF !important;
    line-height: 48px !important;
    text-align: center !important;
}
.charges-container .top-margin {
    margin-top: 40px;
    line-height: 37px !important;
}
.charges-container p {
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 1px;
}
.charges-container-info:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.11);
    padding: 15px 25px 0 25px;
    position: relative;
}
.charges-container-info:nth-child(odd) {
    padding: 15px 25px 0;
}
.charges-container-info h2 {
    color: #FFFFFF !important;
    font-size: 40px !important;
    line-height: 48px !important;
}
.charges-container-info h3 {
    font-size: 30px !important;
    line-height: 47px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
}
.charges-container-info h4 {
    color: #FFFFFF !important;
    font-size: 20px !important;
    padding-left: 85px;
    margin-bottom: 0;
    line-height: 20px !important;
}

.charges-container-info h5 {
    font-size: 25px !important;
    color: #FFFFFF !important;
    padding-left: 0;
    margin-top: 10px;
    font-weight: 400 !important;
}

.charges-container-info span {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 48px;
    padding-left: 90px;
}

.charges-container-info .default-bck {
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% + 14px);
    padding: 5px;
    margin-top: -14px;
    margin-right: -13px;
    min-width:87px;
    max-width:87px;
    background: transparent;
}
.charges-container-info .default-bck h4 {
    font-size: 20px !important;
    color: #ffffff !important;
    padding-left: 0;
}
.charges-container-info small {
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
}

.charges-container-info .white-bck {
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% + 14px);
    padding: 5px;
    margin-top: -14px;
    margin-right: -13px;
    min-width: 87px;
    max-width: 87px;
    background: #ffffff;
}
.charges-container-info .white-bck small {
    color: #333333;
    font-size: 14px;
    padding-left: 0;
}

.charges-container-info .white-bck h4 {
    font-size: 20px !important;
    color: #FF2A2A !important;
    padding-left: 0;
}

.charges-container-info .white-bck h5 {
    font-size: 16px !important;
    color: #FF2A2A !important;
    padding-left: 0;
}

.others-card {
    background: linear-gradient(180deg, #CCDC00 0%, #CCDC00 100%);
}
.others-card .others-card-rental {
    border-right: 1px solid;
}
.others-card .others-acc-summary {
    border-right: 1px solid #3c0124;
}
.others-card h3 {
    font-size: 35px !important;
    color: #FFFFFF !important;
    line-height: 48px !important;
    margin-bottom: 0 !important;
}
.others-card p {
    font-size: 20px;
    color: #FFFFFF !important;
    letter-spacing: 1px;
}
.others-card h4 {
    font-size: 20px !important;
    line-height: 20px;
    color: #FFFFFF !important;
}
.others-card small {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
}
/* End Account Summary Page*/

/* Start Unit Outstanding Page*/
    .th-hide{
       display: none;
   }
/* End Unit Outstanding Page*/

/* Owl Carousel */

button.owl-next,
button.owl-prev{
    width: 40px;
}
.owl-card .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -60px;
    right: 0;
}
.owl-lifestyle.owl-card .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -65px;
    right: 0;
}
.owl-carousel-quick-link.owl-card .owl-nav{
    margin-top: 10px;
    position: absolute;
    top: -59px;
    right: 10px;
}
.owl-carousel-quick-link a.btn:focus{
    color:#403F45;
}
.owl-lifestyle .lifestyle-img {
    height: 135px;
    object-fit: cover;
}
.owl-maintenance.owl-card .owl-nav{
    margin-top: 10px;
    position: absolute;
    top: -78px;
    right: 0;
}
.owl-community.owl-card .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -59px;
    right: 0;
}
.owl-amenity.owl-card .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -76px;
    right: 0;
}
.owl-messages.owl-card .owl-nav {
    margin-top: 11px;
    position: absolute;
    top: -74px;
    right: 0;
}
.owl-classes.owl-card .owl-nav {
    margin-top: 11px;
    position: absolute;
    top: -74px;
    right: 0;
}
.owl-gallery.owl-card .owl-nav {
    margin-top: 15px;
    position: absolute;
    top: -74px;
    right: 0;
}
.owl-nav i {
    font-size: 2rem;
    line-height: unset;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    margin: 0 !important;
}
.carausel-text {
    position: absolute;
    right: 65px;
    top: 0;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    font-size: 30px !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: black !important;
    text-decoration: none !important;
}
.owl-nav button:focus {
    outline: none;
}

/* services */

.service-label input[type='radio'] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.service-label [type=radio] + .service-smiley {
    cursor: pointer;
}

.service-label [type=radio]:checked + img {
    color: red;
}

.service-label .service-smiley {
    width: 50px;
}


.pdf-icon{
    width: 16px;
    margin-top: -4px;
    margin-right: 5px;
}

/* CALENDAR */

.fc-unthemed th {
    color: #333333;
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    color: #333333;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
}

.fc-button-primary:active,
.fc-button-primary:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
    border: none;
}
.select-community-mobile{
    display: none;
}

/* Toggle switch */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 8px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #CCDC00;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item{
    padding-top: 0 !important;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Pie Chart */
.piechart-dashboard{
    margin-top: 3px;
}

/*Maintenance Package*/
.maintenance-test {
    width: 95px;
    padding: 10px;
    padding-left: 0;
    font-size: 10px;
    position: absolute;
    color: #FFF;
    background: #4D4A4D;
    z-index: 1;
    height: -webkit-fill-available;
    right: 0;
    /*box-shadow: 0 2px 12px 0 rgba(149,149,149,0.5);*/
}
.maintenance-test:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: -40px;
    z-index: -1;
    background: #4D4A4D;
    transform-origin: bottom right;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-25deg, 0deg);
    /*box-shadow: 0 2px 12px 0 rgba(149,149,149,0.5);*/
}
.maintenance-head{
   margin-top: 10px;
    background: #fff;
    margin-right: 30px;
    height: 79px;
    border-radius: 2px 0px;
    margin-left: -5px;
    opacity: .9;
}
.maint-start{
    height: 18px;
    width: 90px;
    color: #FFFFFF;
    font-family: Tajawal;
    font-size: 10px;
    line-height: 18px;
    font-weight: lighter;
}
.select-unitno{
    margin:10px auto;
}
.maint-rate{
    height: 24px;
    width: 90px;
    color: #FFFFFF;
    font-family: Tajawal;
    font-size: 17px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0px;
}
.arrow-left {
     width: 0;
    height: 0;
    border-top: 0px solid #00000000;
    border-bottom: 7px solid #00000000;
    border-right: 5px solid #00000038;
    position: absolute;
    left: 7px;
}
/*.maintenance-package {
    height: 94px;
    background-color: rgba(255, 255, 255, 0.75);;
    box-shadow: 0 2px 4px 0 rgba(149,149,149,0.5);

}*/
.maintenance-package h1{
    /*line-height: 80px !important;
    opacity: 0.9;*/
    font-size: 2.25rem !important;
}
.content-bg-one{
    background-image: url('/theme/provisUI/img/m-bg01.png');
    background-repeat: no-repeat;
    background-position: left;
    margin-top: -24px;
    text-align: left;
    padding: 20px 0 20px 20px;
    height: 160px;
    margin-left: -11px;
}
.content-bg-two{
    background-image: url('/theme/provisUI/img/m-bg02.png');
    z-index: 999;
    height: 180px;
    background-repeat: no-repeat;
    background-position: right;
    margin-right: -110px;
    margin-top: 30px;
}
.material-icons.back-arrow{

}
.content-header-title{
    padding: 20px;
}
.bulletpoint-maintenance li{
    position: relative;
    list-style: none;
    margin-left: 20px;
}
.bulletpoint-maintenance li:before{
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    border: 1px solid #4AF0BF;
    margin-left: -20px;
}
.back-btn{
    padding: 1rem 1.5rem 1rem;
}
.nationality-sect {
    max-height: 330px;
    overflow-y: auto;
}
.lead-msg img {top: 0;}
.font-13 {font-size: 13px;}
.lead-tabs.nav-tabs .nav-link {
    color: #403F45;
    background: #fff;
    border: 1px solid #403F45;
    font-weight: 400;
}
.lead-tabs.nav-tabs .nav-link.active {
    color: #fff;
    background: linear-gradient(to right, #CCDC00, #CCDC00);
    border: 1px solid #CCDC00;
}
.cn-add {position: absolute;bottom: 23px;}
.wizard div.actions ul li a {
    padding: .75rem 1.5rem;
    font-size: 13px;
    height: inherit;
    line-height: 1rem;
}
.actions ul li:nth-child(2) a, .actions ul li:last-child a {
    background: linear-gradient(to right, #CCDC00, #CCDC00);
}
.status-text p {
    z-index: 9;
}
.status-text::after {
    position: absolute;
    content: "";
    border-top: 1px solid #ddd;
    left: 0;
    right: 0;
    width: 100%;
    top: 33px;
}
.arr-left::after {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    left: -8px;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border-right: 1px solid #CAD5E0;
    border-bottom: 1px solid #CAD5E0;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-225deg);
    margin-top: -10px;
}
.arr-left::after {
    left: 7px;
}
.arr-left.arr-right::after {
    right: 5px;
    left: inherit;
    transform: rotate(-45deg);
}
.custom-arr select {background-image: none;}
/* Timeline */
.timeline {
    position: relative;
    padding: 21px 0px 10px;
    margin-top: 4px;
    margin-bottom: 30px;
}
.timeline .line {
    position: absolute;
    width: 4px;
    display: block;
    background: currentColor;
    top: 0px;
    bottom: 0px;
    margin-left: 30px;
    color: #5a595d;
}
.timeline .separator {
    border-top: 1px solid currentColor;
    padding: 5px;
    padding-left: 40px;
    font-style: italic;
    font-size: .9em;
    margin-left: 30px;
}
.timeline .line::before { top: -4px; }
.timeline .line::after { bottom: -4px; }
.timeline .line::before,
.timeline .line::after {
    content: '';
    position: absolute;
    left: -4px;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: currentColor;
}
.timeline .panel {
    position: relative;
    margin: 10px 0px 21px 70px;
    clear: both;
}
.timeline .panel::before {
    position: absolute;
    display: block;
    top: 8px;
    left: -24px;
    content: '';
    width: 0px;
    height: 0px;
    border: inherit;
    border-width: 12px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.timeline .panel .panel-heading.icon * { font-size: 20px; vertical-align: middle; line-height: 40px;color: #CCDC00; }
.timeline .panel .panel-heading.icon {
    position: absolute;
    left: -59px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    float: left;
    background-color: #5a595d;
}
.timeline .panel-outline {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}
.timeline .panel-outline .panel-body {
    padding: 10px 0px;
}
.timeline .panel-outline .panel-heading:not(.icon),
.timeline .panel-outline .panel-footer {
    display: none;
}
.btn-help-label .btn-help-normal {margin-top: 0;}
/* End Timeline */

.bg-cube {
    background-color: #f9e9c2;
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background: linear-gradient(to right, #D49D18, #F1B320) !important;
}
.graph-count .overall-count-one {
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    color: #606D7B;
    max-width: 100px;
}
.graph-count .overall-count-one h2 {
    font-size: 18px;
}
#utilityChart h5.font-16 {
    font-size: 16px !important;
}
#utilityChart h6.font-12 {
    font-size: 12px !important;
}
.bootstrap-select .filter-option-inner-inner {
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 5px;
}
.h_110 {height: 110px;}
.com-chat h6 a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    margin-bottom: 10px;
}
.com-chat .dashboard-paragraph {
    min-height: 96px;
}
.sidebar .nav-item .nav-link .img-profile, .topbar .nav-item .nav-link .img-profile {
    height: 2.1rem;
    width: 2.1rem;
    box-shadow: 0 0 10px #ddd;
}
#communityDesc img {
    max-width: 100%;
    object-fit: cover;
}
.community-user-img {
    padding: 5px;
}
.accordion {
    cursor: pointer;
}
/* Maintenance Summary */
.accordion .header-temp:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f078";
    font-weight: 700;
    position: absolute;
    top: 9px;
    font-size: 18px;
    color: #710B48;
}
.accordion .header-temp.collapsed:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    font-size: 20px;
    top: 7px;
}
.accordion .header-temp-react.collapsed:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    font-size: 18px;
    top: 0px;
}
.accordion .header-temp-react:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f078";
    font-weight: 700;
    position: absolute;
    top: 3px;
    font-size: 16px;
    color: #710B48;
}
.accordion .header-temp-category:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f078";
    font-weight: 700;
    position: absolute;
    top: -30px;
    font-size: 18px;
    color: #710B48;
}
.accordion .header-temp-category.collapsed:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    font-size: 20px;
    top: -14px;
}
.attach-img-bef img {
    max-height: 100px;
    object-fit: cover;
    border-radius: 20px !important;
}
.collection-ppm > .nav-tabs > li a.active {
    border-bottom: 2px solid #CCDC00;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    color: #CCDC00;
}

.community-paytab .nav-tabs .nav-link {
    border-radius: 0;
    border-width: 2px 0 0 0;
    border-color: transparent;
    color: #333;
}
.community-paytab .nav-tabs .nav-link.active {
    border-color: #CCDC00;
    color: #CCDC00;
}

/* Start Media Print and Keyframes */
@media print {
    #accordionSidebar {
        display: none;
    }
}
@keyframes colors {
    0% {
        stroke: #275168;
    }

    25% {
        stroke: #284f67;
    }

    50% {
        stroke: #3b3356;
    }

    75% {
        stroke: #521f46;
    }

    100% {
        stroke: #80004c;
    }
}
@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}
@keyframes animateSuccessTip {
    0%, 54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@keyframes animateSuccessLong {
    0%, 65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.loading-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(255,255,255,0.5);
}
.loading-splinner{
    text-align: center;
    margin-top: 300px;
}

@keyframes rotatePlaceholder {
    0%, 5% {
        transform: rotate(-45deg);
    }
    100%, 12% {
        transform: rotate(-405deg);
    }
}
@keyframes loading-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}
/* End Media Print and Keyframes */
.community-srch-ip.custom-input.checkbox.input-md input:checked ~ label:not(.error)::after {
    width: 12px;
    left: 6px;
    top: 6px !important;
}
.gp-row .card {
    min-height: 135px;
    border-radius: 10px !important;
}
.gp-row .gp-unit {
    min-height: 80px;
}
.sub-action > span {
    cursor: pointer;
}
.sub-action ul {
    right: 5px;
    display: none;
}
.action-sub-card, .principal-interest, .graph-card, .gp-set {
    box-shadow: 0 0 10px #ddd;
    border-radius: 10px !important;
}
.action-sub-card p {
    min-height: 30px;
}
.sub-action.active ul {
    display: block;
}
.graph-contain {
    width: 100%;
    max-width: 145px;
    margin: 0 auto;
}
.graph-contain>small {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    text-align: center;
    line-height: 1.2;
    margin-top: -20px;
}
.saved-count {
    font-size: 25px;
}
.text-primary-light {
    color: #ECDEE8;
}
.text-yellow {
    color: #E1E000 !important;
}
.text-green {
    color: #4AD991 !important;
}
.gp-open {
    color: #026978 !important;
}
.gp-pink {
    color: #FB9A99;
}
.t-day-sect .rounded-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.time-alert > div:nth-child(odd) {
    background-color: #F3F4F7;
}
.t-day {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.gp-abt span.gp-abt-span {
    width: 22px;
    height: 20px;
    background-image: url(../img/oa-icon-7.jpg);
    display: inline-block;
    background-repeat: no-repeat;
    float: left;
}
.dash-testi img {
    max-height: 25px;
}
.dash-testi h6 {
    font-size: 13px !important;
}
.h-40 {min-height: 40px;}
.access-type-form .custom-input.checkbox input:checked ~ label:not(.error)::after {
    top: 2px;
}
.gp-total {
    color: #e0e9f8;
}
.gp-count {
    left: 45%;
    right: 0;
    margin: -8px 0 0 -9px;
    display: table;
    top: 50%;
    width: 25px;
    text-align: center;
}
.graph-card label, .graph-card span {
    color: #5C6F88;
}
.lh-16 {line-height: 16px !important;}
.rq-block {
    width: 10.7%;
}
.rq-block h6 {
    font-size: 12px !important;
    line-height: 16px !important;
}
.csc-gp-width {width: 250px;}
.gp-label .fa-circle {left: 10px;}
.gp-label h6 {
    line-height: 16px !important;
}
.srv-7 label {
    max-width: 70px;
}
.inc-card label {max-width: 100px;}
.inc-graph .gp-count {
    margin: -9px 0 0 -9px;
    line-height: 1;
}
/* Start Responsive UI */

/*internet explorer styles*/


/*IE10+*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .owl-carousel-quick-link.owl-card .owl-nav{
        top: -65px !important;
    }
    .owl-card.owl-lifestyle .owl-nav{
        top: -65px !important;
    }
    .owl-card.owl-gallery .owl-nav{
        top: -68px !important;
    }
    .owl-card.owl-amenity .owl-nav{
        top: -73px !important;
    }
    .owl-card.owl-classes .owl-nav{
        top: -73px !important;
    }
    .due-immediatly-link{
        position:relative;
        padding-right: 50px;
    }
    .due-immediatly-link i.material-icons {
        position:absolute;
        right:0;
        top: 6px;
    }
    .sidebar{
        max-width:none !important;
    }
    .sidebar .nav-item .nav-link span{
        margin-top:0px !important;
    }
    .sidebar ul{
        -ms-overflow-style: none;
    }
    .sidebar-brand-icon .site-logo-sm{
        width:50px ;
    }
    .ad-banner-img{
        height: 195px;
    }
    .btn-expand-invoice span{
        line-height: 15px;
    }
}

/*IE6,7,9,10*/
@media screen and (min-width: 640px), screen\9 {


}

/*IE6,7*/
@media screen\9 {
    .sidebar{
        max-width:none !important;
    }
}

/*IE8*/
@media \0screen {

}

/*end of internet explorer styles*/

/* Landscape phones and down */
@media (max-width: 767px){
    .modal-xs-top{
        z-index: 1055;
    }
    /* Start Global Class   */

    /* Text Alignment */
    .xs-text-center {
        text-align: center !important;
    }
    .xs-text-left {
        text-align: left !important;
    }
    .xs-text-align {
        text-align: right !important;
    }

    /* Padding Element */
    .p-xs-0{
        padding: 0 !important;
    }
    .pl-xs-0 {
        padding-left: 0 !important;
    }
    .pr-xs-0{
        padding-right: 0 !important;
    }
    .pt-xs-0 {
        padding-top: 0 !important;
    }
    .pb-xs-0 {
        padding-bottom: 0 !important;
    }
    .p-xs-1{
        padding: .25rem !important;
    }
    .pl-xs-1 {
        padding-left: .25rem !important;
    }
    .pr-xs-1{
        padding-right: .25rem !important;
    }
    .pt-xs-1 {
        padding-top: .25rem !important;
    }
    .pb-xs-1 {
        padding-bottom: .25rem !important;
    }

    /* Margin Element */
    .m-xs-0{
        margin: 0 !important;
    }
    .mt-xs-0{
        margin-top: 0 !important;
    }
    .mb-xs-0{
        margin-bottom: 0 !important;
    }
    .m-xs-1{
        margin: 0.25rem !important;
    }
    .mt-xs-1{
        margin-top: 0.25rem !important;
    }
    .mb-xs-1{
        margin-bottom: 0.25rem !important;
    }
    .mt-32 {
        margin-top: 10px;
    }

    /* Typography */
    h1{
        font-size: 1.75rem !important;
        line-height: 2.25rem !important;
        margin: 15px 0 10px;
    }
    h2{
        font-size: 1.25rem !important;
        line-height: 1.75rem !important;
        margin: 15px 0 10px !important;
    }
    h4 {
        font-size: 1.25rem !important;
        line-height: 1.25rem !important;
    }

    /** Start Common Global **/
    hr {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }
    /** owl carousel z-index is 0 as it is affecting '.profile-inner' **/
    .owl-carousel{
        z-index: 0;
    }
    .white-space {
        white-space: nowrap;
    }
    .no-wrap {
        white-space: nowrap;
    }
    .single-line {
        white-space: nowrap;
    }
    .content-desktop {
        display: none;
    }
    .btn-block-xs-only {
        display: block;
        width: 100%;
    }
    .btn-group .btn{
        flex: none !important;
    }
    .table th{
        border-top: 0 solid #FFFFFF;
    }
    .modal.show .modal-dialog{
        margin-top: 15% ;
    }
    .modal-xs-top.show  .modal-dialog {
        margin-top: 0% !important;
    }
    .fooicon {
        background: #66213c;
        border-radius: 50%;
        color: #fff;
        font-size: 24px;
        line-height: 20px !important;
        font-weight: 400 !important;
        font-family: 'Material Icons' !important;
        opacity: 1 !important;
        width: 30px;
        height: 30px;
        top: auto;
        text-align: center !important;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;

        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;

        /* Support for IE. */
        font-feature-settings: 'liga';
    }
    .table-line td{
        white-space: unset;
    }
    .table-line td:last-child {
        padding: 15px 15px 5px 0;
    }


    .custom-input label{
        /*line-height: 2.25rem;*/
    }
    /** End Common Global **/

    /** Start Main Wrapper **/
    .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }
    #content {
        position: relative;
    }
    .content-header{
        padding-left: .75rem;
        padding-right: .75rem;
    }
    .card-title {
        padding: 10px;
    }
    /** End Main Wrapper **/

    /** Start Side Bar and Top Bar **/

    .sidebar {
        width: 90rem;
    }
    .sidebar .nav-item .collapse {
        position: relative;
        left: calc(1.5rem + 1rem / 2);
        z-index: 1;
        top: -10px;
    }
    .sidebar .nav-item .nav-link span {
        margin-left: 15px;
    }
    .sidebar .nav-item .nav-link {
        padding: 15px 35px 15px 15px;
    }
    .sidebar .nav-item .nav-link i {
        margin-right: 5px;
    }
    .sidebar .nav-item .collapse .collapse-inner .collapse-item,
    .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
        margin: 0;
        padding: 0.5rem 2.7rem 0.5rem 0.5rem;
    }
    .sidebar .nav-item .collapse .collapse-inner,
    .sidebar .nav-item .collapsing .collapse-inner {
        padding: .5rem 1.4rem .5rem 0;
        min-width: 8rem !important;
    }
    .sidebar .nav-item .nav-link .img-profile,
    .topbar .nav-item .nav-link .img-profile {
        height: 1.5rem;
        width: 1.5rem;
        box-shadow: none;

    }
    .topbar #sidebarToggleTop {
        color: #fff;
        width: 64px;
        height: 64px;
        z-index: 1;
        line-height: 40px;
        padding: 0 !important;
        margin: 0 !important;
    }
    .topbar #sidebarToggleTop:hover {
        background: transparent;
        box-shadow: none;
    }
    .topbar #sidebarToggleTop .fa{
        font-size:22px;
    }
    .bg-white.topbar {
        background: rgb(255, 195, 51);
        background: -moz-linear-gradient(top, rgba(255, 195, 51, 1) 0%, rgba(23, 23, 23, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 195, 51, 1) 0%, rgba(23, 23, 23, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 195, 51, 1) 0%, rgba(23, 23, 23, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCDC00', endColorstr='#171717', GradientType=0);
        padding: 0;
    }
    .topbar.navbar-light .navbar-nav .nav-item .nav-link i {
        font-size: 28px;
        color: #ffffff;
    }
    .topbar {
        z-index: unset;
        height: 60px;
    }
    .topbar .dropdown .dropdown-menu {
        display: none;
    }
    .btn-select {
        padding: 10px 30px 10px 10px;
        min-width: 165px;

    }
    .select-container{
        margin-top: 0px;
    }
    .select-box{
        margin-left: 0px;
        height:100vh;
        position: relative;
    }
    .modal-bottom{
        position: absolute;
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
    .select-community::before{
        left:90px;
    }
    .select-community-nav{
        position: absolute;
        z-index: 1;
        text-align: center;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -35%);
    }
    .unit-list{
        padding: 0;
        list-style: none;
        margin-top: 10px;
    }
    .unit-list .unit-list-items{
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .unit-list .unit-row{
        position: relative;
    }
    .unit-list .arrow-icon{
        position: absolute;
        top: 11px;
        right: 20px;
    }
    .unit-list .unit-list-items .selected-values{
        display: table-cell;
        vertical-align: middle;
        height: 56px;
        font-size: 14px;
        color: #2E6978;
        padding-right: 40px;
    }
    .unit-list .unit-list-items .unit-name{
        font-size: 20px;
        font-weight: 600;
        line-height: 35px;
    }
    .unit-list .unit-list-items .unit-light{
        font-size: 14px;
        font-weight: 300;
    }
    .unit-list .unit-list-items .arrow-icon .fa{
        font-size: 25px;
    }
    .button-left .fa{
        font-size: 25px;
    }
    .single-unit{
        height: 90px;
    }
    .dash-title h1{
        color: #333333 !important;
        text-shadow: none !important;
    }
    .dash-title {
        margin-bottom: 10px;
    }
    .single-unit .community-banner {
        position: relative;
        height: 180px;
        width: calc(100%);
        left: 0;
        background-size: auto;
        margin-top: -25px;
        margin-bottom: 15px;
    }
     .multi-unit{
        height: 90px !important;
    }
    .single-unit .select-box, .multi-unit .select-box{
        height: 90px !important;
    }
    .single-unit ~ .community-details  .select-community-nav, .multi-unit ~ .community-details  .select-community-nav {
        transform: translate(-50%, -70%);
    }
    .single-unit ~ .app-content {
        margin-top:25px;
    }
    .multi-unit ~ .app-content {
        margin-top:35px;
    }
    .topbar-header{
        position:relative;
        margin:0;
    }
    .topbar-header .topbar-button{
        position: absolute;
        left: 0;
        font-size: 20px;
    }
    .nav-tabs .nav-link {
        padding: 8px;
        color: #333333;
        font-weight: lighter;
    }
    .nav-tabs .nav-link.active {
        color: #65003c;
        font-weight: lighter;
        border: unset;
        border-bottom: 2px solid #65003c;
    }
    .profile {
        background: rgba(1, 104, 123, 0.5);
        width: 100%;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 3;
        height: 100vh;
        display: none;
    }
    .profile-inner {
        background: #01687B;
        float: right;
        width: 80%;
        z-index: 4;
        height: 100vh;
        position: relative;
    }
    .profile #closeProfile {
        background: transparent;
        border: 0;
        color: #fff;
        font-size: 30px;
        line-height: 32px;
        position: absolute;
        top: 20px;
        left: 20px;
    }
    .profile .user-img {
        height: 80px;
        width: 80px;
        border-radius: 50%;
        margin: 30px 30px 10px;
        position: relative;
        left: 0;
        top: 0;
        border: 0;
    }
    .profile ul li {
        padding: 10px;
    }
    .profile ul li a {
        font-size: 16px;
        font-weight: 400 !important;
        color: #fff;
    }
    .profile h5.light {
        color: #ffffff !important;
    }
    .profile .logo {
        position: absolute;
        bottom: 20px;
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .img-profile {
        width: 30px;
        height: 30px;
        background: #ffffff;
    }
    .nav-mail-mobile {
        display: none;
    }
    .navbar-nav-mobile {
        padding: 0 10px;
        margin: 0;
        display: inline-block;
        float: left;
        list-style: none;
        color: #fff;
    }
    .navbar-nav-mobile .nav-item .nav-link{
        display: unset;
        -webkit-box-align:unset;
        -ms-flex-align: unset;
        padding: 0;
    }
    .navbar-nav-mobile .mobile-mail {
        float: left;
        color: #ffffff;
        /*margin-top: 3px;*/
    }
    .navbar-nav-mobile .mobile-profile {
        float: right;
        color: #ffffff;
        /*margin: 0 0 0 15px;*/
    }
    .navbar-nav-mobile li a {
        color: #ffffff;
        padding: 0;
    }
    .sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after {
        float: right;
        margin-right: 0;
    }
    .sidebar-dark .sidebar-brand {
        color: #fff;
        height: auto;
        padding: 5px 15px 45px;
    }
    .owner-navbar {
        height: 60px;
    }
    /** End Side Bar and Top Bar **/

    /* Start Owl Slider Style */
    .owl-carousel h4 {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }
    .owl-theme .owl-nav {
        display: none;
    }
    .carousel-btn {
        padding-top: 5px;
    }
    .owl-lifestyle .lifestyle-img{
        height: 200px;
    }
    .carousel-card-body {
        padding-right: 0;
    }
    .owl-carousel-general .owl-stage {
        left: -20px;
    }
    /* End Owl Slider Style */

    /* End Global Class */

    /**********************************/

    /* Start Class By Page **/

    /* Start login, Register and Move-in Page */
    .popover-body {
        position: absolute;
        top: -74px;
        width: 290px;
        right: -130px;
    }
    .popover .arrow::after{
        transform: rotate(270deg);
        top: -25px;
    }
    .popover .arrow::before{
        display: none;
    }
    /* End login, Register and Move-in Page */

    /* Start Dashboard and Community Page */
    .community-banner {
        position: relative;
        height: 180px;
        /*height: 120px;*/
        width: calc(100%);
        left: 0;
    }
    .community-details{
        border-radius: 0;
        background-color: #FFFFFF;
        box-shadow: 0 2px 12px 0 rgba(149, 149, 149, 0.5);
        -webkit-box-shadow: 0 2px 12px 0 rgba(149, 149, 149, 0.5);
        border: 0;
    }
    .community-details h6 {
        line-height: 2.12rem !important;
        padding-right: 1rem;
        padding-top: 1rem;
    }
    .community-banner img {
        height: 180px;
    }
    .community-set {
        margin-bottom: 0 !important;
    }
    .community-info-banner {
        height: 200px;
        width: 105%;
        margin-top: 0;
        margin-left: -20px;
        margin-right: -20px;
    }
    .dash-title{
        z-index: 0;
    }
    .dash-title.community-set h1 {
        padding-left: 15px;
        text-shadow: none !important;
        color: #333333 !important;
    }
    .dash-title.community-set h6 {
        font-size: 14px !important;
        padding: 15px 15px 15px 15px;
        font-weight: 400 !important;
        text-shadow: none !important;
        color: #333333 !important;
        margin: 0;
    }
    .service-card .service-card-header h4{
        font-size: 1.22rem !important;
    }

    .chart-pie {
        height: 15rem !important;
    }
    .payable-card .payable-card-body {
        padding: 20px;
    }
    .payable-card h1 {
        font-size: 32px !important;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .payable-card p {
        font-size: 18px;
    }
    .enrollp {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .enroll-card-min-height {
        height: 178px;
    }
    .payment-height {
        min-height: 160px;
    }
    .payment-card{
        min-height: 180px;
    }

    .community-tab{
        overflow-x: scroll;
        z-index: 1;
    }
    .card .slider-margin{
        margin-right: 0;
    }

    .ad-banner-img {
        height: auto;
    }
    .event-img-wrapper img{
        height: auto;
    }
    .enroll-img-wrapper img {
        height: auto;
    }
    .lifestyle-card img {
        height: 220px;
        object-fit: cover;
    }
    .amenities .card-img-top{
        height: 220px;
        object-fit: cover;
    }
    .card-min-height {
        min-height: 140px;
    }
    .calender-card-body {
        min-height: 90px;
        height: auto;
    }
    #fullCalendar .fc-button {
        padding: 11px !important;
        font-size: 13px;
    }
    #fullCalendar .fc-button-group .fc-icon {
        font-size: 1.5em !important;
    }
    .fc-toolbar.fc-header-toolbar {
        margin-bottom: 1.5em;
    }
    /*.fc-toolbar {*/
        /*display: block !important;*/
    /*}*/
    .d-sm-flex {
        margin-left: 20px;
    }
    .fc-toolbar > * > :not(:first-child) {
        margin-left: 0 !important;
    }

    .dashboard-row {
        padding-left: 15px;
        padding-right: 15px;
    }
    .dashboard-row h5,
    .dashboard-row h6 {
        font-size: 14px !important;
    }
    .dashboard-row h2 {
        color: #333333;
        letter-spacing: -1.23px;
        font-size: 22px !important;
        line-height: 20px !important;
        font-weight: 500;
    }
    .dashboard-min .staticstic-div h2.staticstic-div-info {
        padding: 8px 0;
    }
    .dashboard-min .staticstic-div .staticstic-div-card{
        min-height:0;
    }
    .dashboard-min h2.request-info{
        padding-bottom: 12px;
    }
    .dashboard-table .title {
        font-size: 18px !important;
        margin: 0;
    }
    .dashboard-table .card-header {
        padding: 5px 15px 5px;
    }
    .dashboard-table .view-all {
        line-height: 35px;
    }
    .document-header .current-date-time{
        display: flex;
        height: 53px;
        align-items: center;
        float: right;
    }
    .custom-input.checkbox label:not(.error)::before{
        top: -2px;
    }

    .custom-input.checkbox input:checked ~ label:not(.error)::before{
        top: -2px;
    }

    .custom-input.checkbox.input-md input:checked ~ label:not(.error)::after{
        top: 6px;
    }

    /* End Dashboard and Community Page */

    /* Start My Finances package Page */

    /* Start Account Summary Page */
    .amount-container h1 {
        margin-left: 0;
    }
    .amount-container p{
        margin-left: 0;
    }
    .charges-container-info .white-bck{
        padding: 2px 5px;
    }
    .charges-container-info .default-bck{
        padding: 0;
    }
    h5.light{
        font-size: 16px !important;
    }
    /* End Account Summary Page */
    .due-tble .price-ip.form-control{
        width: 80%;
    }
    .prp_table .hide-td td{
        padding: 0 !important;
    }
    .prp_table .hide-td td .fooicon{
        width:0;
        height:0;
    }
     .th-hide th{
        display: none !important;
    }

    .charges-container-info .default-bck{
        min-width: 70px;
        max-width: 70px;
    }
    .charges-container-info h5 {
        width: 46px;
    }
    .charges-container-info h2 {
        font-size: 30px !important;
        line-height: 20px !important;
    }
    .charges-container-info h3{
        font-size: 25px !important;
        line-height: 45px !important;
    }
    .card-finance-heading .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 150px;
    }
    table tbody tr th.total-amt-xs{
        padding-right: 24px;
    }
    table tbody tr th.total-amt-xs span{
        float: right;
        margin-left: 40px;
    }
    .others-card .others-acc-summary{
        padding-left: 0;
    }

    /* End My Finances package Page */

    /* Start My Request package Page */
    .maintainance-packages-wrap {
        height: auto !important;
    }
    .maintainance-packages-wrap .main-contents {
        padding: 10px;
    }
    .maintainance-packages-wrap p {
        margin-bottom: 5px;
    }
    .maintainance-packages-wrap .img-maintain {
        height: auto !important;
    }
    .blue-header{
        font-size: 20px !important;
    }
    /* End My Request package Page */

    /* Start User and Mail Page */
    .login-unit {
        min-height: 100% !important;
    }
    .invoice-xs{
        /*min-height:50px;*/
    }
    .invoice-card-rs{
        min-height: 120px;
        max-height: 120px;
    }
    /* End User and Mail Page */

    /* Start Footer */
    .copyright span {
        color: #ffffff;
        font-size: 12px;
    }
    /* End Footer */

     .bg-destails-overdue td {
    padding-right: 0 !important;

}
    .view-link{
        text-align: left !important;
    }
    .due-immediatly-link .noCollapse{
        position: absolute;
        top: 65px;
        right: -8px;
    }
    .due-immediatly-link .yesCollapse{
        position: absolute;
        top: 65px;
        right: -8px;
    }

    /*Maintenance Package*/
    .content-bg-one{
        background-image: url(/theme/provisUI/img/m-bg01.png);
        background-repeat: no-repeat;
        background-position: left;
        margin-top: 0px;
        text-align: left;
        height: 140px;
        margin-left: -65px;
        padding-left: 80px;
        margin-bottom: 15px;

    }
    .content-bg-two{
        background-image: url(/theme/provisUI/img/m-bg02.png);
        z-index: 999;
        height: 180px;
        background-repeat: no-repeat;
        background-position: right;
        margin-right: -155px;
        margin-top: -102px;
    }
    .package-card{
        margin-left: 10px;
        margin-right: 10px;
    }
    .maintenance-package{
        margin-left: -15px;
    }
    .content-header-title{
        padding: 15px;
    }
    .maintenance-package h1{
        font-size: 1.5rem !important;
        line-height: 1.8rem !important;
        opacity: .9;
    }
    .back-button{
        margin-top: 30px;
    }
    .accordion-toggle:after {
        font-family: 'FontAwesome';
        content: "\f078";
        float: right;
    }
    .accordion-opened .accordion-toggle:after {
        content: "\f054";
    }
    .maintenance-title{
        color: #ffffff;
    }
    .maintenance-title:focus,.maintenance-title:active{
        color: #ffffff;
    }
    /* End Class By Page **/
}

@media (min-width: 576px) {
    .provis-modal .modal-dialog {
        max-width: 560px !important;
    }
    .topbar .dropdown .dropdown-menu {
        left: -75px;
        margin-top: 15px;
        width: 150px;
        background-color: #FFFFFF;
        box-shadow: 0 2px 12px 0 rgba(186, 186, 186, 0.5);
    }
    .topbar .dropdown .dropdown-menu::before {
        content: '';
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid white;
        position: absolute;
        top: -15px;
        right: 40px;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {}

@media screen and (max-width:767px) {
    #wrapper #content-wrapper {
        min-width: 300px;
        margin-right: -220px;
        height: 100%;
    }
    body.sidebar-toggled #wrapper #content-wrapper {
        min-width: 100%;
        margin-right: 0;
    }
    #menuMask {
        position: absolute;
        top: 60px;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(243, 181, 33, 0.4);
        z-index: 3;
        transition: 0.2s ease all;
    }
    body.sidebar-toggled #menuMask {
        display: none;
    }
    .community-title{
        color:#333333 !important;
        padding-top: 1rem;
        padding-left: 1rem;
    }
}

 .btn-photo input[type=file] {
    position: absolute;
    top: 0;
    left: 80px;
    width: 10%;
    min-height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: pointer;
    display: block;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .sidebar .nav-item .nav-link span {
        font-size: 0.7rem;
    }
    /*.col-md-6 {
        display: flex;
    }*/
    h4 {
        font-size: 14px !important;
    }
    .calndr .text-truncate {
        text-decoration: none;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        width: 150px;
        height: 32px;
    }

    .maintenance-image{
        height: 315px;
    }
    .maintenance-content{
        top: 68%;
        left: 10%;
    }
    .btn.btn-secondary-outline.btn-block {
        white-space: nowrap;
        padding-left: inherit;
    }
    .maintenance-content .btn {
        padding: 1rem 3.5rem 0.75rem;
    }
    /*.maintenance-content .mx-auto a{
        padding-right: ;
    }*/
    .community-wall-mobile .pl-5 {
        padding-left: 0.4rem !important;
    }
    .community-wall-mobile .pr-5 {
        padding-right: 0.4rem !important;
    }
    .mt-1{
        white-space: nowrap;
        padding: 1rem 0.5rem 0.75rem;
    }
    .lifestyle-card .class-texts {
        font-size: 20px !important;
        color: #65003c !important;
        margin-bottom: 1px;
        min-height: 52px;
        display: block;
        align-items: center;
    }
    .maintenance-package h1 {
        line-height: 30px !important;
        opacity: 0.9;
        font-size: 1.75rem !important;
    }
    .content-bg-one {
        height: 138px;
        margin-left: -14px;
    }
    .content-bg-two {
        margin-top: -72px;
    }
    .package-main-two{
        min-height: 315px !important;
    }
    .package-main-three{
        min-height: 389px !important;
    }
    .maintenance-head {
        margin-top: 10px;
        background: #fff;
        margin-right: 10px;
        height: 79px;
        border-radius: 2px 0px;
        margin-left: -5px;
        opacity: .9;
    }
    .maintenance-test {
        width: 65px;
        padding: 10px 10px 10px 10px;
        font-size: 10px;
        position: absolute;
        color: #FFF;
        background: #4D4A4D;
        z-index: 1;
        height: -webkit-fill-available;
        right: 0;
        /* box-shadow: 0 2px 12px 0 rgba(149,149,149,0.5); */
    }
    .maintenance-test:after {
        content: " ";
        position: absolute;
        display: block;
        width: 70%;
        height: 100%;
        top: 0;
        left: -36px;
        z-index: -1;
        background: #4D4A4D;
        transform-origin: bottom right;
        -ms-transform: skew(-30deg, 0deg);
        -webkit-transform: skew(-30deg, 0deg);
        transform: skew(-25deg, 0deg);
        /* box-shadow: 0 2px 12px 0 rgba(149,149,149,0.5); */
    }
    .maint-start {
        height: 18px;
        width: 49px;
        color: #FFFFFF;
        font-family: Tajawal;
        font-size: 10px;
        line-height: 18px;
        font-weight: lighter;
    }
    .maint-rate {
        height: 24px;
        width: 48px;
        color: #FFFFFF;
        font-family: Tajawal;
        font-size: 17px;
        font-weight: bold;
        line-height: 24px;
        text-align: center;
        margin-bottom: 0px;
    }
    .standard-pad{
        padding-left: 5px;
    }
    .package-title{
        font-size: 14px;
    }
    .package-main .bootstrap-select .btn.dropdown-toggle {

        padding-left: 5px;
    }
    .bootstrap-select .dropdown-toggle .filter-option{
        padding-right: unset;
    }
    .package-main .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: auto;
    }
    .package-main .bootstrap-select .dropdown-toggle:after {
        width: 8px;
        height: 8px;
        top: calc(58% - 6px);
        position: absolute;
        right: 4px;
        top: 17px;
    }

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .sidebar {
        width: 28.33% !important;
        height: 100vh;
        box-shadow: 0 2px 12px 0 #9E9E9E;
        max-width: 292px;
    }
    .sidebar ul {
        height: calc(100vh - 30px);
        margin: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .sidebar ul::-webkit-scrollbar {
        width: 4px;
    }
    .sidebar ul::-webkit-scrollbar-track {
        border-radius: 0;
    }
    .sidebar ul::-webkit-scrollbar-thumb {
        background: #CCDC00;
        border-radius: 0;
    }
    .sidebar footer {
        padding-top: 10px;
        padding-left: 15px;
        height: 50px;
        color: white;
        text-align: left;
        font-size: 0.75rem;
    }
    .sidebar.toggled footer {
        display: none;
    }

    .sidebar::-webkit-scrollbar {
        width: 0;
    }
    .sidebar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }
    .sidebar::-webkit-scrollbar-thumb {
        background-color: #CCDC00;
        outline: 1px solid slategrey;
    }
    .chart-pie {
        height: calc(12rem - 43px) !important;
    }
}

@media (min-width: 768px) {
    .table-line td {
        display: table-cell !important;
    }

    .footable > tbody > tr > td,
    .footable > tbody > tr > th {
        display: table-cell !important;
    }

    /* Start Side and Top Bar Section */
    .sidebar.toggled {
        width: 65px !important;
    }

    .sidebar.toggled .nav-item .nav-link span {
        font-size: .65rem;
        display: none;
    }

    .sidebar.toggled .nav-item .nav-link {
        text-align: center;
        padding: .75rem 1rem;
        width: 100%;
    }
    .sidebar.toggled .nav-item .nav-link i, .sidebar.toggled #sidebarToggle::before, .sidebar.toggled #sidebarToggle::after {
        font-size: 1.3rem;
    }
    /* End Side and Top Bar Section */
}

/* Large devices (tablets, 768px and up)  */
@media (min-width: 980px) and (max-width: 1024px) {
    .sidebar .nav-item .nav-link span {
        font-size: 0.8rem;
    }

    h4 {
        font-size: 20px !important;
    }

    .maintenance-content {
        top: 64%;
    }

    .btn.btn-secondary-outline.btn-block {
        white-space: nowrap;
        padding-left: inherit;
    }

    .col-9.mx-auto {
        white-space: nowrap;
        width: 200px;
    }

    .community-wall-mobile .pl-5 {
        padding-left: 1rem !important;
    }

    .community-wall-mobile .pr-5 {
        padding-right: 1rem !important;
    }

    .community-info-banner {
        height: 375px;
    }

    .community-btns {
        padding-top: 140px;
    }

    .community-btns .no-wrap {
        display: flex;
        white-space: nowrap;
    }

    .lifestyle-card img {
        height: 130px;
    }

    .table-responsive .mr-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .carousel-btn .pr-4 {
        padding-right: 5.5rem !important;
    }

    .community-btns .mt-5 {
        display: flex;
    }

    .community-btns .mr-3 {
        white-space: nowrap;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .amenities .card-img-top {
        height: 150px;
    }

    .amenity {
        min-height: 396px;
    }

    .btn {
        padding: 1rem .80rem .75rem;
    }

    .maintainance-packages-wrap {
        min-height: 190px;
    }

    .maintainance-packages-wrap .img-maintain {
        height: 190px;
    }

    .attachment-div label:not(.error) {
        white-space: unset;
    }

    .calndr .text-truncate {
        text-decoration: none;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        width: 200px;
        height: 32px;
    }

    .col-1 {
        display: contents;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .pl-sm-1{
        padding-left: 0 !important;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .owl-lifestyle .lifestyle-img {
        height: 135px;
    }
    .enroll-img-wrapper img {
        height: 400px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
.csc-gp-width {width: 200px !important;}
.csc-request {width: 200px !important;}
.rq-block {width: 16%;margin-bottom: 15px;}
.inc-card label {max-width: 85px;}
.inc-graph .gp-count, .inc-graph .gp-count span {font-size: 9px;}
}

@media (min-width: 768px) and (max-width: 991px){
.csc-gp-width {width: 150px !important;}
.csc-request {width: 150px !important;}
.rq-block {width: 19%;margin-bottom: 15px;}
}

@media (max-width: 767px){
.rq-block {width: 19%;margin-bottom: 15px;}
.srv-gph {width: 200px !important;}
.gp-count {margin-left: 0;}
.srv-7 label {max-width: inherit;}
}

@media (max-width: 575px){
.csc-request {width: 200px !important;}
.rq-block {width: 49%;margin-bottom: 15px;}
.rq-block:nth-child(even){border-right: 0 none !important;}
}

/* End Responsive UI */

/*
   Please Don't write any css below this section,
   if you have to please write before Start Responsive UI Section
*/

/* Custom Styles */
.select-drop.status-drop.status-select .bootstrap-select>.dropdown-toggle, .select-drop.status-select .bootstrap-select .btn.dropdown-toggle:active {
    height: 31px;
    padding: 0 0.75rem;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    border-radius: 0.35rem;
}
.select-drop.status-drop.status-select .form-control {
    height: 34px;
    border: 1px solid #E3E2DD;
    border-radius: 0.35rem;
    padding: 0 1.05rem 0 0;
    margin-left: 0;
    font-size: 15px;
}
.date-pop {
    margin-right: 17px;
}
.ut-list table.dataTable.table-line thead th {
    border: none !important;
}
.ut-list table.dataTable.table-line tbody td {
    border-bottom: 1px solid #f6f6f4 !important;
    border-top: 0 !important;
}
.ut-list table.dataTable.no-footer {
    border-bottom: 0 none;
}
.ut-list .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid transparent;
    background: inherit;
}
.ut-list .page-item.active .page-link {
    background-color: #f3b521;
    border-color: #f3b521;
}
.ut-list .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding-right: 7px;
    padding-left: 7px;
}
.ut-list .dataTables_wrapper .dataTables_processing {
    left: 16px;
    right: 0;
    max-width: 200px;
    z-index: 1;
    background: #ebaf1f;
    width: 100%;
    padding: 4px;
    color: #fff;
    top: 6px;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
}
.accordion .collapse {
    cursor: default;
}
.ut-list .Utility > input {
    font-size: 12px;
    padding: 0 5px;
    margin-top: 5px;
    border: 1px solid #ddd;
}
.ut-list .dataTables_length {
    padding-left: 15px;
}
.ut-list div.dataTables_wrapper div.dataTables_length select {
    min-width: 50px;
    padding: 0 0 0 5px !important;
}
.ut-list .page-link {
    padding: .5rem .75rem;
    margin: 0;
}
.ut-list .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid transparent;
}
.graph-count .overall-count-one {
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.title-edit .controls {
    right: -5px;
    top: 7px;
}
.title-edit.desc-edit .controls {
    top: 1px;
    cursor: pointer;
}
.temp-accr .card-link {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-weight: 900;
}
.temp-accr .card-link {
    padding-left: 10px;
}
.btn-outline-primary {
    color: #f3b521;
    border-color: #f3b521;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
    background-color: #f3b521;
    border-color: #f3b521;
}
#utilityEnergyTable_paginate {float: right;}
/*.temp-accr .card-link:after {
    content: "\f107";
    position: absolute;
    left: 10px;
    font-size: 17px;
}
.temp-accr .card-link.collapsed:after {
    content: "\f105";
}*/
.temp-accr .table-bordered td, .temp-accr .table-bordered th {
    vertical-align: middle;
    border-bottom: 0;
    border-top: 0;
}
.w-40 {width: 40%;}
.temp-accr .table-bordered.table-head {background-color: #fafafa;}
.tab-response p {font-family: 'Tajawal', sans-serif;font-weight: normal;}
.table-opt .custom-control-input:checked~.custom-control-label::before, .check-pm .custom-control-input:checked~.custom-control-label::before {border-color: #420028;background-color: #420028;border-radius: 0;}
.table-opt .custom-checkbox .custom-control-label::before, .check-pm.custom-checkbox .custom-control-label::before {border-radius: 0;border-color: #420128;}
.table-opt {display: none;}
.edit-res, .other-res {top: 10px;right: 0;z-index: 1}
.edit-response, .other-response, .notify-pop {top: 0;right: -100%;z-index: 9999;transition: all 0.5s;max-width: 530px;}
body.responses:before {background: rgba(0,0,0,0.5);position: absolute;content: "";left: 0;right: 0;z-index: 9;top: 0;bottom: 0;}
.tab-response .badge-danger {background-color: #e74a3b;color: #fff;}
.color-palette {top: 8px;right: 10px;}
/*input[type="color" i] {padding: 0;height: 25px;width: 25px;border: 0;}*/
.response-ip {border: 0 none;}
.response-ip:focus {border: 1px solid #000;}
.score-contain {display: none;}
.fail-response {max-width: 50px;text-align: center;}
.response-focus {display: none;}
.response-ul > li.response-active .score-contain {display: none;}
.response-ul > li.response-active .response-focus {display: block;}
.response-ul > li .fa-trash-alt {cursor: pointer;}
.failed-opt {bottom: 20px;background-color: #f9f9f2;z-index: 1;min-width: 260px;display: none;}
.template-creation, .template-preview {max-height: 520px;overflow: auto;height: 100%;}
div.template-preview {overflow: inherit;}
.page-head {background-color: #F5F5F5;border-bottom: 1px solid rgb(205, 205, 205);border-top: 1px solid rgb(205, 205, 205);}
.svg-arr {right: 30px;top: 25px;}
.tab-response .svg-arr {top: 5px;right: 6px;}
.prev-sect {border-top: 1px solid rgb(224, 224, 224);border-bottom: 1px solid rgb(224, 224, 224);}
.prev-sect a svg {right: 15px;}
.prev-sect a.active svg {transform: rotate(90deg);}
.action-set, .choice-set {background-color: #fafafa;}
.ans-format .bootstrap-select .btn.dropdown-toggle {padding: 0;height: inherit;border: 0;font-size: 14px;color: #450129;}
.ans-format .bootstrap-select .dropdown-toggle:after {display: none;}
.ans-format button:focus, .ans-format div:focus, .ans-format .bootstrap-select .dropdown-toggle:focus, .ans-format .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {outline: none !important;}
.ans-format .bootstrap-select .dropdown-menu.inner {min-width: 110px;}
.ans-format .bootstrap-select .dropdown-menu li a {font-size: 15px;padding: 5px 10px;}
.ans-format .bootstrap-select .dropdown-menu {margin: 0;}
.ans-format .dropdown.bootstrap-select.form-control {width: auto;margin-top: -3px;}
.primary-select.active {background-color: #1cc88a !important;color: #fff !important;}
.warning-select.active {background-color: #f6c23e !important;color: #fff !important;}
.danger-select.active {background-color: #e74a3b !important;color: #fff !important;}
.secondary-select.active {background-color: #858796 !important;color: #fff !important;}
.preview-contain {max-height: 384px;overflow-y: scroll;}
.image-set input[type="file"] {display: block;max-width: 100%;}
.image-set .imageThumb {max-height: 50px;cursor: pointer;}
.image-set .pip {display: inline-block;margin: 10px 10px 0 0;border: 1px solid #ddd;text-align: center;}
.image-set .remove {display: block;background: #430128;border: 1px solid #430128;font-size: 10px;color: white;text-align: center;cursor: pointer;padding: 0 10px;}
.image-set .remove:hover {background: white;color: black;}
.preview-scroll .preview-contain:first-child .prev-btn, .preview-scroll .preview-contain:last-child .next-btn {display: none;}
.quest-del, .sect-del {top: 10px;right: -25px;z-index: 1;display: none;}
td.selected .quest-del, td.selected .sect-del, td.selected .icon-set {display: block;}
.sect-head {background-color: #f5f5f5;}
.sect-quest > td:before, .quest-row > td:before {position: absolute;content: "";border-left: 1px solid rgb(222 165 27);width: 0.08px;height: 84%;top: 10px;bottom: 0;left: 25px;}
.quest-row > td:before {left: 11px;border-left: 1px solid rgba(61,1,41,0.1);}
.sect-arr {background-color: #f2b31d;left: 10px;top: 5px;width: 30px;line-height: 30px;height: 30px;transition: all 0.2s;}
.sect-contain.active .sect-arr {transform: rotate(-90deg);transition: all 0.2s;}
.sect-contain.active .sect-quest, .sect-message {display: none;}
.sect-contain.active .sect-message {display: table-row;}
.del-opt {display: none;min-width: 77px;right: 0;}
.del-sect.active .del-opt {display: block;}
.head-arr {left: 0;top: 0;z-index: 1;transition: all 0.3s;}
.card-collapse .head-arr {transform: rotate(-90deg);transition: all 0.3s;}
.card-collapse .card-content {display: none;}
.add-page {font-size: 14px !important;text-decoration: underline;}
.icon-set {left: -85px;top: 0;z-index: 1;background-color: #f8f9fc;border: 1px solid;display: none;}
.font-10 {font-size: 10px !important;}
.font-8 {font-size: 8px !important;}
.sect-head .icon-set {left: -37px;}
tr.ui-sortable-handle.ui-sortable-helper > td {display: table;width: 100% !important;background-color: #fff;}
.drag-ico {top: 10px;left: 0;}
.quest-row > td {padding-left: 25px !important;}
.title-ico-edit > label, .response-modal li {cursor: pointer;}
.response-modal li .badge-danger {background-color: #e74a3b;color: #fff;}
.prev-item.active .svg-arr {transform: rotate(-90deg);}
.prev-item.active .prev-sect {display: none;}
.prev-item:focus{outline: none;}
.description-title label.control-label, .description-title {display: block !important;width: 95%;}
.custom-input.radio > label {
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    align-items: center;
    height: 16px;
    padding-top: 2px;
}
.access-feat .custom-input.radio input:checked ~ label:not(.error)::before, .access-feat .custom-input.radio label:not(.error)::before {
    top: 0px !important;
}
.access-feat .custom-input.radio input:checked ~ label:not(.error)::after {
    top: 4px;
}
/*.custom-input.radio > label span {
    height: 12px;
}*/
.form-group.skin-square > label {
    margin-bottom: 0;
}
.doc-view, .doc-view:hover {
    color: #fff;
    padding: 5px 10px;
}
.doc-view {
    background-color: #f0b322;
}
.doc-view:hover {
    background: linear-gradient(to right, #5A595D, #403F45);
}
/*.description-title .control-label {
    border: 1px solid #eee;
    padding: 5px 10px;
}
.description-title.active .control-label {
    padding: 0;
}*/
.dashboard-min .card-body {
    padding: 1.25rem 1rem;
}
.community-search .custom-input.radio input:checked ~ label:not(.error)::before, .community-search .custom-input.radio label:not(.error)::before, .faq-page .custom-input.radio input:checked ~ label:not(.error)::before, .faq-page .skin-square .custom-input.radio label:not(.error)::before {
    top: 0;
}
.community-search .custom-input.radio input:checked ~ label:not(.error)::after, .faq-page .custom-input.radio input:checked ~ label:not(.error)::after {
    top: 4px;
}
.admin-dash .dashboard-min .staticstic-div .staticstic-div-info, .admin-dash .dashboard-min .staticstic-div .staticstic-div-card {
    padding: 10px 0 0 0;
    min-height: 60px;
}
.admin-dash .card.dashboard-min {
    margin-bottom: 10px;
}
.admin-dash .dashboard-min .info-text {
    min-height: 80px;
}
.attachment-div span.no-wrap {
    font-size: 14px;
}
.dwn-excel {
    padding: 0.25rem 0.5rem;
}
.manage-cat {white-space: normal;}
.connect-dash .border-cube::after {
    top: 0px;
    height: 30px;
}
.select-drop.gate-drop .bootstrap-select .filter-option-inner-inner {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 25px;
}
.collection-ppm > ul, .csc-card > .card-body {
    width: max-content;
}
.collection-ppm {
    overflow-x: auto;
    overflow-y: hidden;
}
.util-rep .util-cht .card {
    overflow-x: auto;
}
.response-li-file {
    display: inline-grid;
    width: 100%;
}
.response-li-file .file-upload-wrapper {
    margin-right: 0 !important;
    float: left;
}
.response-kpi-set {
    padding-right: 20px !important;
}
#broadcast_type.access-feat .custom-input.checkbox input:checked ~ label:not(.error)::before, #broadcast_type.access-feat .custom-input label:not(.error)::before,
.access-feat.dis_user_type .custom-input.radio input:checked ~ label:not(.error)::before, .access-feat.dis_user_type .custom-input label:not(.error)::before,
.access-feat.edt-pref .custom-input.radio input:checked ~ label:not(.error)::before, .access-feat.edt-pref .custom-input label:not(.error)::before {
    top: 1px !important;
}
#broadcast_type.access-feat .custom-input.checkbox input:checked ~ label:not(.error)::after,
.user_type_checkbox .custom-input.checkbox input:checked ~ label:not(.error)::after,
.access-feat.dis_user_type .custom-input.checkbox input:checked ~ label:not(.error)::after,
.add-asset-view .custom-input.radio input:checked ~ label:not(.error)::after,
.access-feat.edt-pref .custom-input.checkbox input:checked ~ label:not(.error)::after,
.resid_ip .custom-input.radio input:checked ~ label:not(.error)::after {
    top: 4px;
}
.user_type_checkbox .access-feat .custom-input.radio input:checked ~ label:not(.error)::before, .user_type_checkbox .access-feat .custom-input label:not(.error)::before {
    top: 3px !important;
}
.add-asset-view .custom-input.radio input:checked ~ label:not(.error)::before,
.resid_ip .custom-input.radio input:checked ~ label:not(.error)::before, .resid_ip .custom-input label:not(.error)::before {
    top: 0;
}
.check-set.custom-input label:not(.error)::before {top: -10px;}

/* Start Responsive UI */

/*internet explorer styles*/