:root {
    --red1: rgb(194, 27, 23);
    --red2: rgb(117, 33, 39);
    --red3: rgb(142, 18, 48);
    --red4: rgb(233, 87, 61);
    --gray1: rgb(111, 112, 114);
      --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #c21b17;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #006d98;
    --warning: rgba(233, 87, 61, 0.1);
    --danger: #ffee83;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --color_main: #c21b17;
    --color_text: #20252b;
    --color_red: #c21b17;
    --color_grey: #f6f6f6;
    --color_grey_dark: #6f7072;
    --color_grey-mid: #aa7a7a;
    --color_dark: #09101d;
    --color_white: #fff;
    --color_black: #000;
    --color_trans: transparent;
    --div-line-color: rgba(111, 112, 114, 0.3);
    --div-line-color2: #d8d8d8;
    --div-line-color3: #dadada;
    --thumbnail-ratio: 68.05%;
    --space: 140rem;
    --inputs-height: 85rem;
  }
body .bg-danger {
	background-color: var(--red1) !important; 
}

body .text-danger {
	color: #C4271B!important;
}

body .btn-danger {
    border-color: #C4271B;
    background-color: #C4271B;
}


.container {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media(min-width: 1366px) {
	.container {
		min-height: 614px;
	}
}
@media(max-width: 1280px) {
	.container {
		min-height: 460px;
	}
}

@media(max-width: 1170px) {
	.container {
		min-height: 405px;
	}
}

footer {
    position: relative;
    height: 72px;
    bottom: 0;
    width: 100%;
    font-size: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
	border-top: 1px solid #dee2e6;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #000;
	opacity: 0.6;
	width: 100%;
	filter: alpha(opacity=60);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }
  #loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 2px solid transparent;
	border-top-color: #ddd;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
  }
  #loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 2px solid transparent;
	border-top-color: #be2821;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
  }
  #loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 1px solid transparent;
	border-top-color: #c62b27;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
  }
  @-webkit-keyframes spin {
	0% {
	  -webkit-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @keyframes spin {
	0% {
	  -webkit-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
}

.p--t--50 {
	padding-top: 50px;
}

.m--b--50 {
	margin-bottom: 50px;
}

.text--fm {
	display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-weight: 500;
}

.box-card {
	height: 70vh; 
	width: 100%; 
	margin: 0 auto; 
	max-width: 825px;
}

.btn.btn-confirm.focus, 
.btn.btn-confirm:focus {
	box-shadow: none;
}

.m--l--5 {
	margin-left: 5px !important;
}

.col--10x {
	width: 100px;
}

.col--15x {
	width: 150px;
}

.col--20x {
	width: 200px;
}

.btn--reset--radius {
    border-radius: 0 !important;
}

.btn-outline-dark-light {
	color: #343a40;
	border: 1px solid #ced4da;
}

.btn-outline-dark-light:hover {
    color: #fff;
    background-color: #ced4da;
    border-color: #ced4da;
}

.btn-outline-dark-light:not(:disabled):not(.disabled).active:focus, 
.btn-outline-dark-light:not(:disabled):not(.disabled):active:focus, 
.show>.btn-outline-dark-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(52 58 64 / 70%);
}

.btn-outline-dark-light:not(:disabled):not(.disabled).active, 
.btn-outline-dark-light:not(:disabled):not(.disabled):active, 
.show>.btn-outline-dark-light.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn.disabled, .btn:disabled {
    cursor: default;
}

.ng-confirm-content {
	word-break: break-word;
}
.fixed-table-pagination {
	margin-top: 10px;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.max-w-250 {
	max-width: 250px;
	inline-size: 250px;
}
.table-box {
    overflow-wrap: break-word;
    text-align: center;
}
.record-image {
    cursor: pointer;
}


body {
    font-family: Roboto-Regular, sans-serif !important;
}
.page-item.active .page-link {
	background-color: var(--red4) !important;
	border-color: var(--red4) !important;
	color: #fff !important;
}
.page-link {
	color: var(--red4) !important;
}
.page-link:hover {
	background-color: var(--gray) !important;
}
.page-link:focus {
	box-shadow: 0 0 0 0.2rem rgb(111 112 114 / 25%);
}
.btn-secondary {
    color: #fff;
    background-color: var(--red4) !important;
    border-color: var(--red4) !important;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(111 112 114 / 25%);
}
.dropdown-item.active, .dropdown-item:active {
	background-color: var(--red4) !important;
}
.bootstrap-table .table thead>tr>th {
	background-color: var(--red1) !important; 
    border-color: #fff; 
    /* height: 50px */;
}
.bootstrap-table {
	font-size: 13px;
}
.payment-or-billing {
	margin-right: 15px;
	align-items: end;
    padding-bottom: 17px;
}
.form-check-inline .form-check-input {
	width: 17px;
	height: 18px;
	cursor: pointer;
}
.transaction-detail-td {
	display: flex;
	align-items: center;
}
.transaction-detail-td .title {
	color: var(--red1) !important;
   	min-width: 150px;
    text-transform: uppercase;
    text-align: right;
    justify-content: end;
    display: flex;
    margin-bottom: auto;
}
.edit-note-icon {
	    margin: -3px 6px 0px 0px;
	    cursor: pointer;
}
.form-check-inline {
	height: fit-content;
}
.transaction-detail-td .content {
	margin-right: 20px;
	font-size: 16px;
	width: 300px;
	padding-left: 30px;
    display: flex;
    flex-direction: column;
}
.mapping-request-header {
	margin-top: 10px;
	
}
.mapping-request-header.done {
	background-color: var(--green) !important; 
	color: #fff;
}
.mapping-request-header.process {
	background-color: var(--yellow) !important; 
}
.mapping-request-header.warning {
	background-color: var(--red1) !important; 
}
.search-input {
	height: 100%;
}
.user-role-tag {
	padding: 2px 15px 2px 7px;
    background: var(--cyan); 
    margin: 2px;
    border-radius: 3px;
    color: #fff;
   	position:relative;
}
.delete-role-btn {
	font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 2px;
    right: 5px;
    cursor: pointer;
}
.ng-confirm .ng-confirm-box div.ng-confirm-title-c .ng-confirm-title {
	font-size: 14px;
}
.ui-datepicker-trigger{
  position: absolute;
  margin-top: -28px;
  right:15px;
  border:none;
  background-color:transparent;
}

.ng-valid{
  border-left: 2px solid #090;
}
.ng-invalid{
  border-left: 2px solid #900;
}
.export-excel-btn {
	width: 30px;
	height: 30px;
	background-image: url("../images/excel-icon.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
	margin-left: 18px;
}
.table-cl-1 {
	width: 50px;
}
.table-cl-status {
	text-align: center;
}
.ng-confirm-content-pane {
	height: fit-content !important;
}
.transaction-detail-table td{
	    vertical-align: top !important;
}
.ekyc-status {
	text-transform: uppercase;
	color: var(--red1);
	font-weight: bold;
}
.success-status {
	color: var(--green);
}