/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
}

@font-face {
  font-family: "avenir-regular";
  src: url(../fonts/avenir-regular.otf);
}

@font-face {
  font-family: "avenir-black";
  src: url(../fonts/avenir-black.otf);
}

@font-face {
  font-family: "avenir-heavy";
  src: url(../fonts/avenir-heavy.otf);
}

@font-face {
  font-family: "avenir-light";
  src: url(../fonts/avenir-light.otf);
}

@font-face {
  font-family: "avenir-medium";
  src: url(../fonts/avenir-medium.otf);
}

@font-face {
  font-family: "avenir-book";
  src: url(../fonts/avenir-book.otf);
}

.font-heavy {
  /*font-family: "avenir-heavy"; */
  font-family: "auto";


}

.font-medium {
  /*font-family: "avenir-medium"; */
  font-family: "auto";


}

.font-light {
  /*font-family: "expoArabic-Light"; */
  font-family: "auto";


}

.fotn-black {
  /*font-family: "avenir-black"; */
  font-family: "auto";

}

.fotn-book {
  /*font-family: "avenir-book"; */
  font-family: "auto";


}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

a:hover,
a:focus {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #46484b;
}

p {
  margin: 0;
  color: #46484b;
}

input,
textarea,
a,
button {
  outline: none !important;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  color: #4446e9;
}

a:hover {
  color: #4446e9;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    b transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

body {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  background-color: #f9f9f9;
  /*font-family: "avenir-regular";*/
  color: #5B6674;
  direction: rtl;
  text-align: right;
}

.bg-body {
  background: url(../images/bg-body.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  background-size: 62%;
}

@media (min-width: 1600px) {
  .bg-body {
    background-size: 58%;
  }
}

@media (max-width: 991px) {
  .bg-body {
    background-size: 100%;
  }
}

button,
input,
optgroup,
select,
textarea {
  /* font-family: "avenir-regular";  */

}

.form-control {
  height: 60px;
  background-color: #edeff2;
  border: 1px solid #edeff2;
  border-radius: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: .375rem 1.4rem;
  font-size: 16px;
  color: #777777;
}

.form-control.form-md {
  height: 50px;
}

textarea.form-control {
  background-color: #edeff2;
  border: 1px solid #edeff2;
  border-radius: 10px;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #4446e9;
}

textarea.form-control:focus {
  border-color: #4446e9;
}

.input-icon {
  position: relative;
}

.input-icon .form-control {
  padding-left: 40px;
  padding-right: 10px;
}

.input-icon .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}

.textarea-icon {
  position: relative;
}

.textarea-icon .form-control {
  padding-left: 50px !important;
}

.textarea-icon .icon {
  position: absolute;
  left: 15px;
  top: 20px;
}

.main-wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.bg-general {
  background-color: #4446e9 !important;
}

.bg-general-green {
  background-color: #669A5A !important;
}

.color-general-green {
  color: #669A5A !important;
}

.color-general {
  color: #4446e9 !important;
}

.hover-color-green {
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.hover-color-green:hover {
  color: #0E8D44 !important;
}

.hover-color-red {
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.hover-color-red:hover {
  color: #B41C50 !important;
}

button {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.main-content {
  padding: 60px 0px;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.loader-page {
  background: #f8f8f8;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loader-page span {
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  -webkit-animation: loader3 1.5s linear infinite;
  animation: loader3 1.5s linear infinite;
  background-color: #4446e9;
}

.loader-page span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.8;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.8;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

@media (min-width: 992px) {
  .page-header .title-page {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .page-header .title-page {
    font-size: 16px;
  }
}

.row.row-md {
  margin-right: -8px;
  margin-left: -8px;
}

.row.row-md>[class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
}

.row.row-sm {
  margin-right: -3px;
  margin-left: -3px;
}

.row.row-sm>[class*=col-] {
  padding-right: 3px;
  padding-left: 3px;
}

.row.row-lg {
  margin-right: -40px;
  margin-left: -40px;
}

.row.row-lg>[class*=col-] {
  padding-right: 40px;
  padding-left: 40px;
}

::-webkit-input-placeholder {
  color: #a2a2a5 !important;
  font-size: 16px !important;
}

::-moz-placeholder {
  color: #a2a2a5 !important;
  font-size: 16px !important;
}

:-ms-input-placeholder {
  color: #a2a2a5 !important;
  font-size: 16px !important;
}

::-ms-input-placeholder {
  color: #a2a2a5 !important;
  font-size: 16px !important;
}

::placeholder {
  color: #a2a2a5 !important;
  font-size: 16px !important;
}

::-moz-placeholder {
  color: #a2a2a5 !important;
  font-size: 16px !important;
}

::-ms-placeholder {
  color: #a2a2a5 !important;
  font-size: 16px !important;
}

::-o-placeholder {
  color: #a2a2a5 !important;
  font-size: 16px !important;
}

::-webkit-placeholder {
  color: #a2a2a5 !important;
  font-size: 16px !important;
}

.symbol {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.42rem;
}

.symbol.symbol-50>img {
  width: 100%;
  max-width: 50px;
  height: 50px;
}

.symbol.symbol-60>img {
  width: 100%;
  max-width: 60px;
  height: 60px;
}

@media (max-width: 991px) {
  .symbol.symbol-60>img {
    max-width: 30px;
    height: 30px;
  }
}

.symbol.symbol-70>img {
  width: 100%;
  max-width: 70px;
  height: 70px;
}

@media (max-width: 991px) {
  .symbol.symbol-70>img {
    max-width: 40px;
    height: 40px;
  }
}

.symbol.symbol-80>img {
  width: 100%;
  max-width: 80px;
  height: 80px;
}

@media (max-width: 991px) {
  .symbol.symbol-80>img {
    max-width: 50px;
    height: 50px;
  }
}

.symbol.symbol-90>img {
  width: 100%;
  max-width: 90px;
  height: 90px;
}

@media (max-width: 991px) {
  .symbol.symbol-90>img {
    max-width: 60px;
    height: 60px;
  }
}

.symbol.symbol-100>img {
  width: 100%;
  max-width: 100px;
  height: 100px;
}

@media (max-width: 991px) {
  .symbol.symbol-100>img {
    max-width: 70px;
    height: 70px;
  }
}

.label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.15rem 0.75rem;
  border-radius: 0.52rem;
  background-color: #EBEDF3;
  color: #3F4254;
  font-size: 14px;
}

.label.label-primary {
  color: #FFFFFF;
  background-color: #4446e9;
}

.label.label-success {
  color: #FFFFFF;
  background-color: #00a651;
}

.label.label-danger {
  color: #FFFFFF;
  background-color: #e4482e;
}

.btn-primary,
.btn-white,
.btn-red,
.btn-green,
.btn-primary-dark,
.btn-dark,
.btn-primary-2 {
  color: #fff;
  -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, -webkit-box-shadow .25s ease-in-out;
  transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, -webkit-box-shadow .25s ease-in-out;
  -o-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .25s ease-in-out;
  transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .25s ease-in-out;
  transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .25s ease-in-out, -webkit-box-shadow .25s ease-in-out;
}

@media (max-width: 991px) {

  .btn-primary,
  .btn-white,
  .btn-red,
  .btn-green,
  .btn-primary-dark,
  .btn-dark,
  .btn-primary-2 {
    padding: 12px 30px;
    font-size: 14px;
    border-radius: 5px;
  }

  .btn-primary.btn-sm,
  .btn-white.btn-sm,
  .btn-red.btn-sm,
  .btn-green.btn-sm,
  .btn-primary-dark.btn-sm,
  .btn-dark.btn-sm,
  .btn-primary-2.btn-sm {
    padding: 5px 5px;
    font-size: 14px;
  }

  .btn-primary.btn-md,
  .btn-white.btn-md,
  .btn-red.btn-md,
  .btn-green.btn-md,
  .btn-primary-dark.btn-md,
  .btn-dark.btn-md,
  .btn-primary-2.btn-md {
    padding: 10px 15px;
  }
}

@media (min-width: 992px) {

  .btn-primary,
  .btn-white,
  .btn-red,
  .btn-green,
  .btn-primary-dark,
  .btn-dark,
  .btn-primary-2 {
    padding: 13px 49px;
    font-size: 18px;
    border-radius: 10px;
  }

  .btn-primary.btn-sm,
  .btn-white.btn-sm,
  .btn-red.btn-sm,
  .btn-green.btn-sm,
  .btn-primary-dark.btn-sm,
  .btn-dark.btn-sm,
  .btn-primary-2.btn-sm {
    padding: 8px 15px;
    font-size: 14px;
  }

  .btn-primary.btn-md,
  .btn-white.btn-md,
  .btn-red.btn-md,
  .btn-green.btn-md,
  .btn-primary-dark.btn-md,
  .btn-dark.btn-md,
  .btn-primary-2.btn-md {
    padding: 10px 15px;
  }
}

.btn-primary {
  background-color: #4446e9;
  border-color: #4446e9;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #3033bb !important;
  border-color: #3033bb !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
}

.btn-primary-2 {
  background-color: #9945c9;
  border-color: #9945c9;
}

.btn-primary-2:hover,
.btn-primary-2:focus {
  background-color: #8238ad !important;
  border-color: #8238ad !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
}

.btn-dark {
  background-color: #171717;
  border-color: #171717;
}

.btn-dark:hover,
.btn-dark:focus {
  background-color: #000 !important;
  border-color: #000 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
}

.btn-white {
  background-color: #FFF;
  border-color: #FFF;
  color: #1C1C1C;
}

.btn-white:hover,
.btn-white:focus {
  background-color: #4446e9 !important;
  border-color: #4446e9 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
}

@media (min-width: 992px) {
  .btn-fill {
    width: 120px;
    max-width: 100%;
  }
}

.btn-success {
  color: #fff;
  background-color: #5ac735;
  border-color: #5ac735;
}

.btn-success:hover,
.btn-success:focus {
  background-color: #50b42f !important;
  border-color: #50b42f !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
}

.datetimepicker.dropdown-menu {
  border: 0 !important;
  margin: 0;
  border-radius: 4px;
  width: 265px;
  min-width: 14rem;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  padding: 1rem 0.5rem;
  border-radius: 4px;
}

.datetimepicker table {
  width: 100%;
}

.datetimepicker table {
  margin: 0;
}

.datetimepicker td,
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
  font-family: Arial;
  font-size: 12px;
}

.datetimepicker td,
.datetimepicker th {
  width: 35px;
  height: 35px;
  border-radius: 3px;
  font-weight: normal;
}

.datetimepicker thead th.prev,
.datetimepicker thead th.switch,
.datetimepicker thead th.next {
  color: #a7abc3;
  font-weight: 500;
}

.datetimepicker thead tr:first-child th,
.datetimepicker tfoot th {
  cursor: pointer;
}

.datetimepicker th.switch {
  width: 145px;
}

.datetimepicker thead th.next>span,
.datetimepicker thead th.prev>span {
  display: inline-block;
  font: normal normal normal 16px/1 "LineAwesome";
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 12px;
}

.datetimepicker thead th.prev .glyphicon,
.datetimepicker thead th.switch .glyphicon,
.datetimepicker thead th.next .glyphicon {
  color: #a7abc3;
}

.datetimepicker th span.glyphicon {
  pointer-events: none;
}

.datetimepicker thead th.prev>span:before {
  content: "\f054";
  font-family: "Font Awesome 5 pro";
  font-weight: 900;
}

.datetimepicker thead th.next>span:before {
  content: "\f053";
  font-family: "Font Awesome 5 pro";
  font-weight: 900;
}

.datetimepicker tbody tr>td.day {
  color: #6c7293;
}

.datetimepicker tbody tr>td.day.old {
  color: #a7abc3;
}

.datetimepicker tbody tr>td.day:hover {
  background: #f7f8fa;
}

.datetimepicker tbody tr>td.day.selected,
.datetimepicker tbody tr>td.day.active {
  background: #4446e9;
  color: #ffffff;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0px;
}

.bootstrap-select .dropdown-toggle .filter-option {
  text-align: right;
}

.bootstrap-select>.dropdown-toggle {
  background-color: #edeff2;
  border-color: #edeff2;
  padding: 13px 10px;
  font-size: 14px;
  color: #A8A8A8 !important;
  height: 50px;
  border-radius: 15px;
  text-align: right;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder {
  color: #A8A8A8 !important;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: #edeff2 !important;
  border-color: #edeff2 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-menu li.selected.active a:hover {
  color: #fff;
}

.dropdown-toggle::after {
  content: unset;
}

.dropdown-toggle::before {
  position: absolute;
  content: '\e832';
  font-family: 'iconfont';
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  text-align: right;
  padding: 0.4rem 1.5rem;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
  background-color: #4446e9;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  color: #fff;
  background-color: #edeff2;
  border-color: #4446e9;
}

@media (max-width: 992px) {
  .main-header {
    padding: 20px 0px;
    position: relative;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(148, 148, 163, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(148, 148, 163, 0.1);
    background-color: #FFF;
    height: 65px;
  }

  .main-header .logo {
    margin-left: auto;
  }

  .main-header .logo img {
    max-height: 55px;
  }

  .header-mobile__toolbar {
    color: #000;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link.req {
    padding: 8px 20px !important;
  }

  .active-body {
    overflow: hidden;
  }

  .mobile-menu-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    background-color: rgba(51, 51, 51, 0.51);
  }

  .mobile-menu-overlay-active {
    visibility: visible;
  }

  .menu--mobile {
    padding-top: 20px;
    min-width: 100px;
    width: 250px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: #fbfbfb;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .menu--mobile>.container {
    padding-left: 0;
    padding-right: 0;
    max-width: calc(100% - 0px);
  }

  .menu--mobile .list-main-menu {
    width: 100%;
  }

  .menu--mobile .main-menu .menu_item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .menu--mobile .main-menu .menu_item .menu_link {
    color: #252525;
    padding: 10px 25px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #00000017;
    font-size: 14px;
  }

  .menu--mobile .main-menu .menu_item .menu_link.active {
    background-color: #8a8a8a1f;
  }

  .menu--mobile .btn-primary,
  .menu--mobile .btn-primary-2 {
    width: 100%;
    border-radius: 0;
    font-size: 14px;
    text-align: right;
    padding: .6rem 1.6rem;
  }

  .btn-close-header-mobile {
    color: #000;
    height: 25px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 20px 10px;
  }

  .menu-mobile-active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}

.pagination {
  margin-top: 40px;
}

.pagination .page-item {
  margin: 0px 5px;
}

.pagination .page-item .page-link {
  color: #838993;
  background-color: transparent;
  border: 0;
  margin: 0;
  font-size: 18px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 9px 15px;
  border-radius: 8px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(148, 148, 163, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(148, 148, 163, 0.1);
}

.pagination .page-item .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #4446e9;
  border-color: #4446e9;
}

.pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #4446e9;
  border-color: #4446e9;
}

.m-checkbox {
  position: relative;
  padding-right: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000000;
  /* font-family: "avenir-medium"; */

}

/* Hide the browser's default checkbox */
.m-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: #fff;
  right: 0px;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(148, 148, 163, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(148, 148, 163, 0.15);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.m-checkbox input:checked~.checkmark:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #4446e9;
}

.m-checkbox .checkmark:after {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 12px;
  width: 14px;
  height: 14px;
  border-radius: 4px;
}

.list-inline-checkbox .m-checkbox:not(:last-of-type) {
  margin-left: 16px;
}

@media (max-width: 991px) {
  .list-inline-checkbox .m-checkbox {
    margin-bottom: 7px;
  }
}

.breadcrumb {
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb .breadcrumb-item {
  color: #fff;
  font-size: 14px;
}

.breadcrumb .breadcrumb-item a {
  color: #fff;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-right: .5rem;
  padding-left: 0px;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0px;
  color: #fff;
  font-size: 14px;
  padding-top: .08rem;
  content: "/";
}

@media (min-width: 992px) {
  .main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0px;
    right: 0;
    width: 100%;
    position: relative;
    height: 90px;
    z-index: 3;
  }

  .main-header.internal {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(148, 148, 163, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(148, 148, 163, 0.1);
    background-color: #FFF;
  }

  .main-header .logo img {
    max-height: 90px;
  }

  .main-header .menu--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .main-header .menu-container {
    position: relative;
  }

  .main-header .menu-container .main-menu .menu_item {
    display: inline-block;
    position: relative;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 45px;
    position: relative;
    color: #514d60;
    margin: 0px 27px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .main-header .menu-container .main-menu.list-main-menu .menu_item:hover.active,
  .main-header .menu-container .main-menu.list-main-menu .menu_item:hover .menu_link {
    color: #4446e9;
  }
}

.menu__submenu {
  right: 0;
  background-color: #fff;
  position: absolute;
  top: 110%;
  width: 100%;
  background-color: #fff;
  color: #5ec4c6;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  min-width: 210px;
  z-index: 1;
  padding: 24px 20px;
  border-radius: 0px;
}

.menu__submenu .item-submenu .link-submenu {
  font-size: 16px;
  color: #0f0e0f;
  padding: 11px 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  font-weight: 500;
}

.menu__submenu .item-submenu:not(:last-of-type) .link-submenu {
  border-bottom: 1px solid #dadcde;
}

.menu__submenu .item-submenu .link-submenu:hover {
  color: #0E8D44;
}

.main-header .menu-container .main-menu .menu_item:hover .menu__submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

@media (min-width: 992px) {
  .main-header .menu-container .main-menu .menu_item .menu_link i {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }

  .main-header .menu-container .main-menu .menu_item:hover .menu_link i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media (max-width: 991px) {
  .menu__submenu {
    position: relative;
    display: none;
    opacity: 1;
    visibility: visible;
    top: auto;
    background-color: #fafbfb;
    padding-right: 0px;
    right: auto;
    width: auto;
    padding: 0;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .menu__submenu .item-submenu .link-submenu {
    font-size: 12px;
    padding: 10px 30px;
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .main-header .menu-container .main-menu .menu_item .menu_link {
    font-size: 12px;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link .menu_link-text {
    font-size: 12px;
  }

  .main-header .menu-container .btn-primary,
  .main-header .menu-container .btn-primary-2 {
    width: 170px;
    justify-content: center;
    text-align: center;
    font-size: 14px;
  }
}

.headerSearch .form-control {
  height: 45px;
  background-color: #f2f2f9;
  border: 1px solid #f2f2f9;
  border-radius: 10px;
  font-size: 14px;
  color: #777777;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 450px;
  max-width: 100%;
}

@media (max-width: 991px) {
  .headerSearch .form-control {
    border-radius: 0px !important;
  }
}

.headerSearch .btn-primary {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 45px;
}

.tolpar-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tolpar-icon li:not(:last-of-type) {
  margin-left: 7px;
}

.tolpar-icon li>a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f0f0f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.tolpar-icon li>a:hover {
  background-color: #e5e5f0;
}

.tolpar-icon li a img {
  max-width: 20px;
  max-height: 20px;
}


.tolpar-icon .dropdown.show>a {
  background-color: #4446e9;
}

.tolpar-icon .dropdown.show>a>img {
  filter: brightness(50) invert(0);
}


.top-header .top-header-content {
  border-bottom: 1px solid #e2e4e5;
  padding: 15px 0px;
}

.top-header .top-header-content p {
  font-size: 14px;
  color: #797b80;
}

.top-header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-header-info li {
  font-size: 14px;
  color: #797b80;
}

.top-header-info li:not(:last-of-type) {
  margin-left: 20px;
}

.top-header-info li a {
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  color: #797b80;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-header-info li a i {
  color: #4446e980;
  font-size: 18px;
}

.top-header-info li a:hover {
  color: #4446e9;
}

.section-hero {
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0px 50px;
}

@media (min-width: 1600px) {
  .section-hero {
    padding-bottom: 200px;
  }
}

.section-hero .hero-content .hero-title span {
  color: #4446e9;
}

@media (min-width: 992px) {
  .section-hero .hero-content .hero-title {
    font-size: 47px;
    margin-bottom: 20px;
  }

  .section-hero .hero-content .hero-text {
    font-size: 15px;
    margin-bottom: 25px;
  }
}

@media (max-width: 992px) {
  .section-hero {
    background-position: initial;
  }

  .section-hero .hero-image img {
    width: 200px;
    margin-bottom: 20px;
  }

  .section-hero .hero-content {
    text-align: center;
  }

  .section-hero .hero-content .hero-title {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .section-hero .hero-content .hero-text {
    font-size: 14px;
    margin-bottom: 35px;
  }
}

.heading {
  text-align: center;
}

.title-section {
  margin-bottom: 20px;
  color: #46484b;
}

.title-section span {
  color: #4446e9;
}

@media (max-width: 991px) {
  .title-section {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .title-section {
    font-size: 34px;
  }
}

.section {
  position: relative;
}

@media (max-width: 991px) {
  .section {
    padding: 30px 0px;
  }
}

@media (min-width: 992px) {
  .section {
    padding: 50px 0px;
  }
}

.box_shadow_md {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(148, 148, 163, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(148, 148, 163, 0.15);
}

.box_shadow_lg {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(148, 148, 163, 0.3);
  box-shadow: 0px 5px 15px 0px rgba(148, 148, 163, 0.3);
}

.rounded_sm {
  border-radius: 3px;
}

.rounded_md {
  border-radius: 15px;
}

.rounded_lg {
  border-radius: 25px;
}

.bg_light {
  background-color: #f9f9f9 !important;
}

.bg-blue-dark {
  background-color: #3334b9;
}

.text_dark {
  color: #020202;
}

.text_muted {
  color: #5B6674;
  line-height: 27px;
}

.text_light {
  color: #bfbfd3;
}

.color-move {
  color: #9945c9 !important;
}

.bg-gray {
  background-color: #f6f6f6;
}

.mt-100 {
  margin-top: 100px;
}

.p-40 {
  padding: 40px;
}

.content-service {
  position: relative;
  display: inline-block;
}

@media (max-width: 991px) {
  .image-service {
    max-width: 70%;
  }
}

.widget__item-1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .widget__item-1 {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.widget__item-1 .widget__item-image {
  border-radius: 50%;
  border: 6px solid #4446e9;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FFF;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  position: relative;
  z-index: 1;
}

.widget__item-1 .widget__item-image img {
  max-width: 37px;
  max-height: 37px;
}

.widget__item-1 .widget__item-content {
  background-color: #4446e9;
  padding: 12px 10px 12px 20px;
  border-radius: 0px 30px 30px 0px;
  width: 135px;
}

.widget__item-1 .widget__item-content .widget__item-title {
  color: #FFF;
}

@media (min-width: 992px) {
  .widget__item-1.widget-1 {
    top: 11.7%;
    right: -25%;
  }

  .widget__item-1.widget-2 {
    top: 45.7%;
    right: -25%;
  }

  .widget__item-1.widget-3 {
    top: 80.7%;
    right: -25%;
  }

  .widget__item-1.widget-4 {
    top: 11.7%;
    left: -25%;
  }

  .widget__item-1.widget-5 {
    top: 45.7%;
    left: -25%;
  }

  .widget__item-1.widget-6 {
    top: 80.7%;
    left: -25%;
  }
}

.widget__item-1.widget-4,
.widget__item-1.widget-5,
.widget__item-1.widget-6 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.widget__item-1.widget-4 .widget__item-image,
.widget__item-1.widget-5 .widget__item-image,
.widget__item-1.widget-6 .widget__item-image {
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}

.widget__item-1.widget-4 .widget__item-content,
.widget__item-1.widget-5 .widget__item-content,
.widget__item-1.widget-6 .widget__item-content {
  padding: 12px 20px 12px 10px;
  border-radius: 30px 0px 0px 30px;
}

@media (max-width: 991px) {

  .widget__item-1.widget-1,
  .widget__item-1.widget-2,
  .widget__item-1.widget-3,
  .widget__item-1.widget-4,
  .widget__item-1.widget-5,
  .widget__item-1.widget-6 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .widget__item-1.widget-1 .widget__item-image,
  .widget__item-1.widget-2 .widget__item-image,
  .widget__item-1.widget-3 .widget__item-image,
  .widget__item-1.widget-4 .widget__item-image,
  .widget__item-1.widget-5 .widget__item-image,
  .widget__item-1.widget-6 .widget__item-image {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  .widget__item-1.widget-1 .widget__item-content,
  .widget__item-1.widget-2 .widget__item-content,
  .widget__item-1.widget-3 .widget__item-content,
  .widget__item-1.widget-4 .widget__item-content,
  .widget__item-1.widget-5 .widget__item-content,
  .widget__item-1.widget-6 .widget__item-content {
    padding: 5px 17px 5px 4px;
    border-radius: 30px 0px 0px 30px;
    width: 100px;
  }

  .widget__item-1.widget-1 .widget__item-content .widget__item-title,
  .widget__item-1.widget-2 .widget__item-content .widget__item-title,
  .widget__item-1.widget-3 .widget__item-content .widget__item-title,
  .widget__item-1.widget-4 .widget__item-content .widget__item-title,
  .widget__item-1.widget-5 .widget__item-content .widget__item-title,
  .widget__item-1.widget-6 .widget__item-content .widget__item-title {
    font-size: 8px;
  }

  .widget__item-1 .widget__item-image {
    border: 4px solid #4446e9;
    width: 35px;
    height: 35px;
  }

  .widget__item-1 .widget__item-image img {
    max-width: 20px;
    max-height: 20px;
  }
}

@media (min-width: 992px) {
  .step-works::before {
    position: absolute;
    content: "";
    right: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    background: url(../images/bg-line.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 145%;
    height: 136px;
  }
}

.widget__item-2 {
  position: relative;
  padding: 50px 0px 22px;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

@media (max-width: 991px) {
  .widget__item-2 {
    margin-bottom: 20px;
  }
}

.widget__item-2 .widget__item-image {
  border-radius: 30px;
  background-color: #ececfd;
  width: 102px;
  height: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.widget__item-2 .widget__item-image img {
  max-height: 90px;
}

.widget__item-2 .widget__item-title {
  height: 60px;
  overflow: hidden;
}

.widget__item-2:hover {
  background-color: #ececfd !important;
}

.widget__item-2:hover .widget__item-image {
  background-color: #FFF;
}

.widget__item-2:hover .widget__item-title {
  color: #4446e9;
}

.widget__item-2.widget-2 {
  background-color: #3b3dcf !important;
}

.widget__item-2.widget-2 .widget__item-image {
  background-color: #484ad9;
}

.widget__item-2.widget-2 .widget__item-title {
  color: #FFF;
}

.widget__item-2.widget-2:hover {
  background-color: #3334b9 !important;
}

.widget__item-2.widget-2:hover .widget__item-image {
  background-color: #3b3dc7;
}

.widget__item-2.widget-2:hover .widget__item-title {
  color: #fff;
}

.bg-sec {
  background: url(../images/bg-sec.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .bg-sec {
    background-position: right;
  }
}

.full-height {
  position: relative;
}

@media (min-width: 992px) {
  .full-height {
    min-height: 100vh;
  }
}

.btn-back {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #4446e9;
  color: #FFF;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.btn-back:hover {
  background-color: #3639c7;
  color: #FFF;
}

.nav-login .nav {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(148, 148, 163, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(148, 148, 163, 0.15);
}

.nav-login .nav .nav-item {
  border: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  background-color: #FFF;
  color: #000000;
  border-bottom: 4px solid #FFF;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (min-width: 992px) {
  .nav-login .nav .nav-item {
    font-size: 18px;
    padding: 25px 20px;
  }
}

@media (max-width: 991px) {
  .nav-login .nav .nav-item {
    font-size: 14px;
    padding: 15px 10px;
  }
}

.nav-login .nav .nav-item.active,
.nav-login .nav .nav-item:hover {
  border-color: #4446e9;
  background-color: #f6f6f6;
}

.bg-login {
  background: url(../images/bg-login.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-register {
  background: url(../images/bg-register.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.login-aside .login-aside-title {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.login-aside .login-aside-title::before {
  position: absolute;
  content: '';
  bottom: 12px;
  right: 0;
  width: 100%;
  height: 6px;
  border-radius: 30px;
  background-color: #4446e9;
  z-index: -1;
}

@media (max-width: 991px) {
  .login-aside {
    padding: 100px 5px;
  }

  .login-aside h1 {
    font-size: 26px;
  }

  .login-aside h2 {
    font-size: 18px;
  }

  .login-aside h3 {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .login-form {
    padding: 20px 30px 50px;
  }
}

.login-form .social-media li a.fa {
  background-color: #3b5998;
}

.login-form .social-media li a.tw {
  background-color: #55acee;
}

.page-title {
  padding: 30px 0px;
  background-color: #0a0a26;
  position: relative;
  z-index: 1;
}

.page-title::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../images/bg-title.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .3;
  z-index: -1;
}

.portlet {
  margin-bottom: 30px;
  overflow: hidden;
}

.portlet .portlet_head {
  padding: 11px 25px;
}

.portlet .portlet_head.bg-head-1 {
  background-color: #e0e0e0;
}

.portlet .portlet_head .portlet_head_title {
  color: #020202;
  font-size: 18px;
}

.portlet .portlet_body {
  padding: 40px 30px;
}

.form-group label {
  color: #000000;
  font-size: 16px;
}

@media (max-width: 991px) {
  .form-group label {
    font-size: 14px;
  }
}

.nav_link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #020202;
  padding: 10px 25px;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  -o-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
  position: relative;
  border-radius: 30px;
}

.nav_link li a i {
  margin-left: 10px;
}

.nav_link li a.active,
.nav_link li a:hover {
  background-color: #f2f2f9;
}

@media (max-width: 991px) {
  .nav_link li a {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

@media (min-width: 991px) {
  .nav_link li a {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.profile-image img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.widget__item-balance {
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.widget__item-balance:hover {
  background-color: #f2f2f9;
}

.widget__item-gift {
  position: relative;
}

.widget__item-gift .widget__item-image {
  height: 0;
  padding-top: 64%;
  position: relative;
}

.widget__item-gift .widget__item-image img {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px 25px 0px 0px;
}

.widget__item-gift .widget__item-content {
  padding: 13px 15px 13px 5px;
}

.widget__item-gift .widget__item-footer {
  padding: 12px 10px;
  -webkit-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

.widget__item-gift:hover .widget__item-footer {
  background-color: #3335bb !important;
}

.main-avatar {
  text-align: center;
  border: 1px dashed #a1a1a1;
  padding: 35px 50px 22px;
  border-radius: 25px;
}

.main-avatar .main-avatar__holder {
  margin-bottom: 20px;
}

.main-avatar .main-avatar__holder img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@media (min-width: 992px) {
  .nav-tickets li:not(:last-of-type) {
    margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .nav-tickets li:not(:last-of-type) {
    margin-left: 4px;
  }
}

.nav-tickets li a {
  padding: 4px 10px;
  border-radius: 10px;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.nav-tickets li a.active,
.nav-tickets li a:hover {
  background-color: #f1f1f1;
}

@media (max-width: 991px) {
  .nav-tickets li a {
    font-size: 12px;
  }
}

.widget__item-ticket {
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.widget__item-ticket:hover {
  background-color: #f2f2f9 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.text_warning {
  color: #df9b4a !important;
}

.text_success {
  color: #4dac5a !important;
}

.text_primary {
  color: #4446e9 !important;
}

.hover-bg {
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.hover-bg:hover {
  background-color: #f2f2f9 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.widget__item-faq h3:hover {
  color: #4446e9;
}

.widget__item-faq h3 {
  position: relative;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

@media (max-width: 991px) {
  .widget__item-faq h3 {
    font-size: 16px;
  }
}

.widget__item-faq h3::before {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f068";
  font-family: "Font Awesome 5 pro";
  font-size: 18px;
  color: #4446e9;
}

.widget__item-faq h3.collapsed::before {
  content: "\f067";
}

.page-header {
  padding: 17px 0px;
  background-color: #0a0a26;
  position: relative;
  z-index: 1;
}

.page-header::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../images/bg-header.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .2;
  z-index: -1;
}

#timer span {
  color: #8b90a9;
  font-size: 36px;
  /* font-family: "avenir-medium"; */
}

.widget__item-flag {
  position: absolute;
  left: 0;
  background-color: #eff0f4;
  width: 32px;
  border-radius: 15px 0px 15px 0px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000000;
  -webkit-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  cursor: pointer;
}

.widget__item-flag:hover {
  background-color: #e7e8eb;
}

.single-adv-status {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 7px;
  color: #adaeb9;
  background-color: #FFF;
}

.toggle-share {
  position: relative;
  cursor: pointer;
}

.toggle-share .text-share i,
.toggle-share .text-share .text {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.share-adf {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 60%;
  top: -3px;
}

.share-adf a {
  color: #838993;
  padding: 5px 5px;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.share-adf a i {
  margin: 0 !important;
}

.share-adf a:hover {
  background-color: #f1f1f1;
}

.toggle-share.is-open .text-share i::before {
  content: '\e7dc';
}

.toggle-share.is-open .text-share .text {
  opacity: 0;
  visibility: hidden;
}

.toggle-share.is-open .share-adf {
  opacity: 1;
  visibility: visible;
  right: 30%;
}

.widget__item-blog {
  position: relative;
  overflow: hidden;
}

.widget__item-blog .widget__item-image {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  position: relative;
  height: 0;
  padding-top: 32%;
}

.widget__item-blog .widget__item-image>a>img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.widget__item-blog .widget__item-content {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 25px 30px 25px;
}

.widget__item-blog .widget__item-content .widget__item-title {
  color: #020202;
  font-size: 22px;
  margin-bottom: 5px;
  /* font-family: "avenir-medium"; */
  max-height: 66px;
  overflow: hidden;
}

.widget__item-blog .widget__item-content .widget__item-title a {
  color: #020202;
  display: block;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.widget__item-blog .widget__item-content .widget__item-title a:hover {
  color: #4446e9;
}

.widget__item-blog .widget__item-content .widget__item-text {
  color: #46484b;
  font-size: 15px;
  height: 52px;
  overflow: hidden;
  line-height: 1.8;
}

.widget__item-blog:hover .widget__item-body .widget__item-title {
  height: 42px;
  overflow: hidden;
}

.widget__item-blog:hover .widget__item-body .widget__item-title a {
  color: #105892;
}

@media (max-width: 991px) {
  .widget__item-blog .widget__item-content {
    padding: 10px;
  }

  .widget__item-blog .widget__item-content .widget__item-title {
    font-size: 14px;
    max-height: 42px;
    overflow: hidden;
  }

  .widget__item-blog .widget__item-content .widget__item-text {
    display: none;
  }

  .widget__item-blog .widget__item-content .widget__item-meta {
    margin-bottom: 0;
    margin-top: 10px;
  }
}

.category-list li a {
  color: #020202;
  font-size: 16px;
  display: block;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  padding: 12px 15px;
  /* font-family: "avenir-medium"; */

}

.category-list li a:hover {
  color: #4446e9;
}

.category-list li a.active {
  color: #4446e9;
}

.category-list li:not(:last-of-type) a {
  border-bottom: 1px dashed #ebebeb;
}

.form-search {
  margin-bottom: 10px;
  padding: 15px 10px;
  background-color: #FFF;
  border-radius: 20px;
}

.form-search .form-control {
  background-color: #FFF;
  border: 0;
  border-radius: 20px;
  -webkit-box-shadow: 0px 1px 35px 0px rgba(57, 57, 57, 0.02);
  box-shadow: 0px 1px 35px 0px rgba(57, 57, 57, 0.02);
}

.form-search .form-control:focus {
  border: 0;
}

.form-search button {
  background-color: #FFF;
  color: #a9b4ca;
}

.form-search ::-webkit-input-placeholder {
  font-size: 18px;
  color: #a9b4ca;
}

.form-search ::-moz-placeholder {
  font-size: 18px;
  color: #a9b4ca;
}

.form-search :-ms-input-placeholder {
  font-size: 18px;
  color: #a9b4ca;
}

.form-search ::-ms-input-placeholder {
  font-size: 18px;
  color: #a9b4ca;
}

.form-search ::placeholder {
  font-size: 18px;
  color: #a9b4ca;
}

.widget__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.widget__item-meta li {
  color: #838993;
}

.widget__item-meta li i,
.widget__item-meta li img {
  margin-left: 5px;
}

.widget__item-meta li img {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991px) {
  .widget__item-meta li {
    font-size: 10px;
  }

  .widget__item-meta li:not(:last-of-type) {
    margin-left: 10px;
  }

  .widget__item-meta li img {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 992px) {
  .widget__item-meta li {
    font-size: 14px;
  }

  .widget__item-meta li:not(:last-of-type) {
    margin-left: 20px;
  }

  .widget__item-meta li img {
    width: 28px;
    height: 28px;
  }
}

.widget__item-blog-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.widget__item-blog-2 .widget__item-image {
  width: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.widget__item-blog-2 .widget__item-image img {
  width: 80px;
  height: 80px;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

.widget__item-blog-2 .widget__item-body {
  padding-right: 10px;
}

.widget__item-blog-2 .widget__item-body .widget__item-title {
  color: #1e3756;
  font-size: 16px;
  margin-bottom: 10px;
}

.widget__item-blog-2 .widget__item-body .widget__item-title a {
  color: #1e3756;
}

.single-post {
  border-radius: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  overflow: hidden;
}

.single-post .single-post-image img {
  width: 100%;
  max-height: 380px;
}

.single-post .single-post-content {
  padding: 30px;
}

.single-post .single-post-title {
  color: #3c3c3c;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}

.single-post .single-post-text p {
  color: #adadb6;
  font-size: 16px;
  line-height: 1.7;
}

.widget__item-comment .widget__item-image img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .widget__item-comment .widget__item-image img {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 992px) {
  .widget__item-comment .widget__item-image img {
    width: 75px;
    height: 75px;
  }
}

.widget__item-comment .widget__item-desc {
  color: #787e83;
}

@media (max-width: 991px) {
  .widget__item-comment .widget__item-desc {
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
  }
}

.socialShare {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 1;
  height: 30px;
}

.socialShare .socialBox {
  height: 100%;
  color: #FFF;
  border-radius: 0px 0px 15px 0px;
  background-color: #4446e9;
  padding: 4px 12px;
}

.socialShare .socialGallery {
  position: absolute;
  left: 0%;
  top: 90%;
  opacity: 0;
  height: 100%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.socialShare .socialGallery .socialToolBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.socialShare .socialGallery .socialToolBox a {
  display: block;
  color: #888888;
  padding: 4px 7px;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.socialShare .socialGallery .socialToolBox a:hover {
  background-color: #f7f7f7;
}

.socialShare:hover .socialBox {
  border-radius: 0;
}

.socialShare:hover .socialGallery {
  opacity: 1;
  top: 100%;
}

.widget__item-ads {
  position: relative;
  border-radius: 30px;
}

.widget__item-ads .widget__item-status {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 10px;
  color: #adaeb9;
}

.widget__item-ads .widget__item-image {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 25%;
}

.widget__item-ads.widget-2 .widget__item-image {
  padding-top: 38%;
}

.widget__item-ads .widget__item-image img {
  position: absolute;
  object-fit: cover;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

.widget__item-ads .widget__item-image:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.widget__item-ads .widget__item-footer {
  border-top: 1px solid #e1e1e1;
  background-color: #a5a5a517;
  padding: 15px 25px;
}

.widget__item-ads .widget__item-content {
  padding: 15px 25px;
}

.widget__item-ads-2 {
  position: relative;
  border-radius: 30px;
}

.widget__item-ads-2 .widget__item-status {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}

.widget__item-ads-2 .widget__item-status li {
  padding: 5px 10px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 10px;
  color: #adaeb9;
}

.widget__item-ads-2 .widget__item-status li:not(:last-of-type) {
  margin-left: 5px;
}

.widget__item-ads-2 .widget__item-image {
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}

.widget__item-ads-2 .widget__item-image img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

.widget__item-ads-2 .widget__item-content {
  padding: 20px;
}

.widget__item-ads-2 .widget__item-content .widget__item-title {
  height: 54px;
  overflow: hidden;
}

.widget__item-ads-2 .widget__item-content .widget__item-title a {
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.widget__item-ads-2:hover .widget__item-image a img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.widget_item-chat {
  padding: 16px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  background-color: #fafafa;
}

@media (min-width: 992px) {
  .widget_item-chat {
    border-left: 1px solid #ebebeb;
  }
}

.widget_item-chat:not(:last-of-type) {
  border-bottom: 1px solid #ebebeb;
}

.widget_item-chat .widget_item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.widget_item-chat .widget_item-image img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.widget_item-chat .widget_item-date {
  font-size: 12px;
}

.widget_item-chat .widget_item-desc {
  font-size: 13px;
  line-height: 1.2;
  height: 15px;
  overflow: hidden;
}

.widget_item-chat .widget_item-date,
.widget_item-chat .widget_item-desc {
  color: #919191;
}

.widget_item-chat:hover {
  background-color: #f1f1f1;
}

.widget_item-chat.active {
  background-color: #4446e9;
}

.widget_item-chat.active * {
  color: #FFF !important;
}

.scroll {
  position: relative;
}

.chat_sidebar_height {
  height: 607px;
}

.chat_content_height {
  height: 435px;
}

.main-chat_sidebar .main-chat_header {
  border-left: 1px solid #ebebeb;
}

.main-chat_header {
  padding: 12px 20px 10px;
  border-bottom: 1px solid #ebebeb;
  height: 70px;
}

.chat-form {
  position: relative;
}

.chat-form .form-control {
  padding-left: 100px;
  background-color: #ebebeb;
  height: 55px;
}

.chat-form .chat-tolpar {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.chat-form .chat-tolpar .btn-icon {
  padding: 2px 7px;
  font-size: 18px;
}

.search {
  position: relative;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search__button:hover {
  background-color: #f3f3f3;
  border-radius: 4px;
}

.search__toggle:checked~.search__field {
  width: 100%;
  border-width: 1px;
}

.search__toggle:checked~.search__field .search__input::-webkit-input-placeholder {
  color: #5656569c !important;
  opacity: 1;
}

.search__toggle:checked~.search__field .search__input::-moz-placeholder {
  color: #5656569c !important;
  opacity: 1;
}

.search__toggle:checked~.search__field .search__input:-ms-input-placeholder {
  color: #5656569c !important;
  opacity: 1;
}

.search__toggle:checked~.search__field .search__input::-ms-input-placeholder {
  color: #5656569c !important;
  opacity: 1;
}

.search__toggle:checked~.search__field .search__input::placeholder {
  color: #5656569c !important;
  opacity: 1;
}

.search__toggle:checked~.search__field .search__close {
  right: -25px;
}

.search__toggle:checked~.search__field .search__button {
  left: 0px;
  width: 34px;
  height: 32px;
}

.search__toggle:checked~.search__field .search__button--toggle {
  display: none;
}

.search__toggle:checked~.search__field .search__button--submit {
  display: block;
}

.search__close {
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #565656;
}

.search__field {
  margin-right: auto;
  position: relative;
  left: 0;
  width: 40px;
  height: 34px;
  border: 0px solid #b5b5c380;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  border-radius: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.search__toggle:checked~.search__field {
  width: 100%;
}

.search__input {
  position: absolute;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 40px);
  height: 100%;
  padding: 5px 10px;
  color: #565656;
  background-color: transparent;
  border: 0;
  outline: none;
  font-size: 14px;
}

.search__input::-webkit-input-placeholder {
  color: #565656ab;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  font-size: 14px;
}

.search__input::-moz-placeholder {
  color: #565656ab;
  opacity: 0;
  -moz-transition: .3s;
  transition: .3s;
  transition-delay: .3s;
  font-size: 14px;
}

.search__input:-ms-input-placeholder {
  color: #565656ab;
  opacity: 0;
  -ms-transition: .3s;
  transition: .3s;
  transition-delay: .3s;
  font-size: 14px;
}

.search__input::-ms-input-placeholder {
  color: #565656ab;
  opacity: 0;
  -ms-transition: .3s;
  transition: .3s;
  transition-delay: .3s;
  font-size: 14px;
}

.search__input::placeholder {
  color: #565656ab;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
  font-size: 14px;
}

.search__label {
  cursor: pointer;
}

.search__button {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  line-height: 38px;
  width: 34px;
  height: 34px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #7e7e7e;
  font-size: 18px;
}

.search__button--submit {
  display: none;
  border: 0;
}

.chat-filter .dropdown-toggle {
  padding: 6px 12px 6px 25px;
  border-radius: 5px;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.chat-filter .dropdown-toggle::before {
  left: 4px;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 17px;
  height: 17px;
  background-color: #4446e9;
  border-radius: 50%;
}

.irs--flat .irs-bar {
  top: 29px;
  height: 5px;
  background-color: #4446e9;
}

.irs--flat .irs-line {
  top: 29px;
  height: 6px;
  background-color: #edeff2;
  border-radius: 4px;
}

.irs--flat .irs-handle>i:first-child,
.irs--flat .irs-min,
.irs--flat .irs-max {
  display: none;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  background-color: #fff;
  color: #848484;
  font-size: 14px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  content: unset;
}

.irs {
  /* font-family: "avenir-regular";  */

}

.nav-payment .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.nav-payment .nav-link {
  color: #000000;
  font-size: 16px;
  border: 3px solid #edeff2;
  border-radius: 15px;
  text-align: center;
  margin: 0px 5px;
}

.nav-payment .nav-link.active {
  border-color: #4446e9;
  background-color: #FFF;
  color: #4446e9;
}

.container-file-input {
  border: 1px dashed #a1a1a1;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}

#image-preview {
  max-height: 150px;
}

.actions ul li:last-of-type {
  display: none !important;
}

.footer-top {
  padding: 60px 0px 60px;
  position: relative;
}

.footer-bottom {
  padding: 20px 0px;
  border-top: 1px solid #171733;
}

.footer-bottom p {
  color: #fff;
  font-size: 14px;
}

.main-footer {
  background-color: #111127;
}

.main-footer .title-footer {
  position: relative;
  display: inline-block;
  color: #fff;
}

.main-footer .link-footer a {
  color: #fff;
  display: inline-block;
  position: relative;
  -webkit-transition: all 500ms, color 200ms;
  -o-transition: all 500ms, color 200ms;
  transition: all 500ms, color 200ms;
}

.main-footer .link-footer a:hover {
  color: #4446e9;
}

.main-footer .desc-website {
  font-size: 15px;
  color: #fff;
  line-height: 1.9;
}

@media (max-width: 991px) {
  .main-footer .title-footer {
    font-size: 18px;
    margin-top: 30px;
  }

  .main-footer .link-footer a {
    font-size: 14px;
    margin-bottom: 14px;
  }
}

@media (min-width: 992px) {
  .main-footer .title-footer {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .main-footer .link-footer a {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media.social-sm li a {
  width: 20px;
  height: 20px;
  font-size: 14px;
  padding-top: 2px;
}

.social-media.social-lg li a {
  width: 40px;
  height: 40px;
  font-size: 18px;
}

.social-media li a {
  border-radius: 6px;
  width: 28px;
  height: 28px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: #3e53de;
}

.social-media li:not(:last-of-type) {
  margin-left: 10px;
}

.social-media li a:hover {
  color: #fff;
}

.social-media li a:hover.fa {
  background-color: #3a5898;
}

.social-media li a:hover.tw {
  background-color: #1da1f2;
}

.social-media li a:hover.li {
  background-color: #0073b1;
}

.social-media li a:hover.yo {
  background-color: #ff0000;
}

.social-media li a:hover.wh {
  background-color: #00E676;
}

.social-media li a:hover.in {
  background-color: #bb00aa;
}

.field-group {
  position: relative;
  margin-bottom: 10px;
  border-radius: 5px;
}

.field-group ::-webkit-input-placeholder {
  color: #FFF !important;
}

.field-group ::-moz-placeholder {
  color: #FFF !important;
}

.field-group :-ms-input-placeholder {
  color: #FFF !important;
}

.field-group ::-ms-input-placeholder {
  color: #FFF !important;
}

.field-group ::placeholder {
  color: #FFF !important;
}

.field-group .bg-white::-webkit-input-placeholder {
  color: #5D5D5D !important;
}

.field-group .bg-white::-moz-placeholder {
  color: #5D5D5D !important;
}

.field-group .bg-white:-ms-input-placeholder {
  color: #5D5D5D !important;
}

.field-group .bg-white::-ms-input-placeholder {
  color: #5D5D5D !important;
}

.field-group .bg-white::placeholder {
  color: #5D5D5D !important;
}

.field-group .field-group-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1px;
  width: 42px;
  height: 96%;
  background-color: #54A9FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px 0px 0px 5px;
  color: #FFF;
}

.field-group .field-group-icon:hover {
  background-color: #54A9FF;
}

.field-group .form-control {
  border: 0;
  border-radius: 4px;
  background-color: #386796;
  border: 1px solid #F8FCFA;
  color: #FFF;
  height: 40px;
}

.main-footer .field-group .form-control:focus {
  border-color: #fff;
}

@media (max-width: 992px) {
  .main-footer .title-footer {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .pa-sm-20 {
    padding: 20px !important;
  }

  .font-sm-20 {
    font-size: 20px !important;
  }

  .font-sm-18 {
    font-size: 18px !important;
  }

  .font-sm-16 {
    font-size: 16px !important;
  }

  .font-sm-14 {
    font-size: 14px !important;
  }

  .font-sm-12 {
    font-size: 12px !important;
  }
}


.custom-progress {
  height: 7px;
  width: 100px;
}

.progress-bar {
  background-color: #63c84c;
}


.input-phone .form-control {
  border-radius: 0px 15px 15px 0px !important;
  direction: ltr;
}

.input-group-prepend {
  margin-left: -1px;
  margin-right: 0;
}

.input-phone .input-group-text {
  border: 0;
  color: #000;
  background-color: #edeff2;
  /* font-family: "avenir-medium"; */
  padding-left: 35px;
  border-radius: 15px 0px 0px 15px !important;
}

.custom-progress-2 {
  height: 7px;
}

.custom-progress-2.progress {
  background-color: #d7d7d7;
}

@media(max-width:991px) {
  .widget__item-ads .widget__item-title.font-medium {
    font-size: 16px;
  }
}

.bg-circle {
  background: url(../images/bg-circle.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.dropzone {
  border: 1px dashed #a1a1a1;
  border-radius: 15px;
  background-color: #ffffff;
  min-height: 130px;
  padding: 10px;
}

.dropzone .dz-message {
  margin: 0;
}

.dropzone .dz-message>span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dropzone .dz-message>span .icon {
  font-size: 50px;
  color: #adadad;
  height: auto;
  display: flex;
  margin-bottom: 10px;
}

.dropzone .dz-message>span .text {
  font-size: 14px;
  color: #898696;
  font-family: "avenir-book";
  margin-bottom: 5px;
}

.dropzone .dz-message {
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tooltip-cutom {
  border-radius: 50%;
  color: #FFF;
  background-color: #000;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  font-size: 12px;
  justify-content: center;
  margin-right: 5px;
}

.tooltip-inner {
  max-width: 290px;
  padding: .62em .5rem;
  color: #fff;
  text-align: center;
  background-color: #3d3d3d;
  border-radius: 10px;
  font-size: 13px;
}

.tooltip {
  /* font-family: "avenir-regular"; */
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #3d3d3d;
}

.dropdown-menu.dropdown-notification {
  min-width: 300px;
  overflow: hidden;
}

.dropdown-item.notification-item:not(:last-of-type) {
  border-bottom: 1px solid #EEE;
}

.notification-item {
  white-space: normal;
  padding: 5px 20px;
}

.notification-text {
  height: 42px;
  overflow: hidden;
}

.notification-date {
  font-size: 12px;
  align-items: baseline;
  margin-top: 3px;
  display: flex;
}

@media(max-width:1200px) and (min-width:992px) {
  .headerSearch .form-control {
    width: 300px;
    max-width: 100%;
  }
}

@media(max-width:991px) {
  .dropdown-menu.dropdown-notification {
    min-width: 300px;
    overflow: hidden;
    left: 16px !important;
    min-width: 250px;
  }
}