/**
 * Table Of Content
 *
 * 	1. Globals
 *	2. Headers
 *	3. Navigations
 *	4. Banners
 *	5. Footers
 *	6. app
 *	7. Widget
 *	8. Custom Templates
 */
/******************* 
Global Styles 
*******************/


/*@import '~@swimlane/ngx-datatable/release/index.css';
@import '~@swimlane/ngx-datatable/release/themes/material.css';
@import '~@swimlane/ngx-datatable/release/assets/icons.css';
@import '@angular/material/prebuilt-themes/deeppurple-amber.css'; */

* {
    outline: none;
}

body {
    background: #f5f7fb;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    margin: 0;
    min-height: 100%;
    position: relative;
}

html {
    position: relative;
    height: 100%;
    background: #ffffff;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #603084;
}

a.link {
    color: #603084;
}

a.link:hover,
a.link:focus {
    color: #f37022;
}

a.white-link {
    color: #ffffff;
}

a.white-link:hover,
a.white-link:focus {
    color: #263238;
}


/* Scrollbar*/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #603084;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #cdd3d9;
}

.img-responsive {
    width: 100%;
    height: auto;
    display: inline-block;
}

.img-rounded {
    border-radius: 4px;
}

html body .mdi:before,
html body .mdi-set {
    line-height: initial;
}

html body p,
ul li {
    line-height: 2rem;
}


/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #603084;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/*******************
Headings
*******************/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

h1 {
    line-height: 40px;
    font-size: 36px;
}

h2 {
    line-height: 40px;
    font-size: 30px;
}

h3 {
    line-height: 30px;
    font-size: 24px;
}

h4 {
    line-height: 26px;
    font-size: 21px;
}

h5 {
    line-height: 22px;
    font-size: 18px;
    font-weight: 400;
}

h6 {
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
}

.display-5 {
    font-size: 3rem;
}

.display-6 {
    font-size: 36px;
}

.display-7 {
    font-size: 18px;
}

.display-8 {
    font-size: 0.8rem;
}

.box {
    border-radius: 4px;
    padding: 10px;
}

html body .dl {
    display: inline-block;
}

html body .db {
    display: block;
}

.no-wrap td,
.no-wrap th {
    white-space: nowrap;
}

.circle {
    border-radius: 100%;
}


/*******************
Blockquote
*******************/

html body blockquote {
    border-left: 5px solid #f37022;
    border: 1px solid rgba(120, 130, 140, 0.13);
    padding: 15px;
}

.clear {
    clear: both;
}

ol li {
    margin: 5px 0;
}


/*******************
Paddings
*******************/

html body .p-t-0 {
    padding-top: 0;
}

html body .p-b-0 {
    padding-bottom: 0;
}

html body .p-0 {
    padding: 0px;
}

html body .p-10 {
    padding: 10px;
}

html body .p-15 {
    padding: 15px;
}

html body .p-20 {
    padding: 20px;
}

html body .p-30 {
    padding: 30px;
}

html body .p-40 {
    padding: 40px;
}

html body .p-l-0 {
    padding-left: 0px;
}

html body .p-l-15 {
    padding-left: 15px;
}

html body .p-l-10 {
    padding-left: 10px;
}

html body .p-l-20 {
    padding-left: 20px;
}

html body .p-r-0 {
    padding-right: 0px;
}

html body .p-r-10 {
    padding-right: 10px;
}

html body .p-r-15 {
    padding-right: 15px;
}

html body .p-r-20 {
    padding-right: 20px;
}

html body .p-r-30 {
    padding-right: 30px;
}

html body .p-r-40 {
    padding-right: 40px;
}

html body .p-t-0 {
    padding-top: 0px;
}

html body .p-t-10 {
    padding-top: 10px;
}

html body .p-t-20 {
    padding-top: 20px;
}

html body .p-t-30 {
    padding-top: 30px;
}

html body .p-b-0 {
    padding-bottom: 0px;
}

html body .p-b-5 {
    padding-bottom: 5px;
}

html body .p-b-10 {
    padding-bottom: 10px;
}

html body .p-b-20 {
    padding-bottom: 20px;
}

html body .p-b-30 {
    padding-bottom: 30px;
}

html body .p-b-40 {
    padding-bottom: 40px;
}


/*******************
Margin
*******************/

html body .m-auto {
    margin: 0 auto!important;
}

html body .m-b-auto {
    margin-bottom: auto;
}

html body .m-t-auto {
    margin-top: auto;
}

html body .m-t-0 {
    margin-top: 0;
}

html body .m-b-0 {
    margin-bottom: 0;
}

html body .m-0 {
    margin: 0px;
}

html body .m-l-5 {
    margin-left: 5px;
}

html body .m-l-10 {
    margin-left: 10px;
}

html body .m-l-15 {
    margin-left: 15px;
}

html body .m-l-20 {
    margin-left: 20px;
}

html body .m-l-30 {
    margin-left: 30px;
}

html body .m-l-40 {
    margin-left: 40px;
}

html body .m-r-5 {
    margin-right: 5px;
}

html body .m-r-6 {
    margin-right: 6%;
}

html body .m-r-10 {
    margin-right: 10px;
}

html body .m-r-15 {
    margin-right: 15px;
}

html body .m-r-20 {
    margin-right: 20px;
}

html body .m-r-30 {
    margin-right: 30px;
}

html body .m-r-40 {
    margin-right: 40px;
}

html body .m-t-0 {
    margin-top: 0px;
}

html body .m-t-5 {
    margin-top: 5px;
}

html body .m-t-10 {
    margin-top: 10px;
}

html body .m-t-15 {
    margin-top: 15px;
}

html body .m-t-20 {
    margin-top: 20px;
}

html body .m-t-25 {
    margin-top: 25px;
}

html body .m-t-30 {
    margin-top: 30px;
}

html body .m-t-35 {
    margin-top: 35px;
}

html body .m-t-40 {
    margin-top: 40px;
}

html body .m-b-0 {
    margin-bottom: 0px;
}

html body .m-b-5 {
    margin-bottom: 5px;
}

html body .m-b-10 {
    margin-bottom: 10px;
}

html body .m-b-15 {
    margin-bottom: 15px;
}

html body .m-b-20 {
    margin-bottom: 20px;
}

html body .m-b-30 {
    margin-bottom: 30px;
}

html body .m-b-40 {
    margin-bottom: 40px;
}

html body .minustop15 {
    margin-top: -15px!important;
}


/*******************
vertical alignment
*******************/

html body .vt {
    vertical-align: top;
}

html body .vm {
    vertical-align: middle;
}

html body .vb {
    vertical-align: bottom;
}


/*******************
Height
*******************/

.height150 {
    height: 150px;
}

.heightfull {
    height: 100%;
}

.min-height50 {
    min-height: 50px
}


/*******************
Width
*******************/

.w-1 {
    width: 0.25rem !important;
}

.width45 {
    width: 45px;
}

.width65 {
    width: 65px;
}

.width58 {
    width: 58px;
}

.width26 {
    width: 26%;
}

.width15 {
    width: 15%;
}


/*******************
Opacity
*******************/

.op-8 {
    opacity: 0.8;
}

.op-7 {
    opacity: 0.7;
}

.op-5 {
    opacity: 0.5;
}

.op-3 {
    opacity: 0.3;
}


/*******************
font weight
*******************/

html body .font-bold {
    font-weight: 700;
}

html body .font-semibold {
    font-weight: 600;
}

html body .font-normal {
    font-weight: normal;
}

html body .font-light {
    font-weight: 300;
}

html body .font-medium {
    font-weight: 500;
}

html body .font-16 {
    font-size: 16px;
}

html body .font-14 {
    font-size: 14px;
}

html body .font-13 {
    font-size: 13px;
}

html body .font-10 {
    font-size: 10px;
}

html body .font-18 {
    font-size: 18px;
}

html body .font-20 {
    font-size: 20px;
}

html body .font-28 {
    font-size: 28px;
}

html body .font-40 {
    font-size: 40px;
}

html body .font-50 {
    font-size: 50px;
}


/*******************
Border
*******************/

html body .b-0 {
    border: none !important;
}

html body .b-r {
    border-right: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-l {
    border-left: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-b {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-t {
    border-top: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-t-10-primary {
    border-top: 10px solid rgb(243, 112, 34)
}

html body .b-t-10-secondary {
    border-top: 10px solid #5c2c92;
}

html body .b-all {
    border: 1px solid rgba(120, 130, 140, 0.13) !important;
}


/*******************

*******************/

.hide {
    display: none;
}

.img-circle {
    border-radius: 100%;
}

.radius {
    border-radius: 4px;
}


/*******************
Shadow
*******************/

.shadow1 {
    box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.1);
}


/*******************
Bold
*******************/

.bold {
    font-weight: bold;
}


/********* Font Face  *********/


/*****  open sans  ******/

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('assets/fonts/OpenSans-Bold.eot');
    src: url('assets/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg'), url('assets/fonts/OpenSans-Bold.ttf') format('truetype'), url('assets/fonts/OpenSans-Bold.woff') format('woff'), url('assets/fonts/OpenSans-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('assets/fonts/OpenSans-Regular.eot');
    src: url('assets/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg'), url('assets/fonts/OpenSans-Regular.ttf') format('truetype'), url('assets/fonts/OpenSans-Regular.woff') format('woff'), url('assets/fonts/OpenSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('assets/fonts/OpenSans-SemiBold.eot');
    src: url('assets/fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg'), url('assets/fonts/OpenSans-SemiBold.ttf') format('truetype'), url('assets/fonts/OpenSans-SemiBold.woff') format('woff'), url('assets/fonts/OpenSans-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


/*****  poppins  *******/

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../assets/fonts/Poppins-Medium.eot');
    src: url('../assets/fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/Poppins-Medium.svg#Poppins-Medium') format('svg'), url('../assets/fonts/Poppins-Medium.ttf') format('truetype'), url('../assets/fonts/Poppins-Medium.woff') format('woff'), url('../assets/fonts/Poppins-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../assets/fonts/Poppins-Bold.eot');
    src: url('../assets/fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/Poppins-Bold.svg#Poppins-Bold') format('svg'), url('../assets/fonts/Poppins-Bold.ttf') format('truetype'), url('../assets/fonts/Poppins-Bold.woff') format('woff'), url('../assets/fonts/Poppins-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../assets/fonts/Poppins-Regular.eot');
    src: url('../assets/fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/Poppins-Regular.svg#Poppins-Regular') format('svg'), url('../assets/fonts/Poppins-Regular.ttf') format('truetype'), url('../assets/fonts/Poppins-Regular.woff') format('woff'), url('../assets/fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Black';
    src: url('../assets/fonts/Poppins-Black.eot');
    src: url('../assets/fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/Poppins-Black.svg#Poppins-Black') format('svg'), url('../assets/fonts/Poppins-Black.ttf') format('truetype'), url('../assets/fonts/Poppins-Black.woff') format('woff'), url('../assets/fonts/Poppins-Black.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


/*******************
Text Colors
*******************/

.text-white {
    color: #ffffff !important;
}

.text-danger {
    color: #cd201f !important;
}

.text-muted {
    color: #b9b9b9 !important;
}

.text-warning {
    color: #fec500 !important;
}

.text-success {
    color: #76cb19 !important;
}

.text-info {
    color: #188ef4 !important;
}

.text-inverse {
    color: #3e4555 !important;
}

.text-default {
    color: #495057 !important;
}

html body .text-blue {
    color: #02bec9;
}

html body .text-primary {
    color: #f37022 !important;
}

html body .text-purple {
    color: #603084 !important;
}

html body .text-dark {
    color: #8d97ad;
}

html body .text-black {
    color: #000000;      /* Default sab devices par black color */
    
}

/* Mobile screens (768px ya usse chhoti screen par) */


/*******************
Background Colors
*******************/

.bg-primary {
    background-color: #f37022 !important;
}

.bg-success {
    background-color: #5eba00 !important;
}

.bg-info {
    background-color: #188ef4 !important;
}

.bg-warning {
    background-color: #fec500 !important;
}

.bg-danger {
    background-color: #cd201f !important;
}

html body .bg-light {
    background-color: #f4f8fa !important;
}

html body .bg-light {
    background-color: #f4f8fa;
}

html body .bg-white {
    background-color: #ffffff;
}


/*******************
Labels
*******************/

.label {
    padding: 3px 15px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 4px;
    font-size: 75%;
}

.label-success {
    background-color: #2cdd9b;
}

.label-info {
    background-color: #188ef4;
}

.label-warning {
    background-color: #fec500;
}

.label-danger {
    background-color: #ff4d7e;
}

.label-primary {
    background-color: #f37022;
}

.label-white {
    background-color: #ffffff;
}


/*******************
 Badge
******************/

.badge {
    font-weight: 400;
}

.badge-xs {
    font-size: 9px;
}

.badge-xs,
.badge-sm {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.badge-success {
    background-color: #5eba00;
}

.badge-info {
    background-color: #188ef4;
}

.badge-primary {
    background-color: #f37022;
}

.badge-warning {
    background-color: #fec500;
}

.badge-danger {
    background-color: #cd201f;
}

.badge-purple {
    background-color: #7460ee;
}

.badge-red {
    background-color: #fb3a3a;
}

.badge-inverse {
    background-color: #3e4555;
}


/*******************
List-style-none
******************/

ul.list-style-none {
    margin: 0px;
    padding: 0px;
}

ul.list-style-none li {
    list-style: none;
}

ul.list-style-none li a {
    color: #8d97ad;
    padding: 8px 0px;
    display: block;
    text-decoration: none;
}

ul.list-style-none li a:hover {
    color: #f37022;
}

ul ul {
    list-style-type: none;
}

ul ul>li:before {
    content: "–";
    /* en dash here */
    position: absolute;
    margin-left: -1.1em;
}


/*******************
dropdown-item
******************/

.dropdown-item {
    padding: 8px 1rem;
    color: #404040;
    font-size: 13px;
}


/*******************
Buttons
******************/

.btn {
    font-weight: 600;
    letter-spacing: .03em;
    font-size: 0.8125rem;
    min-width: 2.375rem;
    color: #ffffff;
    padding: 0.375rem 0.75rem;
    border-radius: 3px;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    box-shadow: none;
}

.btn:hover {
    color: #ffffff;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-space {
    margin-right: 5px;
}

.btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.btn:hover span {
    padding-right: 25px;
}

.btn:hover span:after {
    opacity: 1;
    right: 0;
}

.btn-light {
    color: #263238;
}

.btn-light:hover {
    background: #263238;
    color: #ffffff;
    border-color: #263238;
}

.btn-lg {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
}

.btn-md {
    padding: 12px 50px;
    font-size: 16px;
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: 12px;
	margin-left: 24px;
}

.btn-xs {
    padding: .25rem .5rem;
    font-size: 10px;
}

.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px;
}

.btn-circle.btn-md {
    padding: 18px 0px;
    width: 60px;
    height: 60px;
    font-size: 20px;
}

.btn-circle.btn-sm {
    width: 35px;
    height: 35px;
    padding: 8px 10px;
    font-size: 14px;
}

.btn-circle.btn-lg {
    width: 70px;
    height: 70px;
    padding: 24px 15px;
    font-size: 20px;
    line-height: 23px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 14px 15px;
    font-size: 24px;
}

.btn-rounded {
    border-radius: 60px;
    -webkit-border-radius: 60px;
}

.btn-secondary,
.btn-secondary.disabled {
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    background-color: #f37022;
    border-color: #f37022;
    color: #FFFFFF;
}

.btn-secondary:hover,
.btn-secondary.disabled:hover {
    color: #ffffff !important;
    background: #f37022;
    border-color: #f37022;
}

.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary.disabled.active,
.btn-secondary.disabled:active,
.btn-secondary.disabled:focus {
    color: #ffffff !important;
    background: #f37022;
    border-color: #f37022;
}

.btn-primary,
.btn-primary.disabled {
    background: #623d84;
    border: 1px solid #623d84;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.btn-primary:hover,
.btn-primary.disabled:hover {
    background: #623d84;
    background: -webkit-linear-gradient(legacy-direction(to right), #623d84 0%, #623d84 100%);
    background: -webkit-gradient(linear, left top, right top, from(#623d84), to(#623d84));
    background: -webkit-linear-gradient(left, #623d84 0%, #623d84 100%);
    background: -o-linear-gradient(left, #623d84 0%, #623d84 100%);
    background: linear-gradient(to right, #623d84 0%, #623d84 100%);
    border: 1px solid #623d84;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background: #623d84;
    background: -webkit-linear-gradient(legacy-direction(to right), #623d84 0%, #623d84 100%);
    background: -webkit-gradient(linear, left top, right top, from(#623d84), to(#623d84));
    background: -webkit-linear-gradient(left, #623d84 0%, #623d84 100%);
    background: -o-linear-gradient(left, #623d84 0%, #623d84 100%);
    background: linear-gradient(to right, #623d84 0%, #623d84 100%);
    border-color: #623d84;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(243, 211, 192);
}

.btn-success,
.btn-success.disabled {
    background: #5eba00;
    border: 1px solid #5eba00;
    color: #ffffff;
}

.btn-success:hover,
.btn-success.disabled:hover {
    background: #5bb202;
    border: 1px solid #5bb202;
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus {
    background: #1dc8cc;
}

.btn-warning,
.btn-warning.disabled {
    background: #fec500;
    color: #ffffff;
    border: 1px solid #fec500;
}

.btn-warning:hover,
.btn-warning.disabled:hover {
    background: #dcaf17;
    color: #ffffff;
    border: 1px solid #dcaf17;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus {
    background: #dcaf17;
    color: #ffffff;
}

.btn-danger,
.btn-danger.disabled {
    background: #cd201f;
    border: 1px solid #cd201f;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.btn-danger:hover,
.btn-danger.disabled:hover {
    background: #cd201f;
    border: 1px solid #cd201f;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus {
    background: #cd201f;
}

.btn-outline-secondary {
    background-color: #ffffff;
    color: #727b84;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.btn-outline-secondary:focus {
    background: #263238;
}

.btn-outline-primary {
    color: #f37022;
    background-color: #ffffff;
    border-color: #f37022;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus {
    background: #f37022;
    color: #ffffff;
    border-color: #f37022;
}

.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus {
    background: #f37022;
    border-color: #f37022;
}

.btn-outline-success,
a.btn-outline-success {
    color: #2cdd9b;
    background-color: transparent;
    border-color: #2cdd9b;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success.focus,
a.btn-outline-success:hover,
a.btn-outline-success:focus,
a.btn-outline-success.focus {
    background: #2cdd9b;
    border-color: #2cdd9b;
    color: #ffffff;
}

.btn-outline-success.active,
.btn-outline-success:active,
.btn-outline-success:focus,
a.btn-outline-success.active,
a.btn-outline-success:active,
a.btn-outline-success:focus {
    background: #1dc8cc;
}

.btn-outline-warning {
    color: #fec500;
    background-color: transparent;
    border-color: #fec500;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning.focus {
    background: #fec500;
    border-color: #fec500;
    color: #ffffff;
}

.btn-outline-warning.active,
.btn-outline-warning:active,
.btn-outline-warning:focus {
    background: #dcaf17;
}

.btn-outline-danger {
    color: #ff4d7e;
    background-color: transparent;
    border-color: #ff4d7e;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger.focus {
    background: #ff4d7e;
    border-color: #ff4d7e;
    color: #ffffff;
}

.btn-outline-danger.active,
.btn-outline-danger:active,
.btn-outline-danger:focus {
    background: #d73e6b;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
    /* background-color: #345bcb;
  border: 1px solid #345bcb; */
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
    background-color: #5bb202;
    border: 1px solid #5bb202;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus {
    background-color: #dcaf17;
    border: 1px solid #dcaf17;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus {
    background-color: #d73e6b;
    border: 1px solid #d73e6b;
}

.btn span.btn-devider {
    display: inline-block;
    padding-left: 10px;
}

.btn-default {
    color: #000000;
    background-color: #f6f6f6;
    border-color: rgba(0, 20, 49, 0.12);
}

.btn-default:hover {
    color: #FFFFFF;
    background-color: #603084;
    border-color: rgba(98, 61, 132, 0.9);
}


/*-------------------*/


/*Bootstrap 4 hack*/


/*-------------------*/

.card-columns {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.card-columns .card {
    margin-bottom: 30px;
}

.invisible {
    visibility: hidden !important;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}


/******************* 
Topbar
*******************/

.topbar {
    padding: 0px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    width: 100%;
    position: fixed;
    z-index: 20;
}

.topbar.fixed-header {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    background: #188ef4;
}

.topbar.fixed-header .navbar .navbar-brand img {
    height: 50px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

@media screen and (max-width: 768px) {
    .navbar-brand img {
        text-align: center;
        margin: 0 auto!important;
    }
}


/******************* 
Main & Page wrapper
*******************/

.page-wrapper {
    padding-top: 0px;
}

#main-wrapper {
    overflow: hidden;
}


/******************* 
container fluid
*******************/

.container-fluid {
    padding: 0px;
}

@media (min-width: 1280px) {
    .container {
        max-width: 98%;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1900px;
    }
}

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 0;
    /* Footer height */
}

.icon {
    color: #9aa0ac !important;
}

a.icon {
    text-decoration: none;
    cursor: pointer;
}


/******************* 
footer
*******************/

.footer {
    background: #fff;
    border-top: 1px solid rgba(0, 40, 100, 0.12);
    font-size: 0.875rem;
    padding: 1.25rem 0;
    color: #9aa0ac;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
    height: 50px;
}

.footer span {
    font-size: .9rem;
}


/*************Bank Portal***********
*********************************/


/***********************************
LOGIN*****************************/

.login-bg {
    background: url('../images/banking-cash-deposit.jpg') no-repeat;
    background-size: cover;
    background-position: right center;
}


/*************Dashboard***********
*********************************/

.page-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 1.5rem 0 1.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.5rem;
}

.page-subtitle {
    font-size: 0.8125rem;
    color: #6e7687;
    margin-left: 0.5rem;
}

.page-options {
    margin-left: auto;
}

#dashboard-container .card {
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
    border: 1px solid rgba(120, 130, 140, 0.13) !important;
    border-radius: 3px;
}

.d-block {
    display: block !important;
}

.in-block {
    display: inline-block !important;
}

.border-bottom-1 {
    border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}

.border-top-1 {
    border-top: 1px solid rgba(0, 40, 100, 0.12);
}


/*************Dashboard Ends***********
*********************************/

.avatar {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 50%;
    display: inline-block;
    background: #f8f8f8 no-repeat center/cover;
    position: relative;
    text-align: center;
    color: #868e96;
    font-weight: 600;
    vertical-align: bottom;
    font-size: .875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.8;
}


/******************* 
Spacer
*******************/

.spacer {
    padding: 90px 0;
}

.mini-spacer {
    padding: 40px 0;
}

@media screen and (max-width: 768px) {
    .spacer {
        padding: 40px 0;
    }
}


/******************* 
Title
*******************/

.title {
    margin: 20px 0 15px;
}


/******************* 
Subtitle
*******************/

.subtitle {
    color: #8d97ad;
    line-height: 24px;
}


/******************* 
card
*******************/


/*.card {
  border: 0px;
  margin-bottom: 30px; */

.card {
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
    border: 1px solid rgba(120, 130, 140, 0.13) !important;
    border-radius: 3px;
    background: #FFFFFF;
    border: 1px solid #eee;
}

.card-header {
    background: none;
    padding: 0.5rem 1.5rem;
    display: -ms-flexbox;
    display: flex;
    min-height: 3.5rem;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    border-bottom: 3px solid rgb(237, 106, 49);
}

.card-header-new {
    background: none;
    padding: 0.5rem 1.5rem;
    display: -ms-flexbox;
    display: flex;
    min-height: 3.5rem;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.card-header:first-child {
    border-radius: calc(3px - 1px) calc(3px - 1px) 0 0;
}

.card-footer {
    border-top: 1px solid rgba(0, 40, 100, 0.12);
    color: #6e7687;
}

.card-footer,
.card-bottom {
    padding: 1rem 1.5rem;
    background: none;
}

.card-footer:last-child {
    border-radius: 0 0 calc(3px - 1px) calc(3px - 1px);
}

.card-title {
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.card-title:only-child {
    margin-bottom: 0;
}

.card-options {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 100;
    order: 100;
    margin-right: -.5rem;
    color: #9aa0ac;
    -ms-flex-item-align: center;
    align-self: center;
}

.card-header .card-title {
    margin-bottom: 0;
}

.card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.card-group .card {
    border: 1px solid rgba(120, 130, 140, 0.13);
    margin-bottom: 30px;
}

.card-table {
    margin-bottom: 0;
}

.card-table tr:first-child td,
.card-table tr:first-child th {
    border-top: 0;
}


/*.card-table tr td:first-child,
.card-table tr th:first-child {
  padding-left: 1.8rem;
  width: 7%;
}*/

.card-table tr td:first-child,
.card-table tr th:first-child {
    padding-left: 1.5rem;
}

.card-table tr td:last-child,
.card-table tr th:last-child {
    padding-right: 1.5rem;
}

.card-body+.card-table {
    border-top: 1px solid rgba(0, 40, 100, 0.12);
}


/*******************
Table
*******************/

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #e9ecef;
    color: #9aa0ac;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
}

.table-hover tbody tr:hover {
    background-color: #f2f5fb;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.02);
}


/*******************
navbar tabs
*******************/

.nav-link,
.nav-item {
    padding: 0 .75rem;
    min-width: 2rem;
    transition: .3s color;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.nav-item:first-child {
    padding: 0 .75rem 0 0;
}

.header-wrapper .dropdown-menu {
    margin-top: .75rem;
}

.dropdown-menu.show {
    display: block;
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
    border: 1px solid rgba(120, 130, 140, 0.13) !important;
    border-radius: 3px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff!important;
    text-decoration: none;
    background-color: #603084;
}

.dropdown-menu-arrow.dropdown-menu-right:before,
.dropdown-menu-arrow.dropdown-menu-right:after {
    left: auto;
    right: 12px;
}

.dropdown-menu-arrow:before {
    position: absolute;
    top: -6px;
    left: 12px;
    display: inline-block;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 40, 100, 0.12);
    border-left: 5px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.dropdown-menu-arrow:after {
    position: absolute;
    top: -5px;
    left: 12px;
    display: inline-block;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    content: '';
}


/*.nav-link {
    display: block;
    padding: .5rem 1.5rem;
}
.nav-tabs .nav-link {
    border: 1px solid #ebebea;
    border-radius: 0;
    background: #ebebea;
}
.nav-tabs {
    border-bottom: 0!important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FFFFFF!important;
    background-color: #f36f21!important;
    border-color: #f36f21!important;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
    margin-right: 8px;
}
.nav-item a {
    color: #6e6e6e;
  }
  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}*/

.tab-content {
    border: 0;
    background: transparent;
}

.tab-content>.tab-pane {
    padding: 0;
}

.nav-pills .nav-link.active,
.show>.nav-pills .nav-link {
    color: #fff!important;
    background-color: #603084!important;
}

.nav-pills .nav-link {
    border-radius: .25rem;
    border: 1px solid;
}


/******************* 
Icon space
*******************/

.icon-space {
    margin: 20px 0;
}

.linking {
    color: #3e4555;
}

.linking i {
    font-size: 14px;
    margin-left: 10px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.linking:hover {
    color: #f37022;
}

.linking:hover i {
    margin-left: 15px;
}


/******************* 
Listing
*******************/

.list-block {
    margin: 0px;
    padding: 0px;
}

.list-block li {
    list-style: none;
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.list-block li i {
    margin-right: 10px;
    -webkit-flex-shrink: 0px;
    -ms-flex-negative: 0px;
    flex-shrink: 0px;
    margin-top: 3px;
}

.list-block.with-underline li {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    padding: 15px 0;
}


/******************* 
up section
*******************/

.up {
    z-index: 10;
    position: relative;
}

.bt-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    visibility: hidden;
}


/******************* 
Side text content
*******************/

.side-content {
    padding: 40px 60px;
}


/******************* 
Owl carousel
*******************/

.owl-carousel {
    display: block;
    width: 100%;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}

.owl-carousel .owl-stage {
    position: relative;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-carousel .owl-nav.disabled {
    display: none;
}


/******************* 
position
*******************/

.po-absolute {
    position: absolute;
}

.po-relative {
    position: relative;
}


/*-------------------*/


/*Bootstrap 4 hack*/


/*-------------------*/

.invisible {
    visibility: hidden !important;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}


/*************/


/* Dropdown*/


/*************/

.navbar-nav .dropdown-toggle::after {
    display: none;
}

.navbar-nav .dropdown-menu.b-none {
    border: 0px;
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.navbar-nav {
    font-weight: 400;
}

.navbar-nav .dropdown-menu.b-none {
    border: 0px;
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.pre-scroll {
    position: relative;
}

.mega-dropdown {
    position: static;
}

.mega-dropdown .dropdown-menu {
    width: 100%;
    padding: 30px;
    margin-top: 0px;
    overflow: hidden;
}

.mega-dropdown .list-style-none {
    font-size: 14px;
}

.mega-dropdown .inside-bg {
    margin: -30px 0 -30px -30px;
}

.mega-dropdown .inside-bg-right {
    margin: -30px -30px -30px 0;
}

.mega-dropdown .bg-img {
    background-size: cover;
    height: 100%;
    padding: 30px;
}

.mega-dropdown h6 {
    margin: 15px 0;
    font-size: 15px;
}


/*************/


/* Alert */


/*************/

.alert-primary {
    color: #24426c;
    background-color: #dae5f5;
    border-color: #cbdbf2;
}

.alert-danger {
    color: #6b1110;
    background-color: #f5d2d2;
    border-color: #f1c1c0;
}

.alert-warning {
    color: #7d6608;
    background-color: #fcf3cf;
    border-color: #fbeebc;
}


/*************/


/* Form */


/*************/

.form-control {
    font-size: .8rem;
    padding: .75rem;
    border: 1px solid rgba(120, 130, 140, 0.13);
	 height:calc(1.5em+0.75em+9px);
}

.edit-form {
    background-color: white;
    border: none;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: .8rem;
    font-weight: normal;
    color: #292929;
}

.mandatory {
    padding: .2rem .2rem;
    font-size: 90%;
    color: #bd4147;
    background-color: transparent;
    border-radius: .25rem;
}

.custom-file-control {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgba(120, 130, 140, 0.13);
    border-radius: .25rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 2.375rem;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 2.375rem;
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 2.375rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid rgba(0, 40, 100, 0.12);
    border-radius: 3px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f5f7fb;
    opacity: 1;
    font-weight: 600;
}

.form-control {
    font-weight: 600;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #fbfbfc;
    border: 1px solid rgba(0, 40, 100, 0.12);
    border-radius: 3px;
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.input-group-prepend>.btn,
.input-group-append>.btn,
.input-group-btn>.btn {
    height: 100%;
    border-color: rgba(0, 40, 100, 0.12);
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}


/*************/


/* Checkbox */


/*************/


/*.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #603084;
}*/


/*select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 12px); }
*/


/*******************
UI-Elements
******************/


/*******************
Buttons
******************/

.button-group .btn {
    margin-bottom: 7px;
    margin: 5px;
}


/*******************
Notification page Jquery toaster
******************/

.alert-rounded {
    border-radius: 60px;
}


/*******************
Vertical tabs
******************/

.vtabs {
    display: table;
}

.vtabs .tabs-vertical {
    width: 150px;
    border-bottom: 0px;
    border-right: 1px solid rgba(120, 130, 140, 0.13);
    display: table-cell;
    vertical-align: top;
}

.vtabs .tabs-vertical li .nav-link {
    color: #263238;
    margin-bottom: 10px;
    border: 0px;
    border-radius: 4px 0 0 4px;
}

.vtabs .tab-content {
    display: table-cell;
    padding: 20px;
    vertical-align: top;
}

.tabs-vertical li .nav-link.active,
.tabs-vertical li .nav-link:hover,
.tabs-vertical li .nav-link.active:focus {
    background: #f37022;
    border: 0px;
    color: #ffffff;
}


/*Custom vertical tab*/

.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:hover,
.customvtab .tabs-vertical li .nav-link:focus {
    background: #ffffff;
    border: 0px;
    border-right: 2px solid #f37022;
    margin-right: -1px;
    color: #f37022;
}

.tabcontent-border {
    border: 1px solid #ddd;
    border-top: 0px;
}

.customtab2 li a.nav-link {
    border: 0px;
    margin-right: 3px;
    color: #8d97ad;
}

.customtab2 li a.nav-link.active {
    background: #f37022;
    color: #ffffff;
}

.customtab2 li a.nav-link:hover {
    color: #ffffff;
    background: #f37022;
}

.homepage .nav-tabs .nav-item a {
    padding: 1rem 1.5rem;
}

.homepage .nav-tabs {
    border-bottom: 0!important;
    border: 1px solid #ddd;
}

.progress {
    position: relative;
}

.progress-xs,
.progress-xs .progress-bar {
    height: .25rem;
}

.progress-sm,
.progress-sm .progress-bar {
    height: .5rem;
}

.progress-bar-indeterminate:after,
.progress-bar-indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    left: 0;
    will-change: left, right;
    top: 0;
    bottom: 0;
}

.progress-bar-indeterminate:before {
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress-bar-indeterminate:after {
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

@-webkit-keyframes loader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*============================================================== 
 Feature 3argin-top: -9px!important;
}
 ============================================================== */

#accordion .card-body {
    padding: 0 75px 10px;
}

.card.card-border {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.wrap-feature3-box h6 {
    margin-bottom: 0;
}

.wrap-feature3-box .card-header {
    border-bottom: 0;
}

.wrap-feature3-box .serialno {
    display: inline-block;
    color: #FFFFFF;
    border-radius: 100%;
    border: solid 4px #f06d06;
    padding: 5px;
    background-clip: content-box;
    background-color: #f37022;
    width: 60px;
    height: 60px;
    line-height: 43px;
    text-align: center;
    margin-right: 10px;
    font-size: 25px;
}

@media screen and (max-width: 768px) {
    .wrap-feature3-box .serialno {
        display: none;
    }
    #accordion .card-body {
        padding: 0 0 10px;
    }
}


/*============================================================== 
 Ui-bootstrap
 ============================================================== */

ul.list-icons {
    margin: 0px;
    padding: 0px;
}

ul.list-icons li {
    list-style: none;
    line-height: 30px;
    margin: 5px 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

ul.list-icons li a {
    color: #8d97ad;
}

ul.list-icons li a:hover {
    color: #f37022;
}

ul.list-icons li i {
    font-size: 13px;
    padding-right: 8px;
}

ul.list-inline li {
    display: inline-block;
}

ul.list-inline li:first-child {
    padding-left: 0px;
}

ul.list-inline li a {
    color: #8d97ad;
}

ul.list-inline li a:hover {
    color: #f37022;
}

ul.two-part {
    margin: 0px;
}

ul.two-part li {
    width: 48.8%;
}


/*Accordion*/

html body .accordion .card {
    margin-bottom: 0px;
}

#accordion4 .card-header {
    border: 1px solid rgba(120, 130, 140, 0.13);
    background: transparent;
    margin-bottom: 10px;
}

#accordion4 .card-header a {
    color: #8d97ad;
}

#accordion4 .card-header:hover {
    background-color: #188ef4;
    border: 1px solid #188ef4;
}

#accordion4 .card-header:hover a {
    color: #ffffff;
}

#accordion4 .card.active .card-header {
    background-color: #188ef4;
    border: 1px solid #188ef4;
}

#accordion4 .card.active .card-header a {
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    html body .accordion .card {
        margin-bottom: 0px;
        border-bottom: 1px solid #e6e6e6;
    }
    .feature3 .p-l-15 {
        padding-left: 0;
    }
    .feature3 .p-r-15 {
        padding-right: 0;
    }
}


/*******************
Custom-select
******************/

.custom-select {
    background: url(../images/ui/custom-select.png) right 0.75rem center no-repeat;
    border: 1px solid rgba(120, 130, 140, 0.13);
    height: calc(2.25rem + 10px);
    line-height: 1.5;
    font-weight: 600;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 5px);
}

.custom-select:disabled {
    color: #495057;
    background-color: #f5f7fb;
    font-weight: 600;
}

.custom-control-input:active~.custom-control-indicator {
    color: #fff;
    background-color: #603084;
}

.custom-control-input:focus~.custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #603084;
}


/*******************
textarea
******************/

textarea {
    resize: none;
}

.form-control-danger,
.form-control-success,
.form-control-warning {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .5625rem;
    -webkit-background-size: 1.125rem 1.125rem;
    background-size: 1.125rem 1.125rem;
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
    color: #2cdd9b;
}

.has-success .form-control {
    border-color: #2cdd9b;
}

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
    color: #fec500;
}

.has-warning .form-control {
    border-color: #fec500;
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
    color: #ff4d7e;
}

.has-danger .form-control {
    border-color: #ff4d7e;
}

.input-group-addon [type="radio"]:not(:checked),
.input-group-addon [type="radio"]:checked,
.input-group-addon [type="checkbox"]:not(:checked),
.input-group-addon [type="checkbox"]:checked {
    position: initial;
    opacity: 1;
}

.input-form .btn {
    padding: 14px 12px;
}

.form-control-sm {
    padding: .25rem .5rem;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.form-control,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group-prepend,
.input-group-append,
.input-group-btn {
    font-size: 0.9375rem;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-prepend>.btn,
.input-group-append>.btn,
.input-group-btn>.btn {
    height: 100%;
    border-color: rgba(0, 40, 100, 0.12);
}


/*******************
custom modals
******************/

.custom-modal .close-btn {
    position: absolute;
    right: 12px;
    top: 10px;
    argin-top: -9px!important;
}

color: #8d97ad;
font-size: 25px;
background: #ffffff;
width: 20px;
height: 20px;
text-align: center;
display: block;
border-radius: 100%;
line-height: 19px;

}
.custom-modal .modal-body {
    overflow: hidden;
}
.custom-modal .modal-bg-img {
    background-size: cover;
    background-position: center center;
    min-height: 300px;
}
.modal1 .modal-bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 40px;
}
.modal1 .input-group {
    margin-top: -45px;
}
.modal2 .modal-bg {
    padding: 30px 30px 30px 15px;
}
.modal3 .modal-bg {
    padding: 50px 40px 60px 25px;
}
.modal4 .modal-bg {
    padding: 55px 55px 55px 40px;
}
.modal-header {
    border-bottom: 0;
}
.modal-body {
    padding: 0 45px 45px;
}
.modal .b-all:hover,
.modal .b-all:active,
.modal .b-all:focus,
.modal .b-all:visited,
.modal .active {
    border: 3px solid rgba(243, 111, 33, 0.78) !important;
}
.modal .b-all:hover .text-black,
.modal .b-all:active .text-black,
.modal .b-all:focus .text-black,
.modal .b-all:visited .text-black,
.modal .active .text-black {
    color: #f36f21;
}
.modal-content {
    border-radius: 0;
}
.modal .close {
    float: right;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #969696;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

/*******************
common-innerpage-banner
*******************/
.banner-innerpage {
    padding: 150px 0 100px;
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    border-bottom: 8px solid #f27120;
}
.banner-innerpage .title {
    color: initial;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
}
.banner-innerpage .subtitle {
    color: #ffffff;
}
.banner-innerpage.pagebanner {
    padding: 80px 0 80px;
    background-color: #f5f5f5;
    background-size: cover;
    border-bottom: 0;
}
.banner-innerpage ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.banner-innerpage ul li {
    line-height: 2rem;
    padding: 10px;
    display: inline-block;
}
@media (max-width: 768px) {
    .banner-innerpage {
        background-size: cover;
    }
}
@media (max-width: 900px) {
    .static-slider10 .title {
        font-size: 40px;
        line-height: 45px;
    }
}
.with-noborder .media {
    border: 0px;
    padding: 0px;
    margin: 50px 0;
}
argin-top: -9px!important;

}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f37022;
}

/*******************
Footer 4
*******************/
.footer4 .f4-bottom-bar {
    padding-top: 10px;
    margin-top: 20px;
}
.footer4 .f4-bottom-bar a {
    color: #8d97ad;
}
.footer4 .f4-bottom-bar a:hover {
    color: #188ef4;
}

/*******************
Modal in center
*******************/
.modal-dialog {
    min-height: calc(100vh - 60px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto;
}
@media (max-width: 768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}
.left {
    float: left;
}
.right {
    float: right;
}
.bgwhite {
    background: #fff;
}
[class*="btn"] {
    cursor: pointer;
}
[class*="disabled"] {
    cursor: not-allowed !important;
}
button:focus {
    outline: none;
}
.bs-datepicker-head {
    background-color: #609 !important;
}
.bs-datepicker-body table td span.selected {
    background-color: #609 !important;
}
.afu-upload-btn {
    display: none !important;
}
.cursor {
    cursor: pointer !important;
}
.width50 {
    width: 50px;
}
[disabled].noUi-slider {
    opacity: 0.5;
}
[disabled] .noUi-handle {
    cursor: not-allowed;
}
.uploadform .container {
    margin: 0!important;
    padding: 0!important;
}
.dragNDrop .afu-dragndrop-box {
    display: border-box;
    border: 1px solid rgba(120,
    130,
    140,
    0.13)!important;
    height: 6rem!important;
    width: 24%!important;
    border-radius: .25rem!important;
}
.afu-dragndrop-text>p {
    margin-top: 2.4em!important;
}
.dragNDrop .div1>p {
    margin-top: 2.4em!important;
}
.afu-reset-btn {
    background-color: #f37022!important;
    border-color: #f37022!important;
    color: #FFFFFF!important;
}
.afu-reset-btn:hover,
.afu-reset-btn.disabled:hover {
    color: #ffffff !important;
    background-color: #f37022!important;
    border-color: #f37022!important;
}
.resetBtn {
    margin-left: 3px;
    margin-top: -9px!important;
}
.home_img {
  max-width: 11%;
  height: auto;
  display: block;
}

/* ✅ Mobile View (Real Phone Fix) */
@media screen and (max-width: 768px) {
   .home_img {
        width: 10vw;
        max-width: 40px;
        min-width: 30px;
        margin: 18px 0 0 -19px;
        margin-bottom: -40px;    
        display: block;
  }
}
  /* Specific logo class for top header image */
  .logo-img {
    padding-top: env(safe-area-inset-top, 0px); /* iPhone notch support */
    width: 100%;
    height: auto;
    object-fit: contain;
    dis
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}
.checkbox-inline input[type=checkbox],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px!important;
}
.checkbox-inline input[type=checkbox],
.radio-inline input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
/* tagit */
.tagit-container {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  background-color: #fff2f0;
}
.mat-toolbar {
  background-color: #fff2f0;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
}
.submit-button {
  transition: ease all 0.5s;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  padding: 10px 20px !important;
  border-radius: 4px;
  background-color: #f37435;
}
.submit-button:hover {
  background-color: #e95409;
}

.tagit-container {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  background-color: #fff2f0;
