@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;600;700&display=swap);
@charset "UTF-8";
/*
    Template : CRVS
    Author   : Toqeer Haider
    Version  : 1.0
    Company  : Pace Technologies

*/
/*
*************************************************************************************************************************
                                                Table of Content
*************************************************************************************************************************

        0 - Break Point for responsive
        1 - Basic setup and Introduction
        2 - Template Variables
        3 - Custom Template Common Classes of styling
        4 - Login Page Styling
        5 - Form Styling
*/
/*
-----------------------------------------------------   Note    ------------------------------------------------------

                                        Please If you need any additional Styling 
                                          Create new scss file and include here

*/
/*   Import Font Family */
/* Import Heading Font Family */
/* Import Body Font Family */
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* // Body
$body-bg: #f8fafc;

// Typography
$font-family-sans-serif: 'Nunito', sans-serif;
$font-size-base: 0.9rem;
$line-height-base: 1.6; */
/*
    Basic Color Variable
*/
:root {
  --theme-blue-color: #0FB5E5;
  --theme-body-color: #0e0e0e;
  --theme-border-color: #ededed;
  --theme-shadow-color: #f1f1f1;
}

.gradient__theme-bg {
  background: --var(--theme-blue-color);
  background: linear-gradient(222deg, rgb(0, 186, 245) 0%, rgb(14, 159, 187) 100%);
}

body {
  background: #fafafa;
}

.template__blue-text {
  color: var(--theme-blue-color);
}

/*
----------
Typography
----------
*/
body {
  font-family: "Open Sans", sans-serif;
}

/* h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto', sans-serif;
} */
.color__template-blue {
  color: var(--theme-blue-color);
}

.typo__heading {
  font-size: calc(1.4em + 2.1vw);
  color: var(--theme-blue-color);
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.login__row {
  min-height: calc(100vh - 400px);
}

.bg__image {
  position: absolute;
  max-width: 50%;
  overflow: hidden;
  z-index: -1;
}

/*
------------------
Template Structure
------------------
*/
.mainWrapper {
  display: flex;
}
.mainWrapper aside {
  width: 250px;
  height: 100vh;
  box-shadow: 1px 1px 4px 0px rgba(211, 211, 211, 0.5490196078);
  position: fixed;
  background: #ffffff;
  overflow: auto;
}
.mainWrapper aside .aside__top-bar {
  position: relative;
}
.mainWrapper aside img {
  max-width: 100%;
}
.mainWrapper aside .sidebar__logo {
  position: absolute;
  left: 0px;
  width: 90px;
  bottom: 6px;
  left: calc(50% - 76px);
}
.mainWrapper aside .app__title {
  position: absolute;
  top: 10px;
  left: calc(50% - 52px);
  font-weight: 600;
  color: #fff;
}
.mainWrapper aside .button__icon-menu {
  position: absolute;
  top: 0px;
  width: 35px;
  border: none;
  background: none;
  right: 5px;
  top: 6px;
  left: auto;
  transition: all 0.3s;
}
.mainWrapper aside .nav__icons-ul {
  margin-top: 20px;
  text-align: center;
  transform: scale(0.7);
}
.mainWrapper aside .nav__icons-ul li {
  display: inline-block;
  cursor: pointer;
}
.mainWrapper aside .nav__icons-ul a {
  display: inline-block;
  padding: 4px;
  margin: 0 5px;
  transition: all 0.3s;
}
.mainWrapper aside .nav__icons-ul a svg {
  height: 40px;
}
.mainWrapper aside .nav__icons-ul a:hover {
  background: var(--theme-blue-color);
  border-radius: 3px;
  color: #fff;
}
.mainWrapper aside .nav__icons-ul a:hover path {
  fill: #fff !important;
  stroke: #fff !important;
}
.mainWrapper aside .nav__icons-ul a.active {
  background: var(--theme-blue-color);
  border-radius: 3px;
  box-shadow: 1px 2px 2px 0px lightgrey;
}
.mainWrapper aside .nav__icons-ul a.active path {
  fill: #fff !important;
  stroke: #fff !important;
}
.mainWrapper aside .sidebar__menu-ul {
  margin-top: 30px;
}
.mainWrapper aside .sidebar__menu-ul li {
  background: #e8eff1;
  border-bottom: 1px solid rgba(48, 48, 48, 0.3607843137);
  padding: 8px 10px;
  color: var(--theme-blue-color);
}
.mainWrapper aside .sidebar__menu-ul li path,
.mainWrapper aside .sidebar__menu-ul li rect {
  fill: var(--theme-blue-color);
  stroke: var(--theme-blue-color);
}
.mainWrapper aside .sidebar__menu-ul li .label__menu-li {
  margin-left: 10px;
}
.mainWrapper aside .sidebar__menu-ul a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.mainWrapper aside .sidebar__menu-ul a li {
  transition: all 0.3s;
}
.mainWrapper aside .sidebar__menu-ul a:hover li {
  background: rgb(0, 186, 245);
  background: linear-gradient(110deg, rgb(0, 186, 245) 0%, rgb(14, 159, 187) 100%);
  color: #fff;
}
.mainWrapper aside .sidebar__menu-ul a:hover li path,
.mainWrapper aside .sidebar__menu-ul a:hover li rect {
  stroke: #fff;
}
.mainWrapper aside .sidebar__menu-ul a.active li {
  background: rgb(0, 186, 245);
  background: linear-gradient(110deg, rgb(0, 186, 245) 0%, rgb(14, 159, 187) 100%);
  color: #fff;
}
.mainWrapper aside .sidebar__menu-ul a.active li path,
.mainWrapper aside .sidebar__menu-ul a.active li rect {
  stroke: #fff;
}
.mainWrapper aside .sidebar__footer {
  position: absolute;
  width: 100%;
  bottom: 0px;
  text-align: center;
}
.mainWrapper aside .sidebar__footer img {
  max-width: 60px;
  display: inline-block;
}
.mainWrapper aside .sidebar__footer .bottom__text {
  font-size: 12px;
  color: #303030;
}
.mainWrapper .content {
  width: calc(100vw - 250px);
  margin-left: 250px;
}
.mainWrapper .content .topbar__bg {
  min-height: 45px;
  background: var(--theme-blue-color);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .mainWrapper .content .topbar__bg {
    display: block;
  }
}
.mainWrapper .content .topbar__bg .topbar__menu-icon {
  margin: 0 5px;
}
@media (max-width: 1400px) {
  .mainWrapper .content .topbar__bg .topbar__menu-icon {
    margin: 0;
  }
}
.mainWrapper .content .topbar__bg .topbar__menu-icon svg {
  transform: scale(0.8);
}
@media (max-width: 1400px) {
  .mainWrapper .content .topbar__bg .topbar__menu-icon svg {
    transform: scale(0.6);
  }
}
.mainWrapper .content .topbar__bg .topbar__menu-title {
  margin: 0 5px;
}
@media (max-width: 1400px) {
  .mainWrapper .content .topbar__bg .topbar__menu-title {
    margin: 0 0;
  }
}
.mainWrapper .content .topbar__bg a {
  text-decoration: none;
  color: white;
  transition: all 0.3s;
  display: inline-block;
}
.mainWrapper .content .topbar__bg a:hover {
  cursor: pointer;
}
.mainWrapper .content .topbar__bg a.active {
  background-color: rgba(0, 0, 0, 0.1882352941);
}
@media (max-width: 768px) {
  .mainWrapper .content .topbar__bg a.active {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.7294117647);
  }
}
@media (max-width: 768px) {
  .mainWrapper .content .topbar__bg a {
    display: inline-block;
  }
}
.mainWrapper .content .topbar__bg ul li {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  background-color: transparent;
  transition: all 0.3s;
  font-size: 14px;
}
.mainWrapper .content .topbar__bg ul li:hover {
  background-color: rgba(0, 0, 0, 0.1882352941);
}
@media (max-width: 768px) {
  .mainWrapper .content .topbar__bg ul li:hover {
    background-color: transparent;
    color: black !important;
  }
}
.mainWrapper .content .topbar__bg ul li.active {
  background-color: rgba(0, 0, 0, 0.1882352941);
}
@media (max-width: 850px) {
  .mainWrapper .content .topbar__bg ul li {
    padding: 0 4px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .mainWrapper .content .topbar__bg ul li {
    display: block;
    padding-left: 5px;
    position: relative;
    top: 5px;
  }
}
@media (max-width: 768px) {
  .mainWrapper .content .topbar__bg ul.topbar__left-ul {
    display: none;
  }
}
.mainWrapper .content .topbar__bg ul.topbar__left-ul li {
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
  .mainWrapper .content .topbar__bg ul.topbar__left-ul li {
    border-right: 0px;
  }
}
.mainWrapper.active aside {
  width: 0px;
}
.mainWrapper.active aside .button__icon-menu {
  position: fixed;
  left: 5px;
  right: auto;
}
.mainWrapper.active .content {
  width: 100vw;
  margin-left: 0px;
}
.mainWrapper.active .content .topbar__bg {
  padding-left: 50px;
}
@media (max-width: 768px) {
  .mainWrapper.active .content .topbar__bg {
    padding-left: 47px;
    display: flex;
  }
}

form {
  position: relative;
}

.plus_icon_top_right {
  position: absolute;
  right: 0px;
  top: -36px;
  cursor: pointer;
}

.add_OU_col {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .add_OU_col {
    margin-top: 10px;
    justify-content: center;
  }
}

.button__round-btn {
  border: none;
  background: #0fbbef;
  min-width: 150px;
  margin: 0 20px;
  border-radius: 100px;
  color: #fff;
  padding: 7px 15px;
}

.OU-table tbody tr td:nth-child(1) {
  cursor: pointer;
}
.OU-table tbody tr td:nth-child(1) i {
  margin-right: 5px;
  color: #0fbbef;
}
.OU-table tbody tr td:nth-child(2) {
  color: inherit !important;
  font-weight: 400 !important;
  cursor: auto !important;
}

.custom-margin-right {
  margin-right: 10px;
  display: inherit;
}

.plus_icon_top_right_new {
  cursor: pointer;
}

.custom__menu_item {
  color: #0fb5e5;
  margin-top: 5px;
}
.custom__menu_item i {
  margin-right: 10px;
  cursor: pointer;
}

.add_button {
  color: #0fb8ea;
  font-size: 35px;
}

.add_button:hover {
  cursor: pointer;
  color: #0fb8ea;
  transform: scale(0.95);
}

.theme-bg {
  background: #10b8e9;
}

.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: loaderAnimation 1s linear infinite;
}

@keyframes loaderAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.responsive__menu {
  display: none !important;
}
@media (max-width: 768px) {
  .responsive__menu {
    display: block !important;
  }
}

.dropdown-menu {
  background-color: #0fb5e5;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: rgba(0, 0, 0, 0.1882352941);
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}

.btn {
  color: #ffffff;
}

@media (max-width: 768px) {
  .page-wrapper .bg-white {
    overflow-x: auto;
  }
}

.responsive__questionnarie {
  height: 500px;
  width: 500px;
  margin: 10px;
}
@media (max-width: 768px) {
  .responsive__questionnarie {
    width: auto !important;
    height: auto !important;
  }
}
@media (max-width: 576px) {
  .responsive__questionnarie .d-flex {
    display: block !important;
    text-align: center !important;
  }
}

.top_heading {
  position: relative;
}
@media (max-width: 768px) {
  .top_heading {
    text-align: center;
  }
}
.top_heading button {
  position: absolute;
  top: -10px;
  right: 0;
}
@media (max-width: 768px) {
  .top_heading button {
    position: relative;
    top: 0;
  }
}

.recursive_table {
  width: 100%;
}
.recursive_table table {
  margin-left: 20px;
}
.recursive_table th {
  width: 150px;
  text-align: center;
}
@media (max-width: 850px) {
  .recursive_table th {
    width: 100px;
  }
}
.recursive_table th:nth-child(1) {
  width: calc(100% - 600px);
}
@media (max-width: 850px) {
  .recursive_table th:nth-child(1) {
    width: calc(100% - 400px);
  }
}
.recursive_table th:nth-child(2) {
  text-align: center !important;
}
.recursive_table th:nth-child(3) {
  text-align: center;
}
.recursive_table th:nth-child(4) {
  text-align: center;
}
.recursive_table th:nth-child(5) {
  text-align: center;
}

.levelul ul {
  background: #f6fbff !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.219);
}
.levelul .table-ul li {
  width: 150px;
}
@media (max-width: 850px) {
  .levelul .table-ul li {
    width: 100px;
  }
}
.levelul .table-ul li:nth-child(1) {
  width: calc(100% - 600px);
  color: #14b0d9;
}
@media (max-width: 850px) {
  .levelul .table-ul li:nth-child(1) {
    width: calc(100% - 400px);
  }
}
.levelul .table-ul li:nth-child(2) {
  text-align: center;
}
.levelul .table-ul li:nth-child(3) {
  text-align: center;
}
.levelul .table-ul li:nth-child(4) {
  text-align: center;
}
.levelul .table-ul li:nth-child(5) {
  text-align: center;
}
.levelul .table-ul {
  padding-left: 10px;
}
.levelul .table-ul li {
  display: inline-block;
}
.levelul .active-ul {
  padding-left: 20px;
}
.levelul .active-ul:nth-child(1) {
  margin-left: 0px;
  padding-left: 0px;
}

.table__addForm tbody tr {
  cursor: pointer;
  color: #000;
  transition: all 0.2s;
}

.table__addForm tbody tr:hover {
  color: #10b8e9;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

input[type=date]::after {
  content: "📅";
}

.css-sgztuj-control {
  width: 100% !important;
  min-width: calc(50vw - 300px);
}
@media (max-width: 992px) {
  .css-sgztuj-control {
    min-width: 400px;
  }
}

.fa-square-full {
  color: skyblue;
  font-size: 14px;
}

.table-head {
  width: 200px !important;
}

.table-head-medium {
  width: 125px !important;
}

.table-head-small {
  width: 5px !important;
}

.popupModeResults {
  width: 100% !important;
  border-radius: 5px;
  margin-top: 5px;
}

@media only screen and (max-width: 1400px) {
  .popupModeResults {
    width: 1000px !important;
    left: -200px !important;
  }
}
#ctwFlexContainer {
  padding: 1rem !important;
}

.ctwFlexItem75 {
  width: 50%;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.sortoption {
  margin-left: 2rem !important;
  padding-right: 1rem !important;
}

.wordlist {
  margin-left: 2rem !important;
  padding-right: 1rem !important;
}

.btn__batchProcession {
  position: absolute;
  right: 20px;
  top: -10px;
}

.add_cursor:hover {
  cursor: pointer;
}

.dropdown_menu {
  width: 100px;
}

.dropdown_menu_item {
  padding: 3px;
}

.dropdown_menu_item:hover {
  background-color: #0fb5e5;
  color: #fff;
}

/* For Dashboard */
#accordian_button {
  background-color: #0FB5E5;
  color: #fff !important;
  font-weight: bold;
}

.h-500-scroll {
  height: 500px !important;
  overflow-y: scroll;
}

.small_icon {
  font-size: 24px;
  cursor: pointer;
}

.icon {
  color: #0fb5e5;
  margin-right: 10px;
}

/* Login Page Styling */
.login__row {
  /* @include breakpoint(xxl){
      width: 100%;
      background-color: blue !important;
      } */
}
.login__row h4 {
  color: var(--theme-blue-color);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -1px;
}
.login__row .login__form {
  border: 1px solid var(--theme-border-color);
  padding: 20px 40px;
  border-radius: 10px;
  box-shadow: 2px 2px 7px 0px var(--theme-shadow-color);
  min-width: 400px;
  position: relative;
  background: #fff;
}
.login__row .login__label-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--theme-blue-color);
  text-transform: uppercase;
  margin: 15px 0 5px 0;
}
.login__row .icon__input-div {
  position: absolute;
  right: 10px;
  top: 15px;
  color: var(--theme-blue-color);
  z-index: 9 !important;
}
.login__row .form-control {
  min-height: 50px;
  border-color: var(--theme-border-color);
  box-shadow: 1px 1px 1px 1px var(--theme-shadow-color);
  border-radius: 7px !important;
}
.login__row .button__login-btn {
  background: --var(--theme-blue-color);
  background: linear-gradient(222deg, rgb(0, 186, 245) 0%, rgb(14, 159, 187) 100%);
  color: #fff;
  border: none;
  margin-top: 30px;
  display: block;
  width: 100%;
  padding: 14px;
  margin-bottom: 10px;
  border-radius: 2px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  text-transform: uppercase;
  box-shadow: 4px 3px 4px 1px var(--theme-shadow-color);
  font-weight: 600;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.login__row .button__login-btn:hover {
  background: #fff;
  color: var(--theme-blue-color);
  border-color: var(--theme-blue-color);
}
.login__row ul {
  text-align: center;
}
.login__row ul img {
  width: 50px;
}
.login__row ul li {
  display: inline-block;
  margin: 0 5px;
}
.login__row .login__form-footer {
  margin-top: 20px;
}
.login__row .login__form-footer p {
  background: var(--theme-border-color);
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: right;
  padding-right: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 0px;
  font-size: 12px;
  background: #EFEFEF;
}
.login__row .login__form-footer p a {
  color: var(--theme-blue-color);
  text-decoration: none;
}

/*
|                                |
|         Form Styling           |
|                                |
*/
/* Copy from CSS file */
.input-group {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.dropdown-shadow {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.text-primary-color {
  color: #0FB5E5;
}

input[type=number], input[type=text], input[type=password], input[type=date], select {
  font-size: 14px !important;
  border: none !important;
  color: #C0C0C0 !important;
}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C0C0C0 !important;
  opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C0C0C0 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #C0C0C0 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #C0C0C0 !important;
}

.form-btn {
  background: #0FB5E5;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0.5rem 0;
  color: #fff;
  font-size: 16px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #0FB5E5;
}

.form-btn-small {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0.5rem 0;
  border: none;
  color: #fff;
  font-size: 16px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.form-btn-small:focus {
  animation: click 0.25s ease-in;
}

.form-btn:focus {
  animation: click 0.25s ease-in;
}

.form-btn:hover {
  background: #fff;
  color: #0FB5E5;
}

label, .small-heading {
  /* color:#6C757D; */
  color: #575453 !important;
  margin-bottom: 5px;
}

.small-heading, label {
  font-weight: 500;
  font-size: 14px;
}

.app_form {
  border-radius: 5px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.form-heading {
  font-weight: 600;
  color: #0FB5E5;
  border-bottom: #0FB5E5 solid 1px;
  padding-bottom: 5px;
  margin-bottom: 1.5rem;
  display: table;
  margin: 0 auto;
  font-size: calc(16px + 0.4vw);
}

.error {
  border: 1px solid #ff2322 !important;
  box-shadow: 0px 2px 5px rgba(255, 0, 0, 0.2);
}

.error_icon {
  color: #ff2322;
}

.error_alert {
  background: #F8D7DA;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
}

/* Animations */
@keyframes click {
  from {
    transform: translateY(2px);
  }
  to {
    transform: translateY(0px);
  }
}
/**/
form .form-bg {
  background: #fff;
}

.form__template {
  background: white;
  margin-top: 30px;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 0px #e1e1e1;
}

.form__template .form-group {
  margin-top: 20px;
}

.form__template a {
  text-decoration: none;
}
.form__template input {
  min-height: 40px;
}
.form__template input[type=radio] {
  min-height: auto;
}
.form__template .col-md-12 {
  position: relative;
}
.form__template input[type=file] {
  opacity: 0;
  min-height: 100px;
  position: relative;
}
.form__template .radio-group {
  margin-top: 20px;
}
.form__template select {
  min-height: 40px;
}
.form__template .file__upload {
  position: absolute;
  top: 47px;
  width: calc(100% - 24px);
  text-align: center;
  background: #EAEFEF;
  height: 100px;
  border-radius: 5px;
}
.form__template .file__upload img {
  width: 55px;
  margin-top: 8px;
  opacity: 0.5;
}
.form__template .file__upload p {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 12px;
  opacity: 0.7;
  margin-top: 9px;
}
.form__template .file__upload p.small {
  margin-top: 0px;
}

.custom-table-striped {
  text-align: center;
}
.custom-table-striped thead tr th {
  border: none;
  color: #515151;
}
.custom-table-striped thead tr th:nth-child(1) {
  vertical-align: middle;
  text-align: left;
}
.custom-table-striped thead tr th:nth-child(2) {
  vertical-align: middle;
  text-align: left;
}
.custom-table-striped tbody tr:nth-child(odd) {
  background: #F6FBFF;
}
.custom-table-striped tbody tr:nth-child(even) {
  background: #D4F5FE;
}
.custom-table-striped tbody tr td {
  border: none;
}
.custom-table-striped tbody tr td:nth-child(1) {
  text-align: left;
}
.custom-table-striped tbody tr td:nth-child(2) {
  color: var(--theme-blue-color);
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}

.table > :not(:first-child) {
  border-top: none;
}

.search-row .icon__input-div {
  width: 50px;
  background: #0fb5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.form-control:focus {
  box-shadow: none;
}

input[type=number], input[type=text], input[type=password], input[type=date], select {
  color: #303030 !important;
  font-weight: 500;
}

.custom-checkbox input {
  min-height: auto !important;
  margin-right: 10px;
}
.custom-checkbox label {
  cursor: pointer;
}
