@import url(http://fonts.googleapis.com/css?family=Lato:400,700, 900);* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

#app .form_with_bg {
  background: url("/images/pattern-3.jpg");
}

.container-custom-padding {
  padding: 24px 0 !important;
}

.container-custom-padding-mob {
  padding: 0 !important;
}

.set_image_title {
  background-color: rgba(0, 0, 0, 0.5);
}

.cursor_pointer {
  cursor: pointer;
}

.cust_menu .v-list__tile__title {
  text-align: center;
  color: #ccc;
}

.grey-bg {
  background-color: #eeeeee;
}

.white-bg {
  background-color: #fff !important;
}

.grey-dark-bg {
  background-color: #2B2B2B;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.swal2-styled:focus {
  box-shadow: none;
}

.font-size-18 {
  font-size: 18px !important;
}

.align-text-bottom-right-0 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.text-align-middle-vertical-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.text-align-middle-vertical-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.text-transform-uppercase {
  text-transform: uppercase;
}

#app .primary-color {
  color: #296FA2;
}

#app .secondary-color {
  color: #FF0000;
}

#app .custom-caption-1 {
  font-size: 11px;
}

.custom-caption-10 {
  font-size: 10px;
}

#app .text-decoration-none {
  text-decoration: none;
}

.cus-mt-3 {
  margin-top: 30px;
}

/* BACKGROUND COLOR WITH OPACITY */

/* BACKGROUND COLOR WITH OPACITY */

body,
.application {
  font-family: "Lato", "sans-serif" !important;
}

/* TOP MENU  TOOLBAR CUSTOM CSS (BASIC PADDING MARGIN ETC.) STARTS HERE */

.mt-header .text-align-middle-vertical {
  display: flex;
  align-items: center;
}

.mt-header .theme--light.v-tabs__bar .v-tabs__div {
  color: #fff;
}

.mt-header .v-tabs__item:not(.v-tabs__item--active) {
  opacity: 1;
}

.mt-header .v-list__tile {
  font-size: 12px;
  height: 28px;
}

.mt-header .v-toolbar__content,
.mt-header .v-toolbar__extension {
  height: 60px !important;
  background-color: #296fa2;
  width: 100%;
}

.mt-header .v-toolbar {
  box-shadow: none !important;
}

.mt-header .v-tabs__container {
  height: 60px;
}

.mt-header .v-tabs__wrapper {
  background-color: #296fa2;
}

.mt-header .v-tabs__slider {
  height: 8px !important;
}

.mt-header .v-tabs__item--active {
  font-weight: bold;
}

.mt-header .v-tabs__div {
  min-width: 60px !important;
}

/* TOP MENU TOOLBAR CUSTOM CSS (BASIC PADDING MARGIN ETC.) ENDS HERE */

.mt-footer {
  background-color: #eee;
}

.mt-footer .social-icons i {
  font-size: 14px;
  width: 25px;
  height: 25px;
  background-color: #296fa2;
  border-radius: 100%;
  color: #fff;
}

.mt-footer .action-icons i {
  font-size: 23px;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 100%;
}

.mt-footer .action-icons .v-btn {
  height: 46px;
  font-size: 25px !important;
}

.big-round-btn.v-btn.v-btn--round {
  align-items: center;
  border-radius: 28px;
  display: inline-flex;
  height: 43px;
  flex: 0 0 auto;
  font-size: 22px;
  font-weight: bold;
  justify-content: center;
  margin: 6px 8px;
  min-width: 150px;
  outline: 0;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), color 1ms;
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.big-round-btn .v-btn__content {
  align-items: center;
  border-radius: inherit;
  color: inherit;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  white-space: nowrap;
  width: 180px;
}

.big-round-btn:before {
  border-radius: inherit;
  color: inherit;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0.12;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
}

.big-rectangle.v-btn.v-btn--round {
  align-items: center;
  border-radius: 28px;
  display: inline-flex;
  height: 43px;
  flex: 0 0 auto;
  font-size: 22px;
  font-weight: bold;
  justify-content: center;
  margin: 6px 8px;
  min-width: 150px;
  outline: 0;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), color 1ms;
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.big-rectangle-btn .v-btn__content {
  align-items: center;
  border-radius: inherit;
  color: inherit;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  white-space: nowrap;
  width: 180px;
}

.big-rectangle-btn:before {
  border-radius: inherit;
  color: inherit;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0.12;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
}

.v-btn--block {
  margin: 0 !important;
}

/* FOOTER BUTTON FOR MOBILE */

.footer_block_button button {
  height: 46px;
}

