html {
    height: 100%;
}
body {
    min-height: 100%;
}

body {
    margin: 0;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #12263f;
    text-align: left;
    background-color: #f7faff;
  overflow-y:scroll;
}

input.form-control::-webkit-input-placeholder { 
  color: #bbb;
}

input.form-control::-moz-placeholder {
  color: #bbb;
}
input.form-control:-ms-input-placeholder {
  color: #bbb;
}
input.form-control:placeholder {
  color: #bbb;
}

.cursor-pointer{
	cursor:pointer;
}

.table thead th {
    font-weight: 500;
}

.form-group label {
    color: #778391;
}

.form-control {
	color: #1e2022;
}

.form-control-lg {
	font-size: 16px;
	height: 48px;
}

label {
    margin-bottom: .15rem;
}

label.error {
    margin-bottom: 0;
    font-size: 12px;
    color: #E63131;
	display: block;
}

.form-group {
    margin-bottom: 1.5rem;
}

.bg-dark-grey {
    background-color: #abb6ce;
}

.bg-orange {
    background-color: #ff9800;
}

.bg-navy {
    background-color: #21325b;
}

.min-width-275px{
	min-width:275px;
}

.position-top{
  top:0;
}

.position-bottom{
  bottom:0;
}

.position-left{
  left:0;
}

.position-right{
  right:0;
}

.rounded-top-4 {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
}

.border-white {
    border-color: #fff !important;
}

.border-2 {
    border-width: 2px !important;
}

.bg-primary-2{
  background-color:#034ea2;
}

/*.bg-primary-gradient{
  background: #034ea2;
  background: -moz-linear-gradient(45deg,  #034ea2 0%, #034ea2 40%, #598fe5 100%);
  background: -webkit-linear-gradient(45deg,  #034ea2 0%,#034ea2 40%,#598fe5 100%);
  background: linear-gradient(45deg,  #034ea2 0%,#034ea2 40%,#598fe5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#034ea2', endColorstr='#598fe5',GradientType=1 );
}*/

.bg-primary-gradient{
	background-color: #034ea2;
}

.btn-group-lg>.btn, .btn-lg {
    padding: .75rem 1.25rem;
    font-size: 15px;
    line-height: 1.5;
}

.a-hover-text-none:hover{
  text-decoration:none;
}

.a-hover-bg-light:hover{
  background-color:#fbfbfb;
}

.a-hover-text-brand:hover{
  color: #377dff !important;
}

.input-group-text {
    background-color: #edf2f9;
    border-color: #d8e2ef;
  font-size: 13px;
  width: 200px;
}

.btn-primary {
    color: #fff;
    background-color: #377dff;
    border-color: #377dff;
}

.btn-outline-primary {
  color: #377dff;
    background-color: #fff;
    border-color: #377dff;
}


.btn-primary-2 {
    color: #fff;
    background-color: #034ea2;
    border-color: #034ea2;
}

.btn-primary-2:hover {
    color: #fff;
    background-color: #023d80;
    border-color: #023d80;
}

.btn-outline-primary-2 {
    color: #034ea2;
    background-color: #fff;
    border-color: #034ea2;
}

.btn-outline-primary-2:hover {
    color: #fff;
    background-color: #023d80;
    border-color: #023d80;
}

.btn {
    font-weight: 500;
}

.btn-brand {
    color: #fff;
    background-color: #377dff;
    border-color: #377dff;
}

.btn-outline-brand {
    color: #377dff;
    background-color: #fff;
    border-color: #377dff;
}

.btn-outline-brand:hover {
    color: #fff;
    background-color: #377dff;
    border-color: #377dff;
}

.btn.btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.btn.btn-icon {
    height: 3rem;
    width: 3rem;
}

.btn.btn-icon.btn-circle {
    border-radius: 50%;
}

.btn.btn-icon.btn-sm {
    height: 2.5rem;
    width: 2.5rem;
}

.btn.btn-elevate-hover:focus, 
.btn.btn-elevate-hover:active, 
.btn.btn-elevate-hover:hover {
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.25) !important;
}

.btn-brand:hover,
.show > .btn-brand {
    color: #fff;
}

.btn-hover-light:hover,
.btn-hover-light:active,
.btn-hover-light:focus {
  background: rgba(255,255,255,0.1);
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.btn-hover-text-none:hover,
.btn-hover-text-none:active,
.btn-hover-text-none:focus {
  text-decoration:none;
}

.fa-0x {
    font-size: 1.25em;
}

.fa-1x {
    font-size: 1.5em;
}

.fa-w-18{
  width:18px;
}

.fa-w-24{
  width:24px;
}

.fa-w-36{
  width:36px;
}

.font-size-11px{
  font-size:11px;
}

.font-size-12px{
  font-size:12px;
}

.font-size-13px{
  font-size:13px;
}

.font-size-14px{
  font-size:14px;
}

.font-size-15px{
  font-size:15px;
}

.font-size-16px{
  font-size:16px;
}

.font-size-17px{
  font-size:17px;
}

.font-size-18px{
  font-size:18px;
}

.font-size-21px{
  font-size:21px;
}

.font-size-24px{
  font-size:24px;
}

.font-weight-300{
  font-weight: 300;
}

.font-weight-400{
  font-weight: 400;
}

.font-weight-500{
  font-weight: 500;
}

.font-weight-700{
  font-weight: 700;
}

.line-height-21px{
  line-height:21px;
}

.text-brand {
    color: #377dff;
}

.text-muted {
    color: #74788d !important;
}

.text-grey {
    color: #ccc;
}

.text-grey-2 {
    color: #999;
}

.text-facebook {
    color: #3b5998 !important;
}

.text-twitter {
    color: #00acee !important;
}

.text-linkedin {
    color: #0077b5 !important;
}

.text-instagram {
    color: #dd2a7b !important;
}

.text-youtube {
    color: #e62117 !important;
}

.text-whatsapp {
    color: #25D366 !important;
}

.text-sms {
    color: #fd9800 !important;
}

.text-email {
    color: #f04252 !important;
}

.bg-facebook {
    background-color: #3b5998 !important;
}

.bg-twitter {
    background-color: #00acee !important;
}

.bg-linkedin {
    background-color: #0077b5 !important;
}

.bg-instagram {
    background-color: #dd2a7b !important;
}

.bg-youtube {
    background-color: #e62117 !important;
}

.bg-whatsapp {
    background-color: #25D366 !important;
}

.bg-sms {
    background-color: #fd9800 !important;
}

.bg-email {
    background-color: #f04252 !important;
}

.list-group-no-gutters .list-group-item {
    padding-right: 0;
    padding-left: 0;
}

.card {
    border-width: 0;
    box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
}

.card-header {
    padding: 1.5rem 1.5rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0.0625rem solid #e7eaf3;
}

.card-title {
    display: block;
    margin-bottom: 0;
}

.card-footer {
    padding: 1.5rem 1.5rem;
    background-color: #fff;
    border-top: 0.0625rem solid #e7eaf3;
}

.accordion > .card {
    box-shadow: none;
}

.avatar-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 0;
    background-color: #8d94a4;
    color: #fff;
}

.avatar-xxl {
    width: 10rem;
    height: 10rem;
    font-size: 1.70833rem;
}

.avatar-xl {
    width: 5.125rem;
    height: 5.125rem;
    font-size: 1.70833rem;
}

.avatar-lg {
    width: 4rem;
    height: 4rem;
    font-size: 1.33333rem;
}

.mt-n6{
	margin-top:-5rem !important;
}

.pl-6 {
    padding-left: 4rem !important;
}

.iframe-map iframe{
  width: 100%;
  height: 250px;
}

.text-cap {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.03125rem;
}

.color-selector{
	border:#dcdfe4 solid 3px;
}

.color-selector div{
	background-image: url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size: 21px;
}

@media (min-width:768px){
  .preview-sidebar {
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
  }
  .mt-n-custom{
    margin-top:-69px;
  }
}

.min-height-75{
  min-height:75px;
}

.min-height-130{
  min-height:130px;
}

.min-height-200{
  min-height:200px;
}

.preview-sidebar a:hover,
.preview-sidebar a:focus,
.preview-sidebar a:active {
    text-decoration: none;
}

@media (min-width:992px){
  .dashboard-content .dashboard-preview-sidebar {
      -ms-flex: 0 0 380px;
      flex: 0 0 380px;
  }
}

@media (max-width:991px){
  .dashboard-content .dashboard-preview-sidebar,
  .dashboard-content .dashboard-preview-sidebar + .col {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
}

#qrcode-block img{
  max-width: 100%;
}

/*.contact-links-hover a:hover,
.link-links-hover a:hover,
.social-links-hover a:hover {
    background-color: #f1f5f7;
}*/

.link-links .row .col-6:nth-last-child(1):nth-child(odd),
.social-links .row .col-6:nth-last-child(1):nth-child(odd){
    -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.email-input-group .custom-select{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	font-size: 16px;
	height: 48px;
	padding-right: 25px;
}

.gallery-card{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #f8fafd;
	background-clip: border-box;
	border: 1px solid rgb(231, 239, 251);
	border-radius: .25rem;
	height: 175px;
	margin-bottom: 15px;
	padding: 35px 15px 15px;
}

.gallery-card img {
    width: auto;
    max-width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery-card input {
    position: absolute;
	opacity: 0;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  z-index: 1;
}

.gallery-card .checkmark {
    position: absolute;
    top: 4px;
    left: 4px;
    height: 22px;
    width: 22px;
    background-color: #fff;
	border:#ccc solid 1px;
    cursor: pointer;
	border-radius: .25rem;
}

.gallery-card .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 7px;
	top: 2px;
	width: 6px;
	height: 13px;
	border: solid white;
		border-top-width: medium;
		border-right-width: medium;
		border-bottom-width: medium;
		border-left-width: medium;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.gallery-card input:checked + .checkmark {
    background-color: #0069d9;
	border-color: #0069d9;
}

.gallery-card input:checked + .checkmark::after {
    display: block;
}

.gallery-card:hover .checkmark {
	border-color: #0069d9;
}

.template-light .nav-segment {
    padding: 0;
}

.template-light .nav-segment .nav-link {
    border-bottom: #f8fafd solid 2px;
  border-radius: 0;
  padding: 1rem 0.5rem;
}

.template-light .nav-segment .nav-link.active {
    background-color: transparent;
    box-shadow: none;
    border-bottom-color: #003066;
  color: #003066;
}

.template-light .nav-segment .nav-link:hover {
    color: #003066;
}

.template-dark {
  color:#fff;
}

/*.template-dark .card-logo img{
  filter: brightness(0) invert(1);
}*/

.bg-template-dark,
.template-dark .card-body{
  background-color:#323650;
}

.template-dark .bg-white{
  background-color:#323650 !important;
}

.template-dark .card-logo{
  background-color:#fff !important;
}

.template-dark .text-dark {
    color: #fff !important;
}

.template-dark .border-white {
    border-color: #323650 !important;
}

.template-dark .bg-light {
    background-color: #323650 !important;
}

.template-dark .nav-segment {
    background-color: #2d3148 !important;
  padding: 0;
  border-radius: 0;
}

.template-dark .nav-segment .nav-link {
    border-bottom: #2d3148 solid 2px;
  border-radius: 0;
  padding: 1rem 0.5rem;
}

.template-dark .nav-segment .nav-link.active {
  color: #fc9804;
    background-color: transparent;
    box-shadow: none;
    border-bottom-color: #fc9804;
}

.template-dark .nav-segment .nav-link:hover {
    color: #fc9804;
}

.template-dark .shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.5) !important;
}

.template-dark .btn-light {
    color: #fbfbfb;
    background-color: #2c3046;
    border-color: #2c3046;
}

.template-dark .dropdown-menu {
    color: #fff;
    background-color: #25293c;
  box-shadow: 0 .5rem 1rem rgba(60, 60, 60, 0.15) !important;
}

.template-dark .form-control {    
    background-color: #22263e;
    border: 1px solid #22263e;
	color: #fff;
}

.template-dark .dropdown-item {
    color: #fff;
}

.template-dark .dropdown-item:focus, 
.template-dark .dropdown-item:hover {
    color: #fff;
    background-color: #1c2031;
}

.navbar-sidebar .nav-tabs {
    border-bottom-width: 0;
}

.navbar-sidebar .nav {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.navbar-sidebar .nav-tabs .nav-item {
    margin: 0;
}

.navbar-sidebar .nav-tabs .nav-item .nav-link {
    color: #677788;
}

.navbar-sidebar .card .nav-tabs .nav-link {
    padding-right: 0;
    padding-left: 1.25rem;
    margin-left: -1.25rem;
}

.navbar-sidebar .nav-tabs .nav-link, 
.navbar-sidebar .nav-tabs .nav-link.active {
    border-width: 0 0 0 0.1875rem;
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-sidebar .nav-tabs .active.nav-link, 
.navbar-sidebar .nav-tabs .active .nav-link {
    border-left-color: #377dff;
  color: #377dff;
}

.nav-segment {
    position: relative;
    background-color: #f8fafd;
    padding: 0.25rem 0.25rem;
    border-radius: 0.3125rem;
}

.nav-segment .nav-link {
    color: #677788;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.625rem 1.125rem;
    border-radius: 0.3125rem;
}

.nav-segment .nav-link:hover {
    color: #377dff;
}

.nav-segment .nav-link.active {
    color: #377dff;
    background-color: #fff;
    box-shadow: 0px 3px 6px 0px rgba(140, 152, 164, 0.25);
}

/*------------------------------------
  Toggle Switch
------------------------------------*/
.toggle-switch {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-bottom: 0;
}

.toggle-switch-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.toggle-switch-content {
  -ms-flex: 1;
      flex: 1;
  margin-left: 0.5rem;
}

.toggle-switch-label {
  position: relative;
  display: block;
  width: 3rem;
  height: 2rem;
  background-color: #e7eaf3;
  background-clip: content-box;
  border: 0.125rem solid transparent;
  border-radius: 6.1875rem;
  transition: 0.3s;
}

.toggle-switch-indicator {
  position: absolute;
  left: 0.125rem;
  bottom: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  -webkit-transform: initial;
          transform: initial;
  box-shadow: 0px 3px 6px 0px rgba(140, 152, 164, 0.25);
  border-radius: 50%;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
  transition: 0.3s;
}

.toggle-switch-input:checked + .toggle-switch-label {
  background-color: #377dff;
}

.toggle-switch-input:checked + .toggle-switch-label .toggle-switch-indicator {
  -webkit-transform: translate3d(1.025rem, 50%, 0);
          transform: translate3d(1.025rem, 50%, 0);
}

.toggle-switch-input:disabled + .toggle-switch-label {
  background-color: rgba(231, 234, 243, 0.5);
}

.toggle-switch-input:checked:disabled + .toggle-switch-label {
  background-color: rgba(55, 125, 255, 0.5);
}


.accordion.accordion-light .card {
  border: 0;
  border-top: 1px solid #eeeef4;
  margin: 0;
}

.accordion.accordion-light .card .card-header {
  cursor: pointer;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
}

.accordion.accordion-light .card .card-header .card-title {
  margin: 0;
  padding: 1rem;
  font-weight: 500;
  color: #377dff;
  position:relative;
}

.accordion.accordion-light .card .card-header .card-title.collapsed {
  color: #74788d;
}

.accordion.accordion-light .card .card-header .card-title:after { 
  position:absolute;
    display: block;
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  right: 1rem;
  top: 1rem;
    transition: transform .2s;
}

.accordion.accordion-light .card .card-header .card-title.collapsed:after {
  transform: rotate(-180deg);
}

.accordion.accordion-light.accordion-after-plus .card .card-header .card-title:after {  
    content: "\f068";
}

.accordion.accordion-light.accordion-after-plus .card .card-header .card-title.collapsed:after {
  transform: none;
  content: "\f067";
}

.accordion.accordion-light .card .card-body {
  padding:0 1rem 1rem 1rem;
}

.accordion.accordion-light .card:first-child {
  border-top: 0;
}

.accordion.accordion-light .card:first-child .card-header {
  margin: 0;
}

.accordion.accordion-light .card:last-child {
  margin-bottom: 0;
}

.quill-custom .ql-container {
  position: static;
}

.quill-custom .ql-toolbar.ql-snow,
.quill-custom .ql-container.ql-snow {
  border-color: #e7eaf3;
}

.quill-custom .ql-toolbar.ql-snow {
  padding: 0.75rem 1.5rem;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}

.quill-custom .ql-container.ql-snow {
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}

.quill-custom .ql-formats:first-child {
  padding-left: 0;
}

.quill-custom .ql-formats:first-child button {
  margin-right: 0.5rem;
}

.quill-custom .ql-formats:first-child button:first-child {
  margin-left: -0.25rem;
}

.quill-custom .ql-editor {
  position: relative;
  padding: 1.5rem 1.5rem;
}

.quill-custom .ql-editor p {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #1e2022;
}

.quill-custom .ql-editor.ql-blank::before {
  left: 1.5rem;
  color: #97a4af;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}

.quill-custom .ql-snow.ql-toolbar .ql-fill {
  fill: #677788;
}

.quill-custom .ql-snow.ql-toolbar .ql-stroke {
  stroke: #677788;
}

.quill-custom .ql-snow.ql-toolbar button:hover {
  color: #377dff;
}

.quill-custom .ql-snow.ql-toolbar button,
.quill-custom .ql-snow .ql-toolbar button {
  width: 1.75rem;
  height: 1.75rem;
  padding: 0.25rem 0.25rem;
}

.quill-custom .ql-snow.ql-toolbar button svg,
.quill-custom .ql-snow .ql-toolbar button svg {
  margin-bottom: 0;
}

.quill-custom .ql-snow .ql-tooltip {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  z-index: 1;
  min-width: 20rem;
  border-width: 0;
  text-align: center;
  box-shadow: 0px 10px 40px 10px rgba(140, 152, 164, 0.175);
  padding: 1.5rem 1.5rem;
  border-radius: 0.3125rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.quill-custom .ql-snow .ql-tooltip::before {
  display: block;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  border-bottom: 0.0625rem solid #e7eaf3;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  margin-right: 0;
}

.quill-custom .ql-snow .ql-tooltip.ql-editing a.ql-preview,
.quill-custom .ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

.quill-custom .ql-snow .ql-tooltip a.ql-preview,
.quill-custom .ql-snow .ql-tooltip.ql-editing input[type=text] {
  min-width: 20rem;
  font-size: 1rem;
  line-height: normal;
  border: 0.0625rem solid #e7eaf3;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  border-radius: 0.3125rem;
  transition: 0.3s;
}

.quill-custom .ql-snow .ql-tooltip a.ql-preview {
  display: block;
}

.quill-custom .ql-snow .ql-tooltip a.ql-preview:hover {
  border-color: #377dff;
}

.quill-custom .ql-snow .ql-tooltip.ql-editing input[type=text] {
  height: auto;
  display: block;
  font-family: "Open Sans", sans-serif;
}

.quill-custom .ql-snow .ql-tooltip.ql-editing input[type=text]:focus {
  border-color: rgba(55, 125, 255, 0.4);
  box-shadow: 0 0 10px rgba(55, 125, 255, 0.1);
}

.quill-custom .ql-snow .ql-action {
  display: inline-block;
  color: #fff;
  background-color: #377dff;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem 1rem;
  border-radius: 0.3125rem;
  transition: 0.3s;
}

.quill-custom .ql-snow .ql-action:hover {
  background-color: #1366ff;
}

.quill-custom .ql-snow .ql-tooltip a.ql-remove::before,
.quill-custom .ql-snow .ql-tooltip a.ql-action::after {
  padding-right: 0;
  margin-left: 0;
  border-right: none;
}

.quill-custom .ql-snow .ql-tooltip a.ql-remove {
  border: 0.0625rem solid #e7eaf3;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.3125rem;
  margin-left: 0.5rem;
  transition: 0.3s;
}

.quill-custom .ql-snow .ql-tooltip a.ql-remove:hover {
  color: #0052ea;
  box-shadow: 0px 3px 6px -2px rgba(140, 152, 164, 0.25);
}


.custom-select {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1e2022;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%2371869d' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right 0.5rem center/1rem 1rem;
  border: 0.0625rem solid #ced4da;
  border-radius: .3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: rgba(55, 125, 255, 0.4);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(55, 125, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #1e2022;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}

.custom-select:disabled {
  color: #8c98a4;
  background-color: #f8fafd;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1e2022;
}

.custom-select-sm {
  height: calc(1.5em + 1.375rem);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.125rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 2.375rem);
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  padding-left: 1.125rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 1.625rem);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.6em + 1.625rem);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: rgba(55, 125, 255, 0.4);
  box-shadow: 0 0 10px rgba(55, 125, 255, 0.1);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #f8fafd;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.6em + 1.625rem);
  padding: 0.75rem 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #8c98a4;
  background-color: #fff;
  border: 0.0625rem solid #e7eaf3;
  border-radius: 0.3125rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + 1.5rem);
  padding: 0.75rem 1rem;
  line-height: 1.6;
  color: #8c98a4;
  content: "Browse";
  background-color: transparent;
  border-left: inherit;
  border-radius: 0 0.3125rem 0.3125rem 0;
}



/* Navigation */
.navbar-vertical {
  background: #034ea2;
  background: -moz-linear-gradient(top, #4897d1 0%, #034ea2 100%);
  background: -webkit-linear-gradient(top, #4897d1 0%,#034ea2 100%);
  background: linear-gradient(to bottom, #4897d1 0%,#034ea2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4897d1', endColorstr='#034ea2',GradientType=0 );
  -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}

.navbar-heading{
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.5px;
	opacity: 0.5;
}

.navbar-vertical .navbar-nav .nav-link {
    color: #fff;
}

.navbar-vertical .navbar-nav .nav-link:hover {
    opacity:0.8;
}

.navbar-nav .nav-link>.fe {
    display: inline-block;
    min-width: 1.75rem;
    padding-bottom: .125em;
    font-size: 1.0625rem;
    line-height: 1.40625rem;
}

.navbar-vertical .navbar-nav .nav-link {
    display: flex;
    align-items: center;
}

.nav-sm .nav-link {
    font-size: .8125rem;
}

.navbar-vertical .navbar-nav .nav-link[data-toggle=collapse]:after {
    display: block;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
  font-weight: 900;
    margin-left: auto;
    transition: transform .2s;
}

.navbar-vertical .navbar-nav .nav-link[data-toggle=collapse][aria-expanded=true]:after {
    transform: rotate(-180deg);
}

.navbar-vertical .navbar-toggler {
    color: #6e84a3;
    border-color: transparent;
}

.navbar-vertical .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%236E84A3' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (min-width: 768px){
  .navbar-vertical {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left:0;
    width: 100%;
    max-width: 250px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .navbar-vertical .navbar-toggler {
    display: none;
  }
  .navbar-vertical>[class*=container] {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-vertical .navbar-brand {
    display: block;
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    background-color:#fff;
  }
  .navbar-vertical .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .navbar-vertical .navbar-nav {
    flex-direction: column;
  }
  .navbar-vertical .navbar-nav .nav-link {
    padding: .75rem 1.5rem;
    margin: 10px 0 0;
  }
  .navbar-vertical .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  .navbar-vertical .navbar-nav .nav-link.active {
    position: relative;
    color: #fff;
  }
  .navbar-vertical .navbar-nav .nav-link.active:before {
    content: '';
    position: absolute;
    top: .5rem;
    bottom: .5rem;
    left: 0;
    right: auto;
    border-left: 4px solid #fd9802;
    border-bottom: 0;
  }
}

@media (max-width: 767px){
  .navbar-vertical .navbar-collapse .mCustomScrollbar {
    height: auto !important;
  }
  .navbar-vertical .navbar-collapse .mCSB_scrollTools {
    display:none !important;
  }
  .navbar-vertical>.container-fluid{
    position:relative;
  }
  .navbar-vertical>.container-fluid:before{
    position: absolute;
    content: "";
    background-color: #fff;
    height: 63px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  .navbar-vertical>.container-fluid .navbar-toggler,
  .navbar-vertical>.container-fluid .navbar-brand,
  .navbar-vertical>.container-fluid .d-md-none{
    position: relative;
    z-index: 1;
  }
}


/* Main Content */
.card-footer-fixed{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 768px){
  .main-content {
    margin-left: 250px;
  }
  .card-footer-fixed{
    margin-left: 250px;
  }
}

.overlay-bg {
    background:url(../images/overlay-bg.png);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1060;
}

.overlay-bg:after {
    content:"";
  position:absolute;
  width:100%;
  height:100%;
  background-image:url(../images/loader.gif);
  background-repeat:no-repeat;
  background-position:center center;
}

.checkbox-toggle-group {
    display: block;
}

.checkbox-toggle-group .checkbox-toggle-control {
    display: block;
  position:relative;
}

.checkbox-toggle-group .checkbox-toggle-control input[type=checkbox] {
    opacity: 0;
  position:absolute;
  margin:0;
  top:0;
  left:0;
  width:100%;
  height:100%;
  cursor:pointer;
  z-index:1;
}

.checkbox-toggle-group .checkbox-toggle-control input[type=checkbox] + label,
.checkbox-checked label {
    padding: 10px 15px 10px 30px;
    text-align: left;
    display: block;
    height: 36px;
  cursor:pointer;
  color: #666;
  font-size:16px;
  line-height: 18px;
  margin:0;
  font-weight:400;
  position:relative;
}

.checkbox-toggle-group .checkbox-toggle-control input[type=checkbox] + label:after,
.checkbox-checked label:after {
    content: "\f0c8";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #dedede;
  position:absolute;
  left:0px;
  top: 9px;
}

.checkbox-toggle-group .checkbox-toggle-control input[type=checkbox]:hover + label,
.checkbox-toggle-group .checkbox-toggle-control input[type=checkbox]:hover + label:after,
.checkbox-toggle-group .checkbox-toggle-control input[type=checkbox]:checked + label,
.checkbox-checked label{
  color: #32313a;
}

.checkbox-toggle-group .checkbox-toggle-control input[type=checkbox]:hover + label:after{
  content: "\f0c8";
    font-weight: 500;
}

.checkbox-toggle-group .checkbox-toggle-control input[type=checkbox]:checked + label:after,
.checkbox-checked label:after {
    content: "\f14a";
    font-weight: 900;
  color: #377dff;
  font-size: 23px;
}

.checkbox-checked label{
  cursor:default;
}