:root {
  --main-color: #1a73e8;
  --text-color: #525252;
}
:root.theme2 {
  --main-color: #5fbfd6;
}
body {
  padding: 0;
  margin: 0;
  /*font-family: 'Roboto Condensed', sans-serif; */
  background: #f5f5f5;
  color: #000;
}
.payment-section {
  max-width: 50%;
  margin: 6rem auto 1rem;
}
.section1,
.section2 {
  border: 1px solid #dddd;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  background: #fff;
  box-shadow: 3px 0 5px 2px #dddddd70;
}
.main-heading {
  background: #0170d0;
  background: var(--main-color);
  background: #3783e6;
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.section2 .main-heading {
  background: #fff;
  color: #000;
  border-bottom: 1px solid #e2e2e2;
}
.detail label:first-child {
  width: 10rem;
  padding: 0.25rem 0;
  position: relative;
  color: #828181;
  font-weight: 500;
}
.detail label:first-child:after {
  content: ":";
  position: absolute;
  right: 1.5rem;
}
.detail .payment-summary label:first-child:after {
  content: "";
}
.heading {
  background: #d9eaf8;
  margin-top: 1rem;
  border-bottom: 1px solid #b8c8d6;
  padding: 0 0.5rem;
}
.detail {
  padding: 0 0.5rem;
}
.rentdetails .detail {
  padding: 1rem 0.5rem;
}
.monthpay {
  display: flex;
  justify-content: space-between;
  color: #21839a;
  border-bottom: 1px dotted #21839a;
  padding-bottom: 0.25rem;
}
h3 {
  margin: 0;
}
.payment-options {
  display: flex;
  border: 1px solid #e2e2e2;
  padding: 0.5rem;
  justify-content: space-between;
}
.payment > input:checked ~ label {
  border-color: var(--main-color);
}
.section2 .form-check .form-check-input {
  margin-top: 0.9rem;
}
.payment {
  margin: 0.5rem 0;
}
.knetimg {
  width: 24px;
}
.creditcardimg {
  width: 80px;
}
.cashimg {
  width: 24px;
}
.payment-summary {
  display: flex;
  justify-content: space-between;
}
.agreeterms {
  margin-top: 0.7rem;
}
.form-check .form-check-input.iagree {
  float: unset;
}
.btn-pay {
  width: 100%;
  margin: 0.5rem 0;
  font-weight: 700;
}

.top-header {
  height: 5rem;
  width: 100%;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 1030;
  box-shadow: 0px 2px 5px 2px #dddddd7d;
  display: flex;
}

.logo-section {
  padding: 0.25rem 0rem;
  background: var(--main-color);
  display: block;
  /* background: #dbdbdb; */
}
.top-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1rem;
  align-items: center;
}
.top-left {
  font-size: 1.5rem;
  color: #6d6d6d;
}
.top-right {
  display: flex;
}
.top-right-icon {
  padding: 0 0.5rem;
  font-size: 1.5rem;
  color: #6d6d6d;
  text-decoration: none;
  cursor: pointer;
}
.side-bar {
  position: fixed;
  top: 5rem;
  bottom: 0;
  width: 250px;
  background: #fff;
  padding: 0;
  /* box-shadow: 1px -2px 3px 2px #ddd; */
  border-right: 1px solid #ddd;
  transition: 1s all;
  left: 0;
  display: block;
  z-index: 1030;
}
.minify .side-bar {
  width: 50px;
}

.side-bar-list {
  list-style: none;
  padding: 0.25rem 1rem;
  border-bottom: 1px solid #ddd;
}
.side-bar-item {
  text-decoration: none;
  color: var(--text-color);
  font-weight: 500;
  width: 100%;
  display: flex;
  align-items: center;
}
.side-bar-item span {
  padding-left: 0.75rem;
  margin-top: 8px;
  transition: 1s all;
}
.minify .side-bar .side-bar-item span {
  display: none;
  transition: 1s all;
}
.side-bar-item i {
  font-size: 1.5rem;
}
ul.side-bar-ul {
  padding: 0;
  margin: 0;
}

.main-section {
  /*width: calc(100% - 250px);
  margin-left: 250px;*/
  margin-top: 5rem;
  padding: 1rem;
  transition: 1s all;
  width:100%;
}
.minify .main-section {
  width: calc(100% - 50px);
  margin-left: 50px;
}

.panel {
  width: 100%;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 0 2px 1px #ddd;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}
.panel-title {
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.panel-body {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.panel-box {
  width: 20%;
  padding: 0.5rem;
}

.panel-box-inside {
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  padding: 1rem;
  position: relative;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.panel-box-inside .panel-icon {
  position: absolute;
  right: 1rem;
  top: 0;
  font-size: 2rem;
  color: #368dff;
}
.panel-box-inside .bi-check-circle {
  color: #368dff;
}
.panel-box-inside .bi-check2-circle {
  color: #00c96c;
}
.panel-box-inside .bi-person-circle {
  color: #ff636a;
}
.panel-box-inside .bi-exclamation-circle , .panel-box-inside .bi-egg{
  color: #00c3ea;
  color: #ff3838;
}
.text-bold {
  font-weight: 700;
}
.text-small {
  font-size: 0.8rem;
}
.panel-text {
  text-transform: uppercase;
  color: var(--text-color);
  font-size: 1rem;
}
.propertycheck {
  border-color: #004aaa;
}
.form-check-input.propertycheck:checked {
  background-color: #dc8400;
  border-color: #ff9901;
}
#datepicker {
  width: 250px;
}
.page-top .dropdown-item {
  font-weight: 500;
  color: var(--text-color);
  padding: 0.5rem 1rem;
}
.page-top .dropdown-item:hover {
  color: var(--main-color);
}
.page-top .dropdown-item:active {
  color: #fff;
}

.modalbodyheading {
  background: #e1edff;
  color: #3061aa;
  text-align: center;
  padding: 0.5rem 0;
  margin-left: -1rem;
  margin-right: -1rem;
}
.sidebarbtn {
  position: fixed;
  top: 26px;
  left: 212px;
  background: #2d9fbb;
  height: 30px;
  width: 30px;
  border-radius: 25px;
  z-index: 1032;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
}
.profiledetails i {
  color: #21839a;
  width: 2rem;
  height: 2rem;
}
.profiledetails .detail {
  position: relative;
}
.profile-img {
  position: absolute;
  right: 1rem;
  width: 200px;
  height: 200px;
}
.profile-img img {
  border: 1px solid #ddd;
  border-radius: 50%;
  box-shadow: 0px 0px 3px 3px rgb(150 147 147 / 22%);
}

/* Start Canvas Js Style */
.canvasjs-chart-canvas {
  background: linear-gradient(to bottom left, #0000 95%, #ffffff 95%);
}
.canvasjs-chart-credit {
  display: none;
}
.canvas-tooltip-heading {
  background: #efefef;
  padding: 0.5rem;
  margin: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.canvas-tooltip-lable {
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  position: relative;
}
.canvas-tooltip-lable:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  left: 0.5rem;
  background: #ddd;
  border-radius: 25px;
  top: 13px;
}
.canvas-tooltip-lable.label1:before {
  background: #ddd;
}
.canvas-tooltip-lable.label2:before {
  background: #ddd;
}

.canvasjs-chart-tooltip {
  padding: 0 !important;
  border-radius: 0.25rem !important;
}
.canvasjs-chart-tooltip > div {
  padding: 0 !important;
  border-radius: 0.25rem !important;
  border: 1px solid #bfbbbb !important;
  background: #fff !important;
}
.canvasjs-chart-tooltip br {
  display: none;
}
.canvasjs-chart-toolbar {
  top: -85px !important;
}
.canvasjs-chart-toolbar > button {
  width: 30px !important;
  height: 30px !important;
  padding: 5px 0 !important;
}
.canvasjs-chart-toolbar > div {
  top: 35px !important;
}
/* End Canvas Js Style */

/* Start Login Style */
.login-section {
  max-width: 450px;
  margin: 10rem auto 1rem;
  background: #fff;
  padding: 1rem;
  border-radius: 0.3rem;
  box-shadow: 0 0 2px 1px #ddd;
}
.form-control,
.form-select {
  padding: 0.75rem 0.75rem;
}
.form-label {
  font-size: 1.2rem;
  color: #605c5c;
}
.btn-submit {
  padding: 0.75rem;
  min-width: 120px;
}
.content-justify-bw {
  display: flex;
  justify-content: space-between;
}
.login-section .form-check .form-check-input {
  margin-top: 0.25em;
}
a {
  text-decoration: none;
}

.top-login .top-right-side {
  padding: 0.75rem 1rem;
  color: #6d6d6d;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
}
.top-login .top-right-side.btn {
  color: #fff;
}
.text-uppercase {
  text-transform: uppercase;
}

.register-section {
  max-width: 75%;
  margin: 10rem auto 1rem;
  background: #fff;
  padding: 1rem;
  border-radius: 0.3rem;
  box-shadow: 0 0 2px 1px #ddd;
}

.register-section .progress-container {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}
.register-section .progress-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #e0e0e0;
  height: 4px;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
}
.register-section .progress {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: var(--main-color);
  height: 4px;
  width: 0%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.4s all ease;
}

.register-section .circle {
  height: 45px;
  width: 45px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #e0e0e0;
  transition: 0.4s ease;
  z-index: 2;
}
.register-section .circle > span {
  position: absolute;
  top: 45px;
  color: #e0e0e0;
  font-weight: 700;
  font-size: 0.8rem;
}
.register-section .circle.active {
  border: 3px solid var(--main-color);
}
.register-section .circle.active > span {
  color: var(--main-color);
}

.register-section button {
  padding: 8px 30px;
  margin: 5px;
  background-color: var(--main-color);
  color: white;
  border: 0;
  border-radius: 5px;
}
.register-section button:focus {
  outline: none;
}

.register-section button:active {
  transform: scale(0.96);
}

.register-section button:disabled {
  cursor: not-allowed;
  background-color: #e0e0e0;
}
.btn-cancel, .btn-cancel:hover {
  width: 120px;
  background: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-add, .btn-add:hover{
  width: 120px;
  background: #20768b;
  border-color: #20768b;
  color: #fff;
}
.register-section .circle.active:after {
  content: "✓";
  position: absolute;
  color: var(--main-color);
  font-size: 1.5em;
  font-weight: 700;
  top: 3px;
}
.select-type-box {
  border-width: 2px;
  border-style: solid;
  border-radius: 0.25rem;
  padding: 1rem;
  text-align: center;
  font-size: 1.8rem;
  /* white-space: nowrap; */
  background: #fff;
  color: #000;
  cursor: pointer;
}
.tenant {
  color: #0d6efd;
}
.landlord {
  color: #25cff2;
}
.property {
  color: #b02a37;
}
.realestate {
  color: #198754;
}
.landlord.active,
.landlord:active,
.landlord:hover {
  color: #fff;
}
.entries,
.active-code,
.register-success {
  display: none;
}

/* End Login Style */

/* Start Theme Style */

.theme2 .logo-section {
  background: #21839a;
}
.theme2 .top-left,
.theme2 .top-right-icon {
  color: #000000;
}
.theme2 .btn-common {
  color: #000;
  background: none;
  border: 0;
  font-size: 1.5rem;
  padding: 0;
  line-height: 0;
}

.theme2 .top-section {
  background: #5fbfd6;
}
.theme2 .main-heading {
  background: #9ce0f1;
  color: #007590;
}
.theme2 .section2 .main-heading {
  background: #fff;
  color: #000;
}
.theme2 .propertycheck {
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.theme2 .heading {
  background: #ecf3f5;
}
.theme2 .modalbodyheading{
  background: #8fe9ff;
  color: #20768b;
}
/*.theme2 .btn-warning {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}*/
.theme2 a:hover {
  color: #21839a;
}
.theme2 .dropdown-item:focus,
.theme2 .dropdown-item:hover {
  color: #21839a;
  background-color: #f8f9fa;
}
.theme2 .btn-submit,
.theme2 .btn-submit:hover,
.theme2 .top-login .top-right-side.btn {
  background-color: #21839a;
  border-color: #21839a;
  font-weight: 500;
  color: #fff;
}
.theme2 h1 {
  color: #21839a;
}
/* End Theme Style */



/* Start Theme-3 Style */
.theme3 .logo-section {
  background: #3bbd82;
}
.theme3 .top-left,
.theme3 .top-right-icon {
  color: #fff;
}
.theme3 .btn-common {
  color: #fff;
  background: none;
  border: 0;
  font-size: 1.5rem;
  padding: 0;
  line-height: 0;
}
.theme3 .top-section {
  background: #5fd6a0;
}
.theme3 .main-heading {
  background: #9ce0f1;
  color: #007590;
}
.theme3 .section2 .main-heading {
  background: #fff;
  color: #000;
}
.theme3 .propertycheck {
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.theme3 .heading {
  background: #ecf3f5;
}
.theme3 a:hover {
  color: #21839a;
}
.theme3 .dropdown-item:focus,
.theme3 .dropdown-item:hover {
  color: #21839a;
  background-color: #f8f9fa;
}
.theme3 .btn-submit,
.theme3 .btn-submit:hover,
.theme3 .top-login .top-right-side.btn {
  background-color: #21839a;
  border-color: #21839a;
  font-weight: 500;
  color: #fff;
}
.theme3 h1 {
  color: #21839a;
}
.theme3 .sidebarbtn{
  background: #5fd6a0;
}
/* End Theme-3 Style */
.search-lbl{
	font-size: 1rem;
    font-weight: 500;
	margin-bottom:.5rem;
}
.ms-options-wrap > button:after{
	content: unset;
}
.ms-options-wrap > button:focus, .ms-options-wrap > button{
	display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.75rem 0.75rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}
.ms-options-wrap > .ms-options > .ms-search input {
    background: #d0f6ff;
    padding: 0.5rem;
    border-bottom-color: #aaaaaa;
}
.ms-options-wrap > .ms-options ul {
    list-style: none;
    padding: 0 0 0 0.25rem;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"]{
	top: 12px;
}
.ms-options-wrap > .ms-options > .ms-selectall.global {
    margin: 4px 5px;
    background: #258ea7;
    color: #fff;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
	text-decoration: none !important;
}

.payment-detail {
    padding: 10px 20px 10px 20px;
}

#btnPayNow{
    float:right;
    width:120px;
}

.grandtotaltext span {
    font-size:1.5rem;
    font-weight: 200;
}


.grandtotaltext span#grandTotal {
        font-size: 1.5rem;
        font-weight: 500;
    }

.grandtotaltext span.kd {
    font-weight:500;
}

.payment-section-desktop{
    display:block;
}

.payment-section-mobile{
    display:none;
}

    .payment-section-mobile .rentdetails {
        margin: 20px 0 10px 0px;
    }

        .payment-section-mobile .rentdetails .heading {
            padding: 10px;
            margin: 5px;
        }
div#Loader {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #ffffff;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0.5;
}

#loader img {
    top: calc((100% - 40px)/2);
    left: calc((100% - 40px)/2);
    position: fixed;
}

.helplink {
    margin-top: -8px;
}

.failuremsg {
    color: red;
    font-size: 14px;
    margin: 20px;
    text-align: center;
    width: 100%;
    float: left;
}

.payment-section-mobile .tenant-check-mobile {
    /*float: right;
    position: relative;
    top: -30px;*/
}

.panel-logo {
    margin: 0 auto;
    text-align: center;
}

    .panel-logo img.report-img {
        width: 200px;
        margin-bottom: 20px;
    }


.payment-section-mobile .panel-logo img.report-img {
    
    margin-top: 20px;
}
    /* .logoland { */
        /* width: 100%!important; */
    /* } */
/* Start Media Style */
.table-receipt .viewicon {
    /*display: none;*/
}
@media (max-width: 767.98px) {
    .main-section {
            max-width: unset;
            margin: 9rem 0 1rem;
            width: 100%;
        }
        .minify .main-section {
            width: 100%;
            margin-left: 0px;
        }
        .payment-section {
            max-width: unset;
            /*margin: 0;*/
        }
        .detail label:first-child {
            width: 8rem;
        }
        .detail label:nth-child(4):after {
            right: 0.25rem;
        }
        .top-header {
            display: block;
        }
        .logo-section {
            text-align: center;
        }
        .side-bar {
            top: 9.3rem;
            left: -250px;
        }
        .minify .side-bar {
            left: 0;
            width: 250px;
        }
            .minify .side-bar .side-bar-item span {
                display: inline-block;
            }
        .panel-box {
            width: 100%;
        }
        #datepicker {
            width: 50%;
        }
        .login-section {
            margin: 11rem 1rem 1rem;
        }
        .top-login .top-left {
            display: none;
        }
        .top-login .top-section {
            justify-content: space-around;
        }
        .register-section {
            margin: 11rem 1rem 1rem;
            max-width: unset;
        }
        .sidebarbtn {
            left: 10px;
        }
        .payment-section-desktop{
            display:none;
        }
        .payment-section-mobile{
            display:block;
        }

            .payment-section-mobile .paymentsummary{
                margin:10px 5px;
            }
    .table-receipt tr {
        display: flex !important;
        width: 100%;
    }

    .table-receipt th {
        background: #ededed !important;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd !important;
        white-space: nowrap;
        font-size: .8rem;
    }

    .table-receipt td {
        background-color: #ff1d1d00 !important;
        font-size: .8rem;
        display: flex;
        align-items: center;
    }

        .table-receipt th:first-child, .table-receipt td:first-child {
            width: 40%;
        }

        .table-receipt th:nth-child(2), .table-receipt td:nth-child(2) {
            width: 20%;
        }

        .table-receipt th:nth-child(3), .table-receipt td:nth-child(3) {
            width: 20%;
        }

        .table-receipt th:nth-child(4), .table-receipt td:nth-child(4) {
            width: 15%;
        }

        .table-receipt th:nth-child(5), .table-receipt td:nth-child(5) {
            width: 10%;
        }

    .table-receipt .viewicon {
        display: block;
        font-size: 1.2rem;
    }
    }
    @media (min-width: 768px) and (max-width: 1199.98px) {
        .payment-section {
            max-width: 75%;
        }
        .panel-box {
            width: 50%;
        }
    }

    @media (min-width: 1200px) and (max-width: 1399.98px) {
        .payment-section {
            max-width: 60%;
        }
    }
    @media (min-width: 1200px) and (max-width: 1799.98px) {
        .select-type-box {
            min-height: 180px;
        }
    }
    /* End Media Style */
