
html {
  height: 100%;
}
/* Body Triggers for layout options 
------------------------------------------------------------------
*/
body {
  background-color: #fafafa;
  height: 100%;
  margin: 0;
  padding: 0;
}
body.fixed-header .header {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px 2px rgba(0,0,0,.25)
}
body.no-header .page-container .page-content-wrapper .content {
  padding-top: 0px;
}
.m-l-auto{ margin-left: auto;}
.font-heading{ font-weight: bold;}
body.no-header .header {
  border-bottom-color: transparent;
}
body.dashboard {
  background: #f5f5f5;
}
body.dashboard .page-container {
  background: #f5f5f5;
}


/* Announcement Bar 
------------------------------------
*/

.announcement-bar{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #722f8c;
}
.announcement-bar h5{
  color: #fff;
}

/* Header 
------------------------------------
*/
.header {
  background-color: #188FCF;
  border-bottom: 1px solid rgba(230, 230, 230, 0.7);
  position: relative;
  display: block;
  height: 60px;
  width: 100%;
  padding: 0 20px;
  z-index: 800;
}
.header .header-inner {
  height: 60px;
  width: 100%;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.header .brand {
  vertical-align: middle;
  text-align: center;
}
.header .font-heading{
  color: #FFF;
}

/* Page Container 
------------------------------------
*/
.panel{
  -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
}
.panel-body{
  padding:  0 15px;
}
.panel-heading h3{ border-bottom: 1px solid #eee; padding-bottom: 15px; margin: 0;}
.page-container {
  width: 100%;
  height: 100%;
  background-color: inherit;
}
.page-container .page-content-wrapper {
  min-height: 100%;
  position: relative;
}
.page-container .page-content-wrapper .content {
  /* Content holder */
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 72px;
  min-height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-container .page-content-wrapper .content.full-width {
  width: 100%;
}
.page-container .page-content-wrapper .content .content-inner {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding-left: 30px;
  position: relative;
}
.page-container .page-content-wrapper .content:only-child {
  padding-bottom: 0px;
}
.page-container .page-content-wrapper .content.overlay-footer {
  padding-bottom: 0px;
}
.page-container .page-content-wrapper .footer {
  /* Footer */
  /*position: absolute;
  left: 0;
  right: 0;
  bottom: 0;*/
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.page-container .page-content-wrapper .footer.fixed {
  position: fixed;
}
.page-title {
  margin-top: 0px;
}
/* Other overides */
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 100%;
}
.copyright {
  padding: 25px 0;
  
}
.copyright p{ margin-bottom: 0;}
/*------------------------------------------------------------------
[5. Typography]
*/
/* Standard elements
--------------------------------------------------
*/
/* To Load Hinted Fonts for Windows */
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #353637;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* Headings 
------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-weight: 600;
  color: #2c2c2c;
}
h1 {
  font-size: 44px;
  font-weight: 500;
  line-height: 55px;
  letter-spacing: -0.08px;
}
h2 {
  font-size: 31px;
  line-height: 40px;
}
h3 {
  font-size: 27px;
  line-height: 35px;
}
h4 {
  font-size: 22px;
  line-height: 31.88px;
}
h5 {
  font-size: 18px;
  line-height: 25.88px;
}
h3 small,
h4 small,
h5 small {
  font-weight: 300;
}
h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block {
  padding-bottom: 10px;
}
/* Lins and Others
------------------------------------
*/
a {
  text-shadow: none !important;
  color: #4246c3;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}
a:focus,
a:hover,
a:active {
  color: #353637;
}
a,
a:focus,
a:hover,
a:active {
  outline: 0 !important;
  text-decoration: none;
}
br {
  line-height: normal;
  clear: both;
}
code {
  color: #c64643;
  background-color: #f0f0f0;
}
code:hover {
  background-color: #fddddd;
}
p {
  display: block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.01em;
  line-height: 22px;
  margin: 0px 0px 10px 0px;
  font-style: normal;
  white-space: normal;
}
small,
.small {
  line-height: 18px;
}
label.inline {
  display: inline-block;
  position: relative;
  top: 0px;
  font-size: 13px;
}
ul > li,
ol > li {
  padding-left: 3px;
  line-height: 24px;
}
ul.lg-icon > li,
ol.lg-icon > li {
  font-size: 21px;
}
ul.lg-icon > li span,
ol.lg-icon > li span {
  font-size: 14px;
}
ul.no-style,
ol.no-style {
  list-style: none;
  padding-left: 5px;
}
address {
  margin-bottom: 0px;
}
address a {
  color: #626262;
}
/* Font Sizes 
------------------------------------
*/
.small-text {
  font-size: 12px !important;
}
.normal-text {
  font-size: 13px !important;
}
.large-text {
  font-size: 15px !important;
}
/* Font Weights
------------------------------------
 */
.normal {
  font-weight: normal;
}
.semi-bold {
  font-weight: 400 !important;
}
.bold {
  font-weight: bold !important;
}
.light {
  font-weight: 300 !important;
}
/* Misc 
------------------------------------
*/
.logo {
  margin: 18px 14px;
}
.all-caps {
  text-transform: uppercase;
}
.muted {
  color: #e2e2e2;
}
.hint-text {
  opacity: .7;
}
.no-decoration {
  text-decoration: none !important;
}
/* Text Aligngments
------------------------------------
*/
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
/* Labels
------------------------------------
*/
.label {
  padding: 3px 9px;
  font-size: 11px;
  text-shadow: none;
  background-color: #e6e6e6;
  font-weight: 600;
  color: #626262;
}
.label-success {
  background-color: #10cfbd;
  color: #fff;
}
.label-warning {
  background-color: #f8d053;
  color: #fff;
}
.label-important,
.label-danger {
  background-color: #f55753;
  color: #fff;
}
.label-info {
  background-color: #48b0f7;
  color: #fff;
}
.label-inverse {
  background-color: #3a8fc8;
  color: #fff;
}
.label-white {
  background-color: #fff;
  color: #626262;
}
/* Font Faces
------------------------------------
*/
.font-arial {
  font-family: 'Montserrat', sans-serif !important;
}
.font-montserrat {
  font-family: 'Montserrat' !important;
}
.font-georgia {
  font-family: Georgia !important;
}
.font-heading {
  font-family: 'Montserrat', sans-serif;
}
/* Responsive Handlers : Typo
------------------------------------
*/
@media (max-width: 1400px) {
  body,
  p {
    font-size: 13px;
    line-height: 20px;
  }
  h1 {
    font-size: 33px;
    line-height: 44px;
    letter-spacing: -0.08px;
  }
  h2 {
    font-size: 28px;
    line-height: 40px;
  }
  h3 {
    font-size: 24px;
    line-height: 35.88px;
  }
  h4 {
    font-size: 18px;
    line-height: 33.88px;
  }
  h5 {
    font-size: 16px;
    line-height: 25.88px;
  }
  small,
  .small {
    font-size: 89%;
    line-height: 17px;
  }
}
/*------------------------------------------------------------------
[6. Buttons]
*/
/*
[Buttons Base Styles]
*/
.btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin-bottom: 0;
  border: 1px solid #f0f0f0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-image: none !important;
  color: #626262;
  background-color: #ffffff;
  text-shadow: none;
  box-shadow: none;
  line-height: 21px;
  padding-left: 17px;
  padding-right: 17px;
  position: relative;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}
.btn img + span{ margin-left: 5px;}
.btn:hover {
  background-color: #fafafa;
  border: 1px solid rgba(98, 98, 98, 0.27);
}
.btn.active {
  border-color: #e6e6e6;
  background: #fff;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none !important;
  outline-style: none;
}
.btn .caret {
  margin-left: 3px;
}
.btn .caret.single {
  margin-left: 0px;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  box-shadow: none;
}
button:focus {
  outline: none !important;
}
/*
Alternate buttons
--------------------------------------------------
*/
.btn-primary,
.btn-primary:focus {
  color: #ffffff;
  background-color: #188FCF;
  border-color: #188FCF;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open .dropdown-toggle.btn-primary {
  background-color: #188FCF !important;
  border-color: #188FCF !important;
  color: #ffffff !important;
}
.btn-primary.hover,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
  background-color: #188FCF;
  border-color: #188FCF;
  color: #ffffff;
}
.btn-primary.active:hover {
  background: #188FCF;
  border-color: #188FCF;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #6d5cae;
  border-color: #6d5cae;
}
.btn-primary .badge {
  color: #6d5cae;
  background-color: #ffffff;
}
.btn-success,
.btn-success:hover,
.btn-success:focus {
  color: #ffffff;
  background-color: #0EB132;
  border-color: #0EB132;
}
.btn-success.active,
.btn-success:active,
.btn-success.active:focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open .dropdown-toggle.btn-success {
  background-color: #0EB132;
  border-color: #0EB132;
  color: #ffffff;
}

.btn-danger,
.btn-danger:focus {
  color: #ffffff;
  background-color: #F11F31;
  border-color: #F11F31;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger.active:focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open .dropdown-toggle.btn-danger {
  background-color: #F11F31;
  border-color: #F11F31;
  color: #ffffff;
}
.btn-danger.hover,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
  background-color: #F11F31;
  border-color: #F11F31;
  color: #ffffff;
}
.btn-danger.active:hover {
  background: #F11F31;
  border-color: #F11F31;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #F11F31;
  border-color: #F11F31;
}

/*
 Dropdown menus
--------------------------------------------------
*/
.btn-group.open .dropdown-toggle,
.open .dropdown-toggle,
.open.dropdown-default .dropdown-toggle {
  box-shadow: none;
}
/* Pages default dropdown */
.dropdown-default {
  display: inline-block;
}
.dropdown-default.open {
  z-index: 700;
}
.dropdown-default.open > .btn.dropdown-toggle {
  border-color: transparent !important;
  background: transparent !important;
}
.dropdown-default.open .dropdown-menu {
  opacity: 1;
  transform: scale(1, 1);
}
.dropdown-default.open .dropdown-menu li {
  visibility: visible;
}
.dropdown-default.open.dropup > .btn-primary + .dropdown-menu:after,
.dropdown-default.open.dropup > .btn-success + .dropdown-menu:after,
.dropdown-default.open.dropup > .btn-complete + .dropdown-menu:after,
.dropdown-default.open.dropup > .btn-warning + .dropdown-menu:after,
.dropdown-default.open.dropup > .btn-danger + .dropdown-menu:after,
.dropdown-default.open.dropup > .btn-info + .dropdown-menu:after {
  top: auto;
  bottom: 0;
}
.dropdown-default.open > .btn-primary + .dropdown-menu:after,
.dropdown-default.open > .btn-success + .dropdown-menu:after,
.dropdown-default.open > .btn-complete + .dropdown-menu:after,
.dropdown-default.open > .btn-warning + .dropdown-menu:after,
.dropdown-default.open > .btn-danger + .dropdown-menu:after,
.dropdown-default.open > .btn-info + .dropdown-menu:after {
  top: 0;
  height: 42px;
}
.dropdown-default.open > .btn-primary + .dropdown-menu:after {
  background-color: #6d5cae;
}
.dropdown-default.open > .btn-success + .dropdown-menu:after {
  background-color: #10cfbd;
}
.dropdown-default.open > .btn-complete + .dropdown-menu:after {
  background-color: #48b0f7;
}
.dropdown-default.open > .btn-warning + .dropdown-menu:after {
  background-color: #f8d053;
}
.dropdown-default.open > .btn-danger + .dropdown-menu:after {
  background-color: #f55753;
}
.dropdown-default.open > .btn-info + .dropdown-menu:after {
  background-color: #3b4752;
}
.dropdown-default.dropup .btn.dropdown-toggle.btn-lg + .dropdown-menu {
  margin-bottom: -47px;
  padding-bottom: 49px;
}
.dropdown-default.dropup .btn.dropdown-toggle.btn-lg + .dropdown-menu:after {
  bottom: 49px;
}
.dropdown-default.dropup .btn.dropdown-toggle.btn-sm + .dropdown-menu {
  margin-bottom: -34px;
  padding-bottom: 36px;
}
.dropdown-default.dropup .btn.dropdown-toggle.btn-sm + .dropdown-menu:after {
  bottom: 36px;
}
.dropdown-default.dropup .btn.dropdown-toggle.btn-xs + .dropdown-menu {
  margin-bottom: -29px;
  padding-bottom: 31px;
}
.dropdown-default.dropup .btn.dropdown-toggle.btn-xs + .dropdown-menu:after {
  bottom: 31px;
}
.dropdown-default.dropup .dropdown-menu {
  margin-bottom: -40px;
  padding: 0 3px 44px 0 !important;
  transform-origin: center bottom 0;
}
.dropdown-default.dropup .dropdown-menu:after {
  bottom: 43px;
  top: auto !important;
}
.dropdown-default .btn.dropdown-toggle {
  text-align: left;
  z-index: 2;
  padding-right: 27px;
}
.dropdown-default .btn.dropdown-toggle.btn-lg {
  padding-right: 42px;
}
.dropdown-default .btn.dropdown-toggle.btn-lg .caret {
  right: 26px;
}
.dropdown-default .btn.dropdown-toggle.btn-lg + .dropdown-menu {
  margin-top: -47px;
  padding-top: 49px;
}
.dropdown-default .btn.dropdown-toggle.btn-lg + .dropdown-menu:after {
  top: 49px;
}
.dropdown-default .btn.dropdown-toggle.btn-sm {
  padding-right: 26px;
}
.dropdown-default .btn.dropdown-toggle.btn-sm .caret {
  right: 16px;
}
.dropdown-default .btn.dropdown-toggle.btn-sm + .dropdown-menu {
  margin-top: -34px;
  padding-top: 36px;
}
.dropdown-default .btn.dropdown-toggle.btn-sm + .dropdown-menu:after {
  top: 36px;
}
.dropdown-default .btn.dropdown-toggle.btn-xs {
  padding-right: 21px;
}
.dropdown-default .btn.dropdown-toggle.btn-xs .caret {
  right: 8px;
}
.dropdown-default .btn.dropdown-toggle.btn-xs + .dropdown-menu {
  margin-top: -29px;
  padding-top: 31px;
}
.dropdown-default .btn.dropdown-toggle.btn-xs + .dropdown-menu:after {
  top: 31px;
}
.dropdown-default .btn.dropdown-toggle ~ .dropdown-menu {
  z-index: 1 !important;
}
.dropdown-default .btn.dropdown-toggle .caret {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -2px;
}
.dropdown-default .btn-rounded {
  padding-left: 17px;
  padding-right: 17px;
}
.dropdown-default .btn-rounded + .dropdown-menu {
  border-radius: 17px;
}
.dropdown-default .dropdown-menu {
  margin-top: -40px;
  padding-top: 42px;
  overflow: hidden;
  backface-visibility: hidden;
  display: block;
  opacity: 0;
  transform: scale(1, 0);
  transform-origin: center top 0;
  -webkit-transition: all 170ms cubic-bezier(0.05, 0.74, 0.27, 0.99) 0s;
  transition: all 170ms cubic-bezier(0.05, 0.74, 0.27, 0.99) 0s;
}
.dropdown-default .dropdown-menu:after {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  top: 42px;
  background: #e6e6e6;
  width: 100%;
}
.dropdown-default .dropdown-menu li {
  visibility: hidden;
}
.dropdown-menu {
  position: absolute;
  display: none;
  float: left;
  list-style: none;
  text-shadow: none;
  -webkit-box-shadow: 0px 0px 5px rgba(98, 98, 98, 0.2);
  box-shadow: 0px 0px 5px rgba(98, 98, 98, 0.2);
  border: none;
  border-radius: 3px;
  font-size: 13px;
  margin: 0;
  background: #fafafa;
  min-width: 50px;
  z-index: 790 !important;
}
.dropdown-menu .divider {
  background-color: #e6e6e6;
  height: 1px;
  margin: 3px 0;
  border-bottom: 0px;
}
.dropdown-menu > li {
  padding-left: 0px;
}/*
.dropdown-menu > li:first-child {
  padding-top: 9px;
}
.dropdown-menu > li:last-child {
  padding-bottom: 9px;
}*/
.dropdown-menu > li.dropdown-header {
  padding: 3px 20px;
}
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.active > a:focus {
  color: #1a1a1a;
  text-decoration: none;
  background-color: #f0f0f0;
  background-image: none;
}
.dropdown-menu > li.disabled > a,
.dropdown-menu > li.disabled > a:hover,
.dropdown-menu > li.disabled > a:focus {
  color: #959595;
}
.dropdown-menu > li.disabled > a:hover,
.dropdown-menu > li.disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
}
.dropdown-menu > li > a {
  line-height: 35px;
  color: #353637;
  padding: 0 20px;
  border-radius: 3px;
  text-align: left;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #188FCF;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
}
/*------------------------------------------------------------------
[16. Tables and Datatables]
*/
/* Generic Tables 
------------------------------------
*/
.table {
  margin-top: 0px;
}
.table thead tr th {
  border-bottom: 1px solid rgba(230, 230, 230, 0.7);
  color: #188FCF;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 13px;
  /* padding-top: 14px;
  padding-bottom: 14px; */
  vertical-align: middle;
}
.table thead tr th[class*='sorting_'] {
  color: #2c2c2c;
}
.table thead tr th .btn {
  margin-top: -20px;
  margin-bottom: -20px;
}
.table tbody tr td {
  background: #fff;
  border-bottom: 1px solid rgba(230, 230, 230, 0.7);
  border-top: 0px;
  padding: 10px 8px;
  font-size: 13.5px;
  word-break: break-word;
  white-space: normal !important;
}
.table tbody tr td .btn-tag {
  background: rgba(44, 44, 44, 0.07);
  display: inline-block;
  margin: 5px;
  border-radius: 4px;
  padding: 5px;
  color: #62605a !important;
}
.table tbody tr td .btn-tag:hover {
  background: rgba(44, 44, 44, 0.15);
}
.table tbody tr td[class*='sorting_'] {
  color: #000;
}
.table tbody tr.selected td {
  background: #fef6dd;
}
.table.table-hover tbody tr:hover td {
  background: #FCEEEB !important;
}
.table.table-hover tbody tr.selected:hover td {
  background: #fef6dd !important;
}
.table.table-striped tbody tr td {
  background: #fafafa !important;
}
.table.table-striped tbody tr:nth-child(2n+1) td {
  background: #fff !important;
}
.table.table-borderless tbody tr td {
  border-top: 0;
}
.table.table-condensed {
  table-layout: fixed;
}
.table.table-condensed thead tr th {
  padding-left: 20px;
  padding-right: 20px;
}
.table.table-condensed tbody tr td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.table.table-condensed thead tr th,
.table.table-condensed tbody tr td,
.table.table-condensed tbody tr td * {
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table.table-condensed.table-detailed > tbody > tr.shown > td {
  background: #fef6dd;
}
.table.table-condensed.table-detailed > tbody > tr.shown > td:first-child:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.table.table-condensed.table-detailed > tbody > tr.shown + tr > td {
  background: rgba(250, 250, 250, 0.4);
  padding: 0px 40px;
}
.table.table-condensed.table-detailed > tbody > tr.shown + tr > td .table-inline {
  background: transparent;
}
.table.table-condensed.table-detailed > tbody > tr.shown + tr > td .table-inline tr,
.table.table-condensed.table-detailed > tbody > tr.shown + tr > td .table-inline td {
  background: transparent;
  font-weight: 600;
}
.table.table-condensed.table-detailed > tbody > tr.row-details > td:first-child:before {
  content: '';
}
.table.table-condensed.table-detailed > tbody > tr > td:hover {
  cursor: pointer;
}
.table.table-condensed.table-detailed > tbody > tr > td:first-child:before {
  content: "\f054";
  display: inline-block;
  margin-right: 8px;
  font-family: 'FontAwesome';
  -webkit-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
.table.table-condensed.table-detailed .table-inline td {
  border: none;
  text-align: left;
}
.table.table-borderless > tbody > tr > td {
  border-bottom: 0px;
}
.fht-table {
  margin-bottom: 0 !important;
}

.profile-dropdown-toggle {
  background: transparent;
  border: none;
  display: block;
}

/* Profile dropdown
------------------------------------
*/
.profile-dropdown {
  background: #fff;
  padding: 0;
}
.profile-dropdown:before {
  position: absolute;
  top: -7px;
  right: 15px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.profile-dropdown:after {
  position: absolute;
  top: -6px;
  right: 16px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}/*
.profile-dropdown li:last-child {
  margin-top: 11px;
  padding: 0;
}*/
.profile-dropdown li:last-child > a {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 19px;
}
.profile-dropdown li > a {
  padding-left: 17px;
  padding-right: 37px;
  min-width: 138px;
  font-weight: 500;
}
.profile-dropdown li > a > i {
  margin-right: 5px;
}
.profile-dropdown li > a:hover {
  opacity: 1;
}
.profile-dropdown-toggle {
  background: transparent;
  border: none;
}

.thumbnail-wrapper.circular {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.thumbnail-wrapper {
  display: inline-block;
  overflow: hidden;
  
}
.thumbnail-wrapper.d32 > * {
  line-height: 32px;
}
.thumbnail-wrapper > * {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}

.thumbnail-wrapper.d32 {
  width: 32px;
  height: 32px;
}

/* Generic Padding Helpers 
------------------------------------
*/
.p-t-5 {
  padding-top: 5px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.padding-5 {
  padding: 5px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.padding-10 {
  padding: 10px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.padding-15 {
  padding: 15px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.padding-20 {
  padding: 20px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.padding-25 {
  padding: 25px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.padding-30 {
  padding: 30px !important;
}
.p-t-35 {
  padding-top: 35px !important;
}
.p-r-35 {
  padding-right: 35px !important;
}
.p-l-35 {
  padding-left: 35px !important;
}
.p-b-35 {
  padding-bottom: 35px !important;
}
.padding-35 {
  padding: 35px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-r-40 {
  padding-right: 40px !important;
}
.p-l-40 {
  padding-left: 40px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.padding-40 {
  padding: 40px !important;
}
.p-t-45 {
  padding-top: 45px !important;
}
.p-r-45 {
  padding-right: 45px !important;
}
.p-l-45 {
  padding-left: 45px !important;
}
.p-b-45 {
  padding-bottom: 45px !important;
}
.padding-45 {
  padding: 45px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
.p-r-50 {
  padding-right: 50px !important;
}
.p-l-50 {
  padding-left: 50px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.padding-50 {
  padding: 50px !important;
}
.p-t-55 {
  padding-top: 55px !important;
}
.p-r-55 {
  padding-right: 55px !important;
}
.p-l-55 {
  padding-left: 55px !important;
}
.p-b-55 {
  padding-bottom: 55px !important;
}
.padding-55 {
  padding: 55px !important;
}
.p-t-60 {
  padding-top: 60px !important;
}
.p-r-60 {
  padding-right: 60px !important;
}
.p-l-60 {
  padding-left: 60px !important;
}
.p-b-60 {
  padding-bottom: 60px !important;
}
.padding-60 {
  padding: 60px !important;
}
.p-t-65 {
  padding-top: 65px !important;
}
.p-r-65 {
  padding-right: 65px !important;
}
.p-l-65 {
  padding-left: 65px !important;
}
.p-b-65 {
  padding-bottom: 65px !important;
}
.padding-65 {
  padding: 65px !important;
}
.p-t-70 {
  padding-top: 70px !important;
}
.p-r-70 {
  padding-right: 70px !important;
}
.p-l-70 {
  padding-left: 70px !important;
}
.p-b-70 {
  padding-bottom: 70px !important;
}
.padding-70 {
  padding: 70px !important;
}
.p-t-75 {
  padding-top: 75px !important;
}
.p-r-75 {
  padding-right: 75px !important;
}
.p-l-75 {
  padding-left: 75px !important;
}
.p-b-75 {
  padding-bottom: 75px !important;
}
.padding-75 {
  padding: 75px !important;
}
.p-t-80 {
  padding-top: 80px !important;
}
.p-r-80 {
  padding-right: 80px !important;
}
.p-l-80 {
  padding-left: 80px !important;
}
.p-b-80 {
  padding-bottom: 80px !important;
}
.padding-80 {
  padding: 80px !important;
}
.p-t-85 {
  padding-top: 85px !important;
}
.p-r-85 {
  padding-right: 85px !important;
}
.p-l-85 {
  padding-left: 85px !important;
}
.p-b-85 {
  padding-bottom: 85px !important;
}
.padding-85 {
  padding: 85px !important;
}
.p-t-90 {
  padding-top: 90px !important;
}
.p-r-90 {
  padding-right: 90px !important;
}
.p-l-90 {
  padding-left: 90px !important;
}
.p-b-90 {
  padding-bottom: 90px !important;
}
.padding-90 {
  padding: 90px !important;
}
.p-t-95 {
  padding-top: 95px !important;
}
.p-r-95 {
  padding-right: 95px !important;
}
.p-l-95 {
  padding-left: 95px !important;
}
.p-b-95 {
  padding-bottom: 95px !important;
}
.padding-95 {
  padding: 95px !important;
}
.p-t-100 {
  padding-top: 100px !important;
}
.p-r-100 {
  padding-right: 100px !important;
}
.p-l-100 {
  padding-left: 100px !important;
}
.p-b-100 {
  padding-bottom: 100px !important;
}
.padding-100 {
  padding: 100px !important;
}
/* Generic Margin Helpers
------------------------------------
 */
.m-t-0 {
  margin-top: 0px;
}
.m-r-0 {
  margin-right: 0px;
}
.m-l-0 {
  margin-left: 0px;
}
.m-b-0 {
  margin-bottom: 0px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-r-50 {
  margin-right: 50px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-t-55 {
  margin-top: 55px;
}
.m-r-55 {
  margin-right: 55px;
}
.m-l-55 {
  margin-left: 55px;
}
.m-b-55 {
  margin-bottom: 55px;
}
.m-t-60 {
  margin-top: 60px;
}
.m-r-60 {
  margin-right: 60px;
}
.m-l-60 {
  margin-left: 60px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-t-65 {
  margin-top: 65px;
}
.m-r-65 {
  margin-right: 65px;
}
.m-l-65 {
  margin-left: 65px;
}
.m-b-65 {
  margin-bottom: 65px;
}
.m-t-70 {
  margin-top: 70px;
}
.m-r-70 {
  margin-right: 70px;
}
.m-l-70 {
  margin-left: 70px;
}
.m-b-70 {
  margin-bottom: 70px;
}
.m-t-75 {
  margin-top: 75px;
}
.m-r-75 {
  margin-right: 75px;
}
.m-l-75 {
  margin-left: 75px;
}
.m-b-75 {
  margin-bottom: 75px;
}
.m-t-80 {
  margin-top: 80px;
}
.m-r-80 {
  margin-right: 80px;
}
.m-l-80 {
  margin-left: 80px;
}
.m-b-80 {
  margin-bottom: 80px;
}
.m-t-85 {
  margin-top: 85px;
}
.m-r-85 {
  margin-right: 85px;
}
.m-l-85 {
  margin-left: 85px;
}
.m-b-85 {
  margin-bottom: 85px;
}
.m-t-90 {
  margin-top: 90px;
}
.m-r-90 {
  margin-right: 90px;
}
.m-l-90 {
  margin-left: 90px;
}
.m-b-90 {
  margin-bottom: 90px;
}
.m-t-95 {
  margin-top: 95px;
}
.m-r-95 {
  margin-right: 95px;
}
.m-l-95 {
  margin-left: 95px;
}
.m-b-95 {
  margin-bottom: 95px;
}
.m-t-100 {
  margin-top: 100px;
}
.m-r-100 {
  margin-right: 100px;
}
.m-l-100 {
  margin-left: 100px;
}
.m-b-100 {
  margin-bottom: 100px;
}
.full-height {
  height: 100% !important;
}
.full-width {
  width: 100%;
}
.hide {
  display: none;
}
.inline {
  display: inline-block !important;
}
.block {
  display: block;
}
.b-blank {
  border-color: #000;
}
.fs-16 {
  font-size: 16px !important;
}
@media (max-width:767px){
  .container-fluid{padding-left: 15px;
    padding-right: 15px;}
    .copyright{ text-align: center;}
    .sm-block.footer-links{ display: block; margin-top: 15px;}
}
.footer{ background-color: #fff;border-top: 1px solid rgba(98, 98, 98, 0.07);}
.d-flex{ display: flex; }
.align-items-center {
  align-items: center!important;
}
.justify-content-center {
  justify-content: center!important;
}
.flex-column {
  flex-direction: column!important;
}
.action-btns button{margin: 0 2px; align-items: center; min-width:130px}

.v-align-bottom {
  vertical-align: bottom !important;
}
.v-align-top {
  vertical-align: top !important;
}
.v-align-middle {
  vertical-align: middle !important;
}
.approved{ color:#0EB132; font-weight: 600;}
.reject{ color:#F11F31; font-weight: 600;}
.no-status{ color: #ff6600; font-weight: 600;}

/*Custom check box*/
.custom-checkbox, .custom-radio {
  position: relative;
  overflow: hidden;
}

.custom-checkbox input[type=checkbox], .custom-radio input[type=checkbox] {
  position: absolute;
  left: -2000px;
}

.custom-checkbox input[type=checkbox] + label, .custom-radio input[type=checkbox] + label {
  position: relative;
  color: #ffffff;
}
.custom-checkbox input[type=checkbox] + label:after, .custom-radio input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  border: 1px solid #000000;
  left: 0;
  top: 0;
  background: transparent;
}
.custom-checkbox input[type=checkbox] + label span, .custom-radio input[type=checkbox] + label span {
  position: relative;
  padding-left: 35px;
}
.custom-checkbox input[type=checkbox] + label span:before, .custom-radio input[type=checkbox] + label span:before, .custom-checkbox input[type=checkbox] + label span:after, .custom-radio input[type=checkbox] + label span:after {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
}
.custom-checkbox input[type=checkbox]:checked + label span::before, .custom-radio input[type=checkbox]:checked + label span::before {
  left: 4px;
  top: 9px;
  width: 2px;
  height: 8px;
  background-color: #000000;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.custom-checkbox input[type=checkbox]:checked + label span::after, .custom-radio input[type=checkbox]:checked + label span::after {
  left: 10px;
  top: 3px;
  width: 2px;
  height: 14px;
  background-color: #000000;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

/*Custom Radio*/
input[type=radio] + label {
  position: relative;
  color: #ffffff;
  padding-top: 2px;
  padding-bottom: 2px;
}
input[type=radio] + label:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  left: 0;
  top: 0;
  background: transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
input[type=radio] + label span {
  position: relative;
  padding-left: 35px;
}
input[type=radio] + label span:before {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
}
input[type=radio]:checked + label span::before {
  left: 6px;
  top: 4px;
  width: 8px;
  height: 8px;
  background-color: #000000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/*Login*/

.input-box {
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: #ffffff;
  padding: 3px 5px 3px 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size:16px;
}
.input-box:focus {
  outline: none;
}
input.input-box::placeholder {
  color: #fff; opacity: .5;
}

.login-container {
  min-height: 100vh;
  width: 100%;
  font-size: 0.9375rem;
}
.login-container .login-form-container {
  /*max-width: 520px;*/
  margin: 0 auto;
}
.login-container .login-form-container .input-box {
  padding: 13px;
}
.login-container .login-form-container .input-box.error {
  border-color: #F11F31;
}
.login-container .login-left {
  background: #188FCF  no-repeat bottom right; background-size: 100% auto;
  width: 50%;
  padding: 2%;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .login-container .login-left .login-logo img {
    margin-bottom: 20px;
  }
}
.login-container .login-left .common-btn, .login-container .login-left .react-confirm-alert-button-group > button:first-child {
  width: 100%;
}
.login-container .login-left h1 {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
}
.login-container .login-left p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 40px;
}
@media (max-width:500px){
  .login-container .login-left p{
    font-size: 14px;
  }
}
.login-container .login-left .forget-password-link {
  font-weight: 500; color: #fff;
}
.login-container .login-left .forget-password-link:hover {
  text-decoration: underline;
}
@media (max-width:1024px) {
  .login-container .login-left {
    padding: 20px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }
}
.login-container .login-right {
  background: #ffffff url("../img/login-right-bg.svg") no-repeat center center;
  /*background-size: cover;*/
	background-size: 100% 100%;
  width: 50%;
  padding: 20px;
}
.login-container .login-right h3 {
  margin-top: 10vh;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #188FCF;
  text-transform: uppercase;
}
.login-container .login-right p {
  font-size: 1.5rem;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
  margin-top: 0;
  max-width: 420px;
  margin: 0 auto;
}
@media (max-width:992px) {
  .login-container .login-right {
    display: none;
  }
}
.login-container label {
  display: block;color:#fff; font-size: 16px; font-weight: 400;;
}

.user-icon {
  padding-left: 45px !important;
  background-image: url("../img/email-icon.svg");
  background-repeat: no-repeat;
  background-position: 15px center;
}

.password-icon {
  padding-left: 45px !important;
  background-image: url("../img/lock-icon.svg");
  background-repeat: no-repeat;
  background-position: 15px center;
}

/*Error Messages*/
.input-error-box {
  margin-left: 2.5%;
  margin-top: 7px;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 300;
  position: relative;
  /*max-width: 95%;*/
  max-width: fit-content;
}
.input-error-box:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #F11F31 transparent;
  position: absolute;
  top: -8px;
}

.input-error {
  background-color: #F11F31;
  color: #fff;
}

.login-container .custom-checkbox input[type=checkbox] + label:after,
.login-container .custom-radio input[type=checkbox] + label:after {
  border-color: #fff;
}
.login-container .custom-checkbox input[type=checkbox]:checked + label span::before,
.login-container .custom-radio input[type=checkbox]:checked + label span::before,
.login-container .custom-checkbox input[type=checkbox]:checked + label span::after,
.login-container .custom-radio input[type=checkbox]:checked + label span::after{
  background-color: #fff; width: 2px;
}
.login-container .btn{
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(to bottom, #36a7f9, #36a7f9) !important;
  font-size: 20px; font-weight: 600;color:#fff; padding: 20px; border: 0; display: block; width: 100%; border-radius: 35px;
}
.login-container .btn:hover{
  background-image: linear-gradient(to bottom, #63cded, #63cded) !important;
}

/*custom styles*/
.login-container .login-right h3 {
  position: absolute;
  top: 0;
}
.navbar-vertical.navbar-expand-xs{
  top: 55px !important;
}
.navbar-vertical .navbar-nav> .nav-item .nav-link.active .icon {
  background-image: linear-gradient(310deg,#188FCF,#188FCF);
}

.alert.fade{
  opacity: 1;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #ff3d59;
  background-image: none;
}

.pagination .page-item.active .page-link {
  background-color: #188FCF;
  border-color: #188FCF;
  box-shadow:none;
}

.pagination .page-item .page-link:focus{
  box-shadow:none;
}

.btn.btn-secondary {
  background-color: #8392ab;
  border-color: #8392ab;
  color: #fff;
}

.btn:hover:not(.btn-icon-only) {
  border: none;
  transform: none;
}

.bg-gradient-dark {
  background-image: linear-gradient(310deg,#141727,#3a416f) !important;
  background-color: linear-gradient(310deg,#141727,#3a416f) !important;
}

.form-select:focus,
.form-control:focus {
    border-color: none;
    box-shadow: none;
}
.required:after {content:" *";color: red;font-size: 12px; }
.filter-form-wrapper .form-select-sm{
	font-size: .875rem;
}

.details-section-wrapper {
  border-bottom: 1px solid;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.details-section-wrapper:last-child{
  border-bottom: none;
  padding-bottom: 0rem;
}


.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link{
  margin: 0 !important;
}
#sidenav-main{padding-left: 0 !important; padding-right: 0 !important; }
#sidenav-collapse-main h6{ color: #000 !important;}
.dropdown .dropdown-menu:before{ display: none;}
.pull-right>.dropdown-menu {right: 0 !important; left: auto !important;}
.sidebar-trigger {height: 25px; width: 25px; position: relative; margin-left: 25px;}
.sidebar-trigger:before{ content: ""; position: absolute; width: 100%; height: 2px; background-color: #fff; top:6px}
.sidebar-trigger span{ position: absolute; background-color: #fff; height: 2px; width: 100%; transition: all .5s ease-in;}
.sidebar-trigger span:first-child{top:14px}
.sidebar-trigger span:last-child{top:22px}
i#iconSidenavClose {z-index: 99;}
.sidebar-open{transform: translateX(0) !important;}
.pagination_wrapper .pagination{ display: flex !important;}
.pagination [aria-label*="Previous"] span,
.pagination [aria-label*="Previous"],
.pagination [aria-label*="Next"],
.pagination [aria-label*="Next"] span{ font-size: 24px;}
.pagination .disabled{ opacity: .5;}
.pagination_wrapper p {margin: 0;}
.container-fluid.footer{ max-width: 100%; border-radius: 10px 0 0 10px;}
.main-content .container-fluid.py-4{ min-height: calc(100vh - 170px);}
#sidenav-collapse-main svg { width: 16px !important; height: auto !important;
}
.navbar-vertical .navbar-nav .nav-item .nav-link .icon {padding: 0 !important;}
.table-hover>tbody>tr:hover{ background-color: transparent !important;--bs-table-accent-bg: transparent !important} 
.bg-gradient-primary {background-image: linear-gradient(310deg,#EB625A,#EB625A);}
.dashboard .icon{background-image: linear-gradient(310deg,#EB625A,#EB625A);}
.dashboard .icon-md svg{width:24px; height:24px}
.dashboard .icon-md svg .color-foreground{color: #141727;}
.dashboard .icon-md i{font-size: 1.25rem !important; top:0;}
.form-control:focus,
.form-select:focus{border-color: #d2d6da;}
.alert.alert-success{color: #155724;  background-color: #d4edda;  border-color: #c3e6cb; background-image: none;}
.alert.alert-dismissible .btn-close{padding: 1rem; opacity: 1;}
.alert.alert-dismissible .btn-close i.fa-close{color: #646161;}
.modal-header .btn-close{color: #000; font-size: 1.7rem;}
#confirmModal .modal-header{border-bottom: none;}
.modal.fade.show{opacity: 1;}
.modal .modal-header{display: block;}
.modal-header .close{opacity: 0.7;}
.btn-action-icon{cursor: pointer;}
#videoModal video {width: 100% !important;height: auto !important;}
.dashboard .text-sm {
  font-size: .865rem !important;
}

/* Form section */

section.front-section {
  height: calc(100vh - 82px);
  /* width: 100vw; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-top: 6px solid #36a7f9 !important; */
  flex-direction: column;
  margin: 20px;
}
section.front-section .panel {
  width: 100%;
  max-width: 600px;
  padding: clamp(20px, 3vw, 50px);
  margin: 20px;
}
section.front-section .panel-heading h5 {
  text-align: center;
  font-size: clamp(28px,2vw,35px);
  margin-bottom: clamp(30px, 3vw, 50px);
  line-height: 1.1;
}

section.front-section .form-group label {
  font-size: 18px;
  margin-bottom: 3px;
}
section.front-section .form-group input {
  height: 45px;
}
section.front-section .form-group .form-text {
 font-size: 14px;
  margin: 15px 0px 30px 0px;
}

section.front-section form button.btn {
  margin: 0px auto !important;
  display: block;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(to bottom, #36a7f9, #36a7f9) !important;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 11px 30px;
  border: 0;
  display: block;
  border-radius: 10px;
}

/** End form section */

/* footer section start */

.copyright--sec p {
  font-size: 16px;
}
.footer-section{
background: #000;
}
.copyright--sec {
background: #1a1919;
}
.footer-adress p {
  width: 100%;
  max-width: 350px;
  font-size: 18px;
  line-height: 1.3;
  text-transform: capitalize;
}
.footer--img img {
  width: 100%;
  max-width: 150px;
  /* border: 1px solid #545454; */
  padding: 10px;
}
.footer--img {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.footer--contact a {
  color: #36a7f9;
}
.footer-section {
  background: #fff  ;
  display: flex;
  gap: clamp(15px, 3vw, 50px);
  flex-wrap: wrap;
}
.footer--contact {
  gap: 7px;
  font-size: 16px;
}
.logo--sec {
  box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
  width: 100%;
  max-width: 550px;
  max-width: 600px;
  padding: 20px;
  display: flex;
  justify-content: center;
}
.logo--sec img {
  width: 100%;
  max-width: 152px;
}
.logo--sec {
  box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
  width: 100%;
  max-width: 550px;
  max-width: 600px;
  padding: 9px;
  display: flex;
  justify-content: center;
  border-radius: 50px 50px 0px 0px;
}

/* footer section start */



@media (min-width: 1200px) { 
  #iconNavbarSidenav{ display: none;}
  .sidebar-trigger{ display: none;}
}
@media(max-width:1199px){
  #sidenav-main.ms-3{ margin-left: 0 !important;}
  .navbar-vertical.navbar-expand-xs .navbar-collapse {  height: auto !important; overflow: visible;}
  .main-content .container-fluid.py-4{ min-height: calc(100vh - 149px);}
  .page-container .footer {
    margin-left: 0!important;
  }
}
@media (max-width:767px){
  .pagination_wrapper .flex-sm-fill{ flex-direction: column;}
}
@media (max-width:414px){
  .pagination{ padding-left: 15px;}
  .page-item .page-link, .page-item span{border-radius: 5px !important; width: auto; padding: 0 10px;}
  .pagination>li:last-child{ margin-left: 15px;}
}
.status-active{color: #3c763d;font-weight: 600;}
.status-inactive{color: #a01a05;font-weight: 600;}




/* Footer section Dtech */
.footer_section{
  padding: 30px 0px;
  border-top: solid 1px #811a8e14;
  margin-top: 15px;
}
.footer__copyright{
  display: flex;
  gap: 10px;
  align-items: center;
  color: #811a8ebf;
}
.footer__copyright a{
  color: #811a8ebf;
}
.policies, .policies li{
  margin-bottom: 0px ;
}

/* Footer section Dtech */

/* Checkout page */
.contact_fileds input.form-control{
  padding: 14px 11px;
  border-radius: 6px;
}
.checkout_btn{
  padding: 14px;
  font-size: 14px;
  font-weight: 600;
  background: #d486dd;
  width: 100%;
  color: #fff;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.checkout_btn:hover{
  background: #722f8c;
}

.cart_summery{
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 450px;
  padding: 0px 30px;
}
.cart_product_list{
    /* max-width: 400px; */
}
.cart-item {
  display: flex;
}

/* Image + qty badge */
.item-image {
    position: relative;
    flex-shrink: 0;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.item-image img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: contain;
}

.item-qty {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #555;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Text details */
.item-details {
    flex: 1;
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.item-title {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.item-subtitle {
    margin: 0;
    font-size: 12px;
    color: #5a5a5a;
    line-height: 1.2;
}

/* Price */
.item-price {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    align-self: center;
}

/* summery */


.summary_items {
  display: grid;
}

/* Each row */
.summary_data {
  display: grid;
  grid-template-columns: 1fr auto; /* left text and right text */
  align-items: center;
}

/* Labels (Subtotal, Shipping, Total) */
.label_name {
  font-size: 14px;
  font-weight: 400;
  color: #222;
}

/* Values (amount or input text) */
.value {
  font-size: 14px;
  text-align: right;
  white-space: nowrap;
  
}
.value.shipping{
  color:#a9a9a9;
}

/* Special styling for shipping placeholder */


/* Total row stronger */
.total{
  margin-top: 20px;
}
.total .label_name {
  font-weight: bold;
  font-size: 19px;
}
.total .value {
  font-weight: bold;
  font-size: 19px;
}
.total .value small {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .cart_summery {
    max-width: 100%;
    padding: 0px;
  }
}