/*

Version: 1.0

Author: Symlink Technology

Author URI: https://www.symlinktech.com/.

*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");

/*

font-family: 'Open Sans', sans-serif;

font-family: 'Poppins', sans-serif;

font-family: 'Roboto', sans-serif;

*/

/* ********|| INITIALIZATION STARTS ||******** */

body,
html {
  width: 100%;

  line-height: 18px;

  margin: 0 auto !important;

  padding: 0 !important;

  font-family: "Poppins", sans-serif;

  font-weight: 300;

  -webkit-font-smoothing: subpixel-antialiased;

  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);

  font-size: 14px;

  color: var(--textMedColor);

  background-color: #efefef;

  position: relative;

  z-index: 0;
}

*:focus {
  outline: none !important;

  outline-offset: none !important;

  outline-offset: 0 !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

a:focus {
  outline: none;

  text-decoration: none;
}

input:focus,
label:focus {
  outline: none !important;

  outline-offset: none !important;

  outline-offset: 0 !important;
}

/* ********|| INITIALIZATION ENDS ||******** */

/* ********|| PSEUDO ELEMENTS STARTS ||******** */

::selection {
  background-color: var(--primaryColor);

  color: #fff;
}

::-moz-selection {
  background-color: var(--primaryColor);

  color: #fff;
}

::-webkit-selection {
  background-color: var(--primaryColor);

  color: #fff;
}

:-webkit-focus {
  outline: none !important;
}

:-moz-focus {
  outline: none !important;
}

:focus {
  outline: none !important;
}

select:-webkit-focusring {
  color: var(--primaryColor) !important;

  text-shadow: 0 0 0 var(--textMedColor);
}

select:-moz-focusring {
  color: var(--primaryColor) !important;

  text-shadow: 0 0 0 var(--textMedColor);
}

select:focusring {
  color: var(--primaryColor) !important;

  text-shadow: 0 0 0 var(--textMedColor);
}

::input-placeholder {
  color: var(--textColor) !important;
}

::-moz-input-placeholder {
  color: var(--textColor) !important;
}

::-webkit-input-placeholder {
  color: var(--textColor) !important;
}

/*::-webkit-scrollbar-track{	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);box-shadow: inset 0 0 6px rgba(0,0,0,0.1);background-color: var(--textMedColor);}

::-webkit-scrollbar{width: 5px;height: 5px;background-color: var(--textMedColor);}

::-webkit-scrollbar-thumb{background-color: var(--secondaryColorAltLight);}*/

/* ********|| PSEUDO ELEMENTS ENDS ||******** */

/* ********|| ADJUSTMENT CLASSES STARTS ||******** */

*,
::after,
::before {
  box-sizing: border-box;
}

a {
  color: var(--primaryColor);

  transition: all 0.3s ease;
}

a:hover,
a:focus {
  color: var(--secondaryColor);
}

p {
  margin: 0 0 10px;
}

hr {
  margin-top: 20px;

  margin-bottom: 20px;

  border: 0;

  border-top: 1px solid var(--c4dee4);
}

.required:after {
  content: "*";

  color: #f44336;

  font-size: 16px;

  font-weight: 600;

  position: absolute;

  margin: 0 0 0 3px;
}

.separator_dashed {
  border-bottom: var(--textMedColor) 1px dashed;
}

.separator_dotted {
  border-bottom: var(--textMedColor) 1px dotted;
}

.separator_solid {
  border-bottom: var(--textMedColor) 1px solid;
}

/* ********|| ADJUSTMENT CLASSES ENDS ||******** */

.container {
  width: 100%;

  padding-right: 15px;

  padding-left: 15px;

  margin-right: auto;

  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 620px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1280px;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;

  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;

  display: inline-flex !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

section {
  position: relative;
}

.form-group {
  position: relative;

  margin: 0 0 20px;
}

.control-label {
  font-size: 15px;

  font-weight: 500;

  margin: 0 0 5px;

  color: #212121;

  display: block;

  text-transform: inherit;
}
.table td,
.table th {
  vertical-align: middle;
}
.btn-submit {
  font-size: 14px;

  font-weight: 400;

  text-align: center;

  display: block;

  border: 1px solid var(--primaryColor);

  background-color: #fff;

  border-radius: 30px;

  padding: 12px 20px;

  line-height: 1;

  color: var(--primaryColor) !important;
}

.form-control {
  border-radius: 10px;

  box-shadow: none;

  border: 0;

  color: var(--textColor);

  background: var(--vLightColor) !important;

  min-width: 50px;

  min-height: 38px;

  width: 100%;

  padding: 10px 20px;

  font-size: 15px;

  font-family: "Open Sans", sans-serif;

  font-weight: 400;

  height: 44px;
}

.form-control:focus {
  border-color: var(--primaryColor);

  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: var(--textColor) !important;
}

.form-control:-moz-placeholder {
  color: var(--textColor) !important;

  opacity: 1 !important;
}

.form-control::-moz-placeholder {
  color: var(--textColor) !important;

  opacity: 1 !important;
}

.form-control:-ms-input-placeholder {
  color: var(--textColor) !important;
}

.form-control::-ms-input-placeholder {
  color: var(--textColor) !important;
}

textarea.form-control {
  resize: none;

  min-height: 100px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fff;

  opacity: 0.7;

  cursor: not-allowed;
}

.custom-checkbox {
  position: relative;

  padding-left: 24px;

  margin: 3px 0;

  display: inline-block;
}

.custom-checkbox .custom-checkbox-input {
  position: absolute;

  z-index: 1;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  opacity: 0;

  cursor: pointer;
}

.custom-checkbox .custom-checkbox-label {
  position: relative;

  margin: 0;

  line-height: 16px;

  font-size: 14px;

  font-weight: 400;
}

.custom-checkbox .custom-checkbox-label:before {
  content: "";

  position: absolute;

  width: 16px;

  height: 16px;

  background: #fff;

  border: 1px solid #ddd;

  top: 50%;

  left: -24px;

  transform: translateY(-50%);

  border-radius: 2px;
}

.custom-checkbox .custom-checkbox-label:after {
  content: "\f00c";

  position: absolute;

  font-family: "Font Awesome 5 Pro";

  width: 16px;

  height: 16px;

  top: 50%;

  left: -24px;

  transform: translateY(-50%);

  font-weight: 500;

  font-size: 10px;

  display: none;

  color: #fff;

  text-align: center;
}

.custom-checkbox .custom-checkbox-input:checked ~ .custom-checkbox-label:after {
  display: block;
}

.custom-checkbox
  .custom-checkbox-input:checked
  ~ .custom-checkbox-label:before {
  background: var(--primaryColor);

  border: 1px solid var(--primaryColor);
}

.custom-radio {
  position: relative;

  padding-left: 24px;

  margin: 3px 0;

  display: inline-block;
}

.custom-radio .custom-radio-input {
  position: absolute;

  z-index: 1;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  opacity: 0;

  cursor: pointer;
}

.custom-radio .custom-radio-label {
  position: relative;

  margin: 0;

  line-height: 16px;

  font-size: 14px;

  font-weight: 400;
}

.custom-radio .custom-radio-label:before {
  content: "";

  position: absolute;

  width: 16px;

  height: 16px;

  background: #fff;

  border: 1px solid #ddd;

  top: 50%;

  left: -24px;

  transform: translateY(-50%);

  border-radius: 50%;
}

.custom-radio .custom-radio-label:after {
  content: "\f111";

  position: absolute;

  font-family: "Font Awesome 5 Pro";

  width: 16px;

  height: 16px;

  top: 50%;

  left: -24px;

  transform: translateY(-50%);

  font-weight: 600;

  font-size: 8px;

  display: none;

  color: #fff;

  text-align: center;
}

.custom-radio .custom-radio-input:checked ~ .custom-radio-label:after {
  display: block;
}

.custom-radio .custom-radio-input:checked ~ .custom-radio-label:before {
  background: var(--primaryColor);

  border: 1px solid var(--primaryColor);
}

.select2 {
  width: 100% !important;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  height: 38px;

  border: 1px solid #ddd;

  border-radius: 4px !important;

  padding: 0 12px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  line-height: 38px;

  font-size: 14px;

  color: var(--secondaryColor);

  padding: 0;

  font-weight: 500;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__arrow {
  height: 36px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #d1d3e2;

  font-size: 14px;

  color: #6e707e;

  border-radius: 2px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #d1d3e2;
}

.select2-container--default .select2-search--inline .select2-search__field {
  color: #6e707e;

  margin: 0;
}

.select2-dropdown {
  border: 1px solid #ddd;

  border-radius: 0;

  box-shadow: none;

  overflow: hidden;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] {
  background: var(--primaryColor);

  color: #fff;
}

.select2-results__option {
  font-size: 14px;

  letter-spacing: 0;

  color: var(--secondaryColor);

  font-weight: 500;

  padding: 6px 12px;

  line-height: 1.2;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  width: 5px;

  height: 5px;

  background-color: #fff;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #ddd;
}

.select2-container .select2-selection--multiple {
  height: auto;

  min-height: 38px;

  line-height: 38px;

  display: flex;

  padding: 4px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  display: flex;

  flex-wrap: wrap;

  color: #fff;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  line-height: 24px;

  margin: 2px;

  padding: 0;

  overflow: hidden;

  font-size: 12px;

  position: relative;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  width: 18px;

  padding: 0 4px;

  margin: 0;

  color: #fff;

  background: rgba(0, 0, 0, 0.2);

  text-align: center;

  font-size: 14px;

  font-weight: 600;

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #fff;

  background: rgba(255, 255, 255, 0.2);
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  background-color: #375dce;

  border: none;

  padding-left: 24px;

  padding-right: 6px;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #ddd;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 4px !important;
}

.custom-tab {
}

.custom-tab .custom-tab-navigation {
  padding-left: 0;

  list-style: none;

  display: flex;

  flex-wrap: wrap;

  justify-content: flex-start;

  margin: 0 0 10px;

  border-bottom: 1px solid var(--primaryColor);
}

.custom-tab .custom-tab-navigation > li {
  width: auto;

  margin: 0;

  position: relative;
}

.custom-tab .custom-tab-navigation > li + li {
  margin-left: 10px;
}

.custom-tab .custom-tab-navigation > li > a {
  background-color: var(--white);

  color: var(--textColor);

  padding: 10px 20px;

  display: block;

  font-size: 16px;

  font-weight: 400;

  text-transform: capitalize;

  position: relative;

  border-radius: 8px 8px 0 0;

  max-width: 300px;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;
}

.custom-tab .custom-tab-navigation > li.active > a,
.custom-tab .custom-tab-navigation > li > a:hover {
  background-color: var(--primaryColor);

  color: var(--white);
}

.custom-tab .custom-tab-content {
}

.custom-tab .custom-tab-content .custom-tab-wrap {
  display: none;

  background: transparent;

  padding: 20px 0;
}

.custom-tab .custom-tab-content .custom-tab-wrap.active {
  display: block;
}

.custom-tab .custom-tab-content .custom-tab-navigation > li > a {
  padding: 5px 10px;

  font-size: 14px;

  font-weight: 600;
}

.custom-tab .custom-tab {
  margin-top: -20px;
}

.custom-tab .custom-tab .custom-tab-navigation {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .custom-tab .custom-tab-navigation {
    max-width: 620px;
  }
}

@media (min-width: 768px) {
  .custom-tab .custom-tab-navigation {
    max-width: 740px;
  }
}

@media (min-width: 992px) {
  .custom-tab .custom-tab-navigation {
    max-width: 1140px;
  }
}

@media (min-width: 1200px) {
  .custom-tab .custom-tab-navigation {
    max-width: 1200px;
  }
}

.error {
  color: #ed213a;
}

hr {
  margin-top: 20px;

  margin-bottom: 20px;

  border: 0;

  border-top: 1px solid #edf2f4;
}

.page-margin {
  margin-top: 82px;
}

section {
  position: relative;
}

/* /////////////////////////////////////////////////////////////// */

/*             			   	 	BOOTSTRAP FIX            			   				 */

/* /////////////////////////////////////////////////////////////// */

@media (min-width: 576px) {
  .container {
    max-width: none;
  }

  .modal-dialog {
    max-width: 700px;
  }

  .modal-sm {
    max-width: 400px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.modal-open {
  overflow: auto;
}

.modal {
  overflow-x: hidden;

  overflow-y: auto;
}

.overflow-hidden {
  overflow: hidden !important;
}

.dropdown .dropdown-toggle {
  padding-right: 16px !important;

  position: relative;
}

.dropdown .dropdown-toggle::after {
  content: "\f078";

  font-family: "Font Awesome 5 Pro";

  font-size: 14px;

  font-weight: 500;

  display: block;

  position: absolute;

  margin: 0;

  vertical-align: unset;

  top: 50%;

  right: 0;

  transform: translateY(-50%);

  border: 0;

  color: var(--primaryColor);

  opacity: 1;

  margin-top: 2px;

  transition: all 0.3s ease;
}

.dropdown.show .dropdown-toggle::after {
  transform: translateY(-50%) rotate(-180deg);
}

.dropdown .dropdown-menu {
  display: block;

  top: 100% !important;

  left: 50% !important;

  transform: translate(-50%, 50px) !important;

  visibility: hidden;

  opacity: 0;

  transition: 0.5s ease all;
}

.dropdown .dropdown-menu.show {
  display: block;

  transform: translate(-50%, 0) !important;

  visibility: visible;

  opacity: 1;

  transition: 0.5s ease all;
}

.dropdown .dropdown-menu .dropdown-item {
  color: var(--secondaryColor);
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown .mega-dropdown-menu {
  display: block;

  width: 100%;

  top: auto !important;

  left: 50% !important;

  transform: translate(-50%, 50px) !important;

  padding: 20px 40px;

  visibility: hidden;

  opacity: 0;

  transition: 0.5s ease all;
}

.mega-dropdown .mega-dropdown-menu.show {
  display: block;

  transform: translate(-50%, 0) !important;

  visibility: visible;

  opacity: 1;

  transition: 0.5s ease all;
}

/*

font-family: 'Roboto', sans-serif;

font-family: 'Open Sans', sans-serif;

font-family: 'Poppins', sans-serif;

#307ad5

*/

/*////////////////////////////////////////////////////////////////*/

/*             		          	 HOME PAGE      	      				  	*/

/*////////////////////////////////////////////////////////////////*/

/* ********|| HEADER STARTS ||******** */

header {
  position: -webkit-sticky;

  position: sticky;

  top: 0;

  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 10px;

  z-index: 99;
}

header .header-main {
  position: relative;

  background: var(--secondaryColor);
}

header .header-main > .container-fluid {
  display: flex;

  padding-left: 60px;

  padding-right: 60px;
}

header .brand {
  display: flex;

  height: 80px;

  margin: auto 0;

  max-width: 200px;

  padding: 15px 0;

  margin-right: auto;
}

header .brand .logo {
  display: flex;

  width: 100%;

  height: 100%;
}

header .brand .logo img {
  width: 100%;

  height: 100%;

  object-fit: contain;

  object-position: left;
}

.brand-text {
  font-size: 34px;

  font-weight: 700;

  text-align: center;

  line-height: 1;

  color: #00aafa;

  text-transform: uppercase;

  margin: auto;
}

.brand-text span {
  color: #fff;

  font-weight: 300;
}

header .notification {
  margin: 0;

  padding-left: 15px;

  display: flex;
}

header .notification .dropdown-toggle {
  display: flex;

  margin: auto 0;

  font-size: 20px;

  color: var(--lightColor);
}

header .notification .dropdown-toggle:after {
  display: none;
}

header .notification .dropdown-toggle > span {
  display: flex;

  position: absolute;

  font-size: 10px;

  font-weight: 500;

  background-color: var(--primaryColor);

  color: #fff;

  width: 20px;

  height: 20px;

  justify-content: center;

  align-items: center;

  border-radius: 50%;

  line-height: 20px;

  top: -8px;

  right: 8px;
}

header .notification .dropdown-menu {
  margin: 0;

  border: 0;

  border-radius: 0;

  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 10px;

  left: auto !important;

  right: 0;

  transform: translate(0%, 50px) !important;

  width: 280px;
}

header .notification .dropdown-menu.show {
  transform: translate(0, 0) !important;
}

header .notification .dropdown-menu .dropdown-menu-wrap {
  max-height: 320px;

  overflow: auto;
}

header
  .notification
  .dropdown-menu
  .dropdown-menu-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);

  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);

  background-color: var(--textMedColor);
}

header .notification .dropdown-menu .dropdown-menu-wrap::-webkit-scrollbar {
  width: 5px;

  height: 5px;

  background-color: var(--textMedColor);
}

header
  .notification
  .dropdown-menu
  .dropdown-menu-wrap::-webkit-scrollbar-thumb {
  background-color: var(--primaryColor);
}

header .notification .dropdown-menu .dropdown-item {
  padding: 10px 15px;

  white-space: normal;
}

header .notification .dropdown-menu .dropdown-item + .dropdown-item {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

header .notification .dropdown-menu .dropdown-item .noti-text {
  font-size: 13px;
}

header .notification .dropdown-menu .dropdown-item .noti-time {
  font-size: 11px;

  margin: 5px 0 0;

  color: var(--lightColor);

  font-family: "Open Sans", sans-serif;
}

header .notification .dropdown-menu .dropdown-item:focus,
header .header-actions .notification .dropdown-menu .dropdown-item:hover,
header .header-actions .notification .dropdown-menu .dropdown-item:active {
  background: var(--primaryColor);

  color: #fff;
}

header .notification .dropdown-menu .dropdown-item:focus .noti-time,
header
  .header-actions
  .notification
  .dropdown-menu
  .dropdown-item:hover
  .noti-time,
header
  .header-actions
  .notification
  .dropdown-menu
  .dropdown-item:active
  .noti-time {
  color: #fff;
}

header .user-account {
  margin: 0;

  padding-left: 15px;

  display: flex;
}

header .user-account .dropdown-toggle {
  display: flex;

  margin: auto 0;
}

header .user-account .dropdown-toggle:after {
  color: var(--lightColor);

  margin: 0;

  font-size: 14px;

  font-weight: 300;
}

header .user-account .dropdown-toggle .user-account-img {
  width: 52px;

  height: 52px;

  overflow: hidden;

  border-radius: 50%;

  margin: auto 0;

  margin-right: 15px;
}

header .user-account .dropdown-toggle .user-account-img img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;
}

header .user-account .dropdown-toggle .user-account-title {
  margin: auto 0;

  font-size: 14px;

  font-weight: 400;

  line-height: 1.2;

  color: #fff;

  padding-right: 5px;
}

header .user-account .dropdown-toggle .user-account-title span {
  display: inline-block;

  margin-right: 5px;
}

header .user-account .dropdown-menu {
  margin: 0;

  border: 0;

  border-radius: 5px;

  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 10px;

  left: auto !important;

  right: 0;

  transform: translate(0%, 50px) !important;
}

header .user-account .dropdown-menu.show {
  transform: translate(0, 0) !important;
}

header .user-account .dropdown-menu .dropdown-item {
  font-size: 14px;

  font-weight: 400;

  letter-spacing: -0.3px;

  padding: 6px 15px;

  line-height: 1.2;

  color: var(--secondaryColor);
}

header .user-account .dropdown-menu .dropdown-item:focus,
header .user-account .dropdown-menu .dropdown-item:hover,
header .user-account .dropdown-menu .dropdown-item:active {
  background: var(--primaryColor);

  color: #fff;
}

header .mob-menu {
  margin: 0;

  padding-left: 15px;

  margin-right: auto;

  display: none;
}

header .mob-menu a {
  display: flex;

  margin: auto 0;

  font-size: 20px;

  color: var(--lightColor);
}

/* ********|| HEADER ENDS ||******** */

/* ********|| CONTENT START ||******** */

.main {
  display: flex;

  flex-wrap: wrap;

  position: relative;

  min-height: calc(100vh - 80px);
}

.main .section-aside {
  width: 230px;

  background-color: #fff;
}

.main .section-aside .side-panel {
  position: sticky;

  top: 80px;

  background-color: var(--secondaryColor);

  height: 100%;

  max-height: calc(100vh - 80px);

  padding: 30px;
}

.main .section-aside .side-panel::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 1px;

  background-color: rgb(255 255 255 / 20%);
}

.main .section-aside .side-panel .side-menu {
  display: flex;

  flex-direction: column;
}

.main .section-aside .side-panel .side-menu .menu-link {
  color: rgb(255 255 255 / 80%);

  display: flex;

  position: relative;

  padding: 5px 0;

  margin: 10px 0;

  font-size: 18px;

  font-weight: 400;

  justify-content: flex-start;

  align-items: center;
}

.main .section-aside .side-panel .side-menu .menu-link span {
  display: block;

  margin-left: 20px;

  font-size: 16px;
}

.main .section-aside .side-panel .side-menu .menu-link.active,
.main .section-aside .side-panel .side-menu .menu-link:hover {
  color: #00aafa;
}

.main .section-content {
  width: 100%;

  max-width: calc(100% - 230px);

  padding: 40px;

  padding-right: 60px;
}

.section-header {
  position: relative;

  padding: 10px 0;

  margin: 0 0 10px;

  display: flex;

  justify-content: space-between;

  align-items: center;
}

.section-header .title {
  font-size: 24px;

  font-weight: 600;

  color: var(--primaryColor);

  margin: 0;

  line-height: 1.2;
}

.section-header .action-center {
}

.basic-info-content {
}

.basic-info-content .title {
  font-size: 16px;

  font-weight: 600;

  color: var(--primaryColor);

  margin: 0 0 20px;
}

.content-wrap {
  position: relative;

  background-color: #fff;

  padding: 30px;

  border-radius: 10px;

  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 10px;
}

.user-profile {
  margin: -10px;
}

.user-profile .info-item {
  display: flex;

  padding: 10px;
}

.user-profile .info-item .info-label {
  width: 150px;

  font-size: 16px;

  font-weight: 500;

  padding-right: 15px;
}

.user-profile .info-item .info-data {
  width: clac(100% - 150px);

  font-size: 16px;

  font-weight: 500;
}

.section-listing .table .thead-dark th {
  background-color: var(--secondaryColor);

  border-color: var(--secondaryColor);
}

.section-listing .table tbody td {
  vertical-align: middle;

  border-color: rgba(57, 95, 207, 0.1);

  font-size: 14px;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e3e6f0;
}

.section-listing .filter-area {
  margin-bottom: 20px;
}

.section-listing .table-responsive {
  border-radius: 10px;
}

.section-listing .page-item.active .page-link {
  z-index: 1;

  color: #fff;

  background-color: #003765;

  border-color: #003765;
}

/*===== SIGN IN =====*/

.sec-sign-in {
  padding: 60px 0;

  background: #efefef;

  position: relative;

  min-height: 100vh;

  display: flex;

  align-items: center;
}

.sec-sign-in .user-information {
  background: #fff;

  border-radius: 10px;

  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;

  overflow: hidden;

  display: flex;
}

.sec-sign-in .user-information .personal-information {
  padding: 10px 20px;

  border-radius: 30px;

  margin: 0 0 20px;

  text-align: center;
}

.sec-sign-in .user-information .personal-information .title {
  margin: 0;

  font-family: "Roboto", sans-serif;

  font-size: 27px;

  color: #fff;

  text-transform: uppercase;

  font-weight: 600;

  letter-spacing: 0.5px;

  line-height: 1;

  display: inline-block;

  border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.sec-sign-in .user-information .personal-information .title > span {
  margin-right: 10px;

  font-size: 13px;

  font-family: "poppins", sans-serif;
}

.sec-sign-in .user-information .form-group .control-label {
  font-size: 13px;

  margin: 0 0 5px;

  color: #fff;
}

.sec-sign-in .user-information .form-group .control-label > span {
  text-transform: initial;

  font-size: 10px;

  margin: 0;

  line-height: 0;

  padding-left: 5px;

  font-weight: 500;

  font-family: "poppins", sans-serif;
}

.sec-sign-in .user-information .form-group .input-style .form-control {
  border-radius: 30px;

  min-height: 30px;

  background-color: rgb(255 255 255 / 50%) !important;

  padding: 10px 20px;

  color: #fff;
}

.sec-sign-in .user-information .form-checkbox .control-label.text > span {
  color: var(--primaryColor);
}

.sec-sign-in .user-information .form-checkbox .control-label.text {
  display: inline-block;

  position: relative;

  padding-left: 5px;

  outline: none;

  cursor: pointer;

  text-transform: initial;

  font-size: 13px;

  font-weight: 400;

  font-family: "poppins", sans-serif;

  color: #666666;
}

.sec-sign-in .user-information .form-checkbox .control-label.text::before {
  content: "";

  display: inline-block;

  position: absolute;

  width: 17px;

  height: 17px;

  left: 0;

  margin-left: -20px;

  border: 1px solid #ccc;

  border-radius: 1px;

  background-color: #fff;

  cursor: pointer;
}

.sec-sign-in .user-information .form-checkbox .control-label.text::after {
  display: inline-block;

  position: absolute;

  width: 16px;

  height: 16px;

  left: 0;

  top: 0;

  margin-left: -20px;

  padding-left: 3px;

  padding-top: 1px;

  font-size: 11px;

  color: #555;

  cursor: pointer;
}

.sec-sign-in .user-information .form-submit .submit {
  padding: 10px 90px;

  padding: 10px 50px;

  border-radius: 30px;

  text-transform: uppercase;

  font-weight: 500;

  letter-spacing: 0.5px;

  transition: all 0.3s ease;

  font-family: "poppins", sans-serif;

  color: #fff;

  border: none;

  background-color: rgb(0 0 0 / 50%);
}

.sec-sign-in .user-information .form-submit .submit:hover {
  background: var(--secondaryColor);

  color: #fff;

  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 10px;
}

.sec-sign-in .user-information .link-wrap {
  display: flex;

  justify-content: center;

  margin: 0 -5px;
}

.sec-sign-in .user-information .link-wrap .btn-link {
  margin: 0 5px;

  display: block;

  border: none;

  padding: 0 11px;

  font-size: 13px;

  font-family: "Poppins", sans-serif;

  letter-spacing: 0;

  color: rgb(255 255 255 / 60%);

  font-weight: 400;

  height: auto;
}

.sec-sign-in .user-information .form-checkbox {
  display: flex;

  justify-content: flex-start;
}

.sec-sign-in .user-information .form-checkbox .forget-password {
  margin-left: auto;

  font-family: "poppins", sans-serif;

  font-weight: 400;

  color: #666666;

  font-size: 13px;
}

.sec-sign-in .user-information .signin-or .text {
  font-size: 18px;

  font-weight: 500;

  text-align: center;

  position: relative;

  z-index: 0;

  margin: 0 0 30px;
}

.sec-sign-in .user-information .signin-or .text::before {
  position: absolute;

  top: 50%;

  left: 0;

  content: "";

  width: 100%;

  height: 1px;

  background: #efefef;

  z-index: -1;
}

.sec-sign-in .user-information .signin-or .text > span {
  display: inline-block;

  background: #f0f0f0;

  z-index: 0;

  font-family: "poppins", sans-serif;

  width: 30px;

  height: 30px;

  border-radius: 50%;

  padding: 8px 0;

  font-size: 12px;

  font-weight: 600;

  text-transform: uppercase;

  color: #666666;
}

.sec-sign-in .user-information .signin-or > a {
  text-transform: uppercase;

  font-weight: 400;

  color: #666666;

  font-family: "poppins", sans-serif;

  letter-spacing: 0.5px;

  text-align: center;

  display: block;

  margin: 0 0 10px;
}

.sec-sign-in .user-information .signin-or .img-content {
  width: 160px;

  height: 35px;

  margin: 0 auto;

  border: 1px solid #efefef;

  padding: 5px;

  border-radius: 4px;
}

.sec-sign-in .user-information .signin-or .img-content > img {
  width: 100%;

  height: 100%;

  object-fit: contain;
}

.sec-sign-in .error {
  color: #ed213a;

  color: red;

  font-size: 12px;

  font-weight: 500;

  font-family: "poppins", sans-serif;
}

.sec-sign-in .user-information .branding-info {
  width: 50%;

  position: relative;

  display: flex;
}

.sec-sign-in .user-information .branding-info .image-wrap {
  width: 310px;

  height: 310px;

  margin: auto;
}

.sec-sign-in .user-information .branding-info .image-wrap img {
  object-fit: contain;

  object-position: center center;

  display: block;

  height: 100%;

  width: 100%;
}

.sec-sign-in .user-information .auth-wrap {
  width: 50%;

  padding: 40px;

  background: #006fcb;
}

.sec-sign-in .user-information .auth-wrap .forget-password {
  color: rgb(255 255 255 / 70%);

  font-size: 13px;

  font-weight: 500;

  display: block;

  text-align: right;
}

.sec-sign-in .user-information .branding-info .brand-title {
  width: 100%;

  position: absolute;

  top: 0;

  left: 0;

  padding: 20px;

  font-size: 34px;

  font-weight: 700;

  text-align: center;

  line-height: 1;

  box-shadow: rgb(0 0 0 / 10%) 0 0 10px;

  color: #00aafa;

  text-transform: uppercase;
}

.sec-sign-in .user-information .branding-info .brand-title span {
  color: #5a5a5a;

  font-weight: 300;
}

.sec-sign-in .user-information .branding-info .footer-info {
  position: absolute;

  width: 100%;

  bottom: 0;

  padding: 20px;

  font-size: 12px;

  text-align: center;

  font-weight: 300;

  color: rgb(0 0 0 / 60%);
}

/* ********|| CONTENT ENDS ||******** */

/* ********|| FOOTER STARTS ||******** */

/* ********|| FOOTER ENDS ||******** */

/* ********|| OTHER PAGES STARTS ||******** */

/* ********|| OTHER PAGES ENDS ||******** */

/* ********|| MODAL STARTS ||******** */

/* ********|| MODAL ENDS ||******** */

/* ********|| RESPONSIVE STARTS ||******** */

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1024px) {
  header .mob-menu {
    display: flex;
  }

  .main .section-aside {
    height: calc(100vh - 80px);

    position: fixed;

    z-index: 10;

    top: 80px;

    transform: translateX(-100%);

    transition: all 0.3s ease;
  }

  .main .section-aside.active {
    transform: translateX(0);
  }

  .main .menu-backdrop {
    display: block;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: var(--secondaryColor);

    opacity: 0;

    z-index: 9;

    visibility: hidden;

    transition: all 0.3s ease;
  }

  .main .menu-backdrop.active {
    opacity: 0.5;

    visibility: visible;
  }

  .main .section-content {
    max-width: calc(100%);

    padding-right: 40px;
  }

  header .brand {
    margin-right: 20px;
  }
  .brand-text {
    font-size: 25px;
  }
  .content-wrap {
    padding: 20px;
  }
}

@media screen and (max-width: 990px) {
  .main .section-content {
    max-width: 100%;

    padding: 20px;

    padding-right: 20px;
  }

  header .header-main > .container-fluid {
    padding-left: 20px;

    padding-right: 20px;
  }

  header .brand {
    width: 110px;
  }

  header .user-account .dropdown-toggle .user-account-title {
    display: none;
  }

  header .user-account .dropdown-toggle {
    padding-right: 0 !important;
  }

  header .user-account .dropdown-toggle:after {
    display: none;
  }

  header .user-account .dropdown-toggle .user-account-img {
    margin-right: 0;

    width: 45px;

    height: 45px;
  }
  .section-header .title {
    font-size: 20px;
  }
  .content-wrap .form-control {
    height: 40px;
    padding: 5px 20px;
  }
  .table {
    width: 200% !important;
  }
}

@media screen and (max-width: 767px) {
  .main .section-content {
    padding: 10px 15px;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 20px 0 0 !important;
    justify-content: flex-start !important;
  }
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: left !important;
  }
  div.table-responsive
    > div.dataTables_wrapper
    > div.row
    > div[class^="col-"]:last-child {
    padding-left: 0px !important;
  }
  .sec-sign-in .user-information {
    flex-direction: column;
  }
  .sec-sign-in .user-information .branding-info {
    width: 100%;
  }
  .sec-sign-in .user-information .auth-wrap {
    width: 100%;
  }
  .sec-sign-in .user-information .branding-info .brand-title {
    font-size: 25px;
    padding: 10px;
  }
  .sec-sign-in .user-information .auth-wrap {
    padding: 18px;
  }
  .sec-sign-in .user-information .personal-information .title {
    font-size: 20px;
    line-height: 1.3;
  }
  .sec-sign-in .user-information .personal-information {
    margin: 0 0 10px;
  }
  .sec-sign-in .user-information .auth-wrap .forget-password {
    text-align: left;
  }
  .sec-sign-in .form-group {
    margin: 0 0 15px;
  }
  .sec-sign-in .user-information .form-group .input-style .form-control {
    height: 40px;
  }
  .sec-sign-in .mt-5 {
    margin: 15px 0 0 !important;
  }
  .sec-sign-in {
    padding: 25px 0;
  }
  .sec-sign-in .user-information .branding-info {
    height: 400px;
  }
  .sec-sign-in .user-information .form-submit .submit {
    padding: 10px 35px;
  }
  .content-wrap {
    padding: 15px;
  }
  .user-profile .info-item .info-label {
    font-size: 14px;
  }
  .user-profile .info-item .info-data {
    font-size: 14px;
  }
  .table {
    width: 400% !important;
  }
  .btn-danger {
    margin: 15px 0 0;
  }
}

@media screen and (max-width: 480px) {
}

#data_info,
#data_length {
  display: none;
}

/* ********|| RESPONSIVE ENDS ||******** */
