/* Set up the flex container */
.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Allow the content-wrap to grow, effectively pushing the footer to the bottom */
.content-wrap {
    flex: 1;
}






td {
    box-sizing: border-box;
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    background-color: #FBFBFB;
    justify-content: space-between;
    align-items: center;
    padding: 16px 30px 20px 20px;
    color: #03113B !important;
    font-size: 20px !important;
    letter-spacing: 0;
    line-height: 29px;
    justify-content: center;
    align-items: center;
    width: auto;
}



tr {

    background-color: #FFFFFF;
    box-shadow: 0 6px 26px 0 rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

th {

    text-align: right !important;
}

.paymentsum {
    color: #24BCBE;
    display: flex;
    flex-direction: row-reverse;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 32px;
    align-items: baseline;
}

.paymentnumbers {
    color: #03113B !important;

    display: flex;
    flex-direction: row-reverse;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 32px;
    align-items: baseline;


}

.s22 {

font-size: 22px !important;
}

/* OTP Page */

.pinbox {
    margin-top: 1em;
    white-space: nowrap;
}

input.PIN {
    background-color: var(--pin-input-background-color);
    color: #03113B !important;
    border: 2px solid #03113B !important;
    padding: 10px;
    box-sizing: border-box;
    width: 58px;
    height: 60px;
    text-align: center !important;
    font-size: 25px;
    display: inline-block;
}

@media only screen and (max-width: 600px) {
    input.PIN {
        background-color: var(--pin-input-background-color);
        color: #03113B !important;
        border: 2px solid #03113B !important;
        padding: 10px;
        box-sizing: border-box;
        width: 40px;
        height: 38px;
        text-align: center !important;
        font-size: 25px;
        display: inline-block;
    }
}


.service-charge-wrap-input {
    width: 100%;
    height: 54px;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    padding: 15px 20px;
    color: #fff;
}


/* Payment Page */
.btn-file>input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}

.fileupload {
    margin-bottom: 9px;
}

.fileupload .uneditable-input {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: text;
}


.fileupload .btn {
    vertical-align: middle;
}

.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
    display: none;
}

.fileupload-inline .fileupload-controls {
    display: inline;
}


#preview {
    display: none;
}


[style*="--aspect-ratio"]> :first-child {
    width: 100%;
}

[style*="--aspect-ratio"]>img {
    height: auto;
}

@supports (--custom:property) {
    [style*="--aspect-ratio"] {
        position: relative;
    }

    [style*="--aspect-ratio"]::before {
        content: "";
        display: block;
        padding-bottom: calc(100% / (var(--aspect-ratio)));
    }

    [style*="--aspect-ratio"]> :first-child {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
}


/*.dataTables_wrapper .dataTables_filter input {
    width: 100% !important;
    height: 54px !important;
    background-color: #282B58 !important;
    border-radius: 5px !important;
    border: none !important;
    padding: 15px 20px !important;
    color: #fff !important;
}*/

.dataTables_wrapper .dataTables_filter label {
    color: #03113B !important;
    font-size: 20px !important;
}

.dataTables_wrapper .dataTables_length {
    float: left !important;
    color: #03113B !important;
    font-size: 20px !important;
}

.form-select {
    float: left;
}

.account-form .form-group select {
    padding-right: 30px;
}

.pagination {
  display: inline-flex;
}

input[type="date"] {
  width: 100%;
  -webkit-appearance: none;
}

/*.dataTables_wrapper .dataTables_length select {
    border: 1px solid #03113B !important;
}*/

@media screen and (max-width: 767px) {
	.dataTables_wrapper .dataTables_filter {
		margin-top: 0em !important;
		position: absolute !important;
	}
	.form-control-sm {
		min-height: unset !important;;
	}
	.dataTables_wrapper .dataTables_filter input {
	  padding: 4px !important;
	}	
	.top{
		margin-top: 12px !important;
	} 
	.col-md-6{
		flex: unset !important;
		width: 100% !important;
	}
}

@media only screen and (max-width: 767px) {
	.service-charge-wrap .charge-form .form-group {
		margin-bottom: 20px;
		width: 100% !important;
	}

    .category-box ul li:first-child a i {
        top: 0 !important;
    }
    .category-box ul li a i {
        top: 0 !important;
    }
	
}


@media (max-width: 576px) {
    .modal-dialog {
      max-width: 100%;
      margin: 0;
    }
    .modal-content {
      height: 100vh;
    }
    .modal-body {
      max-height: calc(100vh - 112px);
      overflow-y: auto;
    }
    .modal-iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }

      .seccondmoddals {
        height: 65vh !important;
      }
  }

  .header-wrap .mobile-sidebar i {
    font-size: 24px;
    color: #03113B
    
}

.download-app-text {
    font-size: 50px !important;
    color:white !important;
}

@media only screen and (max-width: 1199px){
.header-wrap.style1 .mobile-menu a {
    background-image: linear-gradient(to top left, #03113B, #025268, #017680) !important;
}

.download-app-text {
    font-size: 35px !important;
    color:white !important;
}

}

table.dataTable td.dt-control:before {
    background-image: linear-gradient(to top left, #03113B, #025268, #017680) !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-image: linear-gradient(to top left, #03113B, #025268, #017680) !important;
    border-color: #03113B
}



.service-charge-wrap .charge-form .form-group input {
    background-color: #017680 !important;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #03113B !important;
}
.dataTables_wrapper .dataTables_length select {
    border: 1px solid #03113B !important;
}

.category-box.style2 ul li a span i {
    color: #03113B !important;
}

.category-box.style2 ul li a {
    color: #03113B !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #03113B !important;
}

.login-form-wrap .login-body .btn {
    border-radius: 10px !important;
}

.login-form-wrap {
    border-radius: 10px !important;
}

.copyright-text {
    border-top: unset !important;
}

.modal-content {
    border-radius: 10px !important;
}


.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 10% !important;
    height: auto !important;
    margin: auto;
    /* background: #fff; */
    background: transparent !important;
    z-index: 20000;
    overflow-x: hidden !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-slider-one {
    pointer-events: none;
}
.hero-slider-one .hero-btn a {
    pointer-events: auto;
}

.hero-wrap {
    margin-top: 60px !important;
}


.header-wrap .header-top .header-top-left .contact-info li i {
    /* color: #03113B !important; */
}

.form-rtl {
    text-align: right !important;
}

.form-rtl-input {
    text-align: right !important;
    border: 1px solid #bbbbcb !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    height: 48px !important;;
    padding: 0 1rem !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
}

.form-rtl-input-no-required {
    text-align: right !important;
    border: 1px solid #d6e1ec !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    height: 48px !important;;
    padding: 0 1rem !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
}



.form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #495057;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + 0.75rem + 2px);
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}


input {
    background-color: #fff;
    border: 1px solid #bbbbcb;
    border-radius: 8px;
     color: #03113B !important;
    /* font-family: Rubik; */
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -.01px;
    line-height: 18px;
    padding: 15px 16px;
    text-align: right;
}



input:active, input:focus, input:hover {
    border: 1px solid #025268 !important;
}


.form-control:focus {
    background-color: #fff !important;
    border-color: #03113B !important;
    box-shadow: 0 0 0 0.2rem #017680 !important;
    color: #03113B !important;
    outline: 0 !important;
}

/*---------------oded-----------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-weight: 800; */
   font-family: "Barlow", sans-serif; 
  /* font-family: none; */
}


.breadcrumb-title h2 {
    /* font-weight: 800; */
    font-size: 32px;
}

.login-form-wrap .login-header h3 {
    /* font-weight: 700; */
}

.category-box.style2 ul li a {
    /* font-weight: 600; */
}

.download-app-text40 {
    font-size: 40px !important;
    color:white !important;
}

@media only screen and (max-width: 1199px){
    .download-app-text40 {
        font-size: 35px !important;
    }
}

@media only screen and (min-width: 1600px){
    .hero-wrap.style3 .hero-content h1 {
        font-size: 54px;
    }
    .breadcrumb-title h2, .section-title h2, .content-title h2 {
        font-size: 36px;
    }
}



button.buttons-excel{
    border: 0px solid #03113B !important;
    background-image: unset !important;
    background-color: transparent !important;
}

button.buttons-excel:hover {
    border: 0px solid #03113B !important;
    background-image: unset !important;
    background-color: transparent !important;
}

.dataTables_scroll{
    margin-top: 10px;
}

.dataTables_wrapper .dataTables_length select {
    padding: 8px !important;
}
 @media only screen and (max-width: 767px){
    .margintop2{
        margin-top: 2%;
    }
    .hero-wrap.style3 .hero-content h1 {
        font-size: 36px;
      }
} 

















