/*========================================================
        DARK LAYOUT
=========================================================*/
a:focus {
  outline : none;
}

.font-small-1 {
  font-size : 0.7rem !important;
}

.font-small-2 {
  font-size : 0.8rem !important;
}

.font-small-3 {
  font-size : 0.9rem !important;
}

.font-medium-1 {
  font-size : 1.1rem !important;
}

.font-medium-2 {
  font-size : 1.2rem !important;
}

.font-medium-3 {
  font-size : 1.3rem !important;
}

.font-medium-4 {
  font-size : 1.4rem !important;
}

.font-medium-5 {
  font-size : 1.5rem !important;
}

.font-large-1 {
  font-size : 2rem !important;
}

.font-large-2 {
  font-size : 3rem !important;
}

.font-large-3 {
  font-size : 4rem !important;
}

.font-large-4 {
  font-size : 5rem !important;
}

.font-large-5 {
  font-size : 6rem !important;
}

.text-bold-300 {
  font-weight : 300;
}

.text-bold-400 {
  font-weight : 400;
}

.text-bold-500 {
  font-weight : 500;
}

.text-bold-600 {
  font-weight : 600;
}

.text-bold-700 {
  font-weight : 700;
}

.text-italic {
  font-style : italic;
}

.text-highlight {
  padding : 4px 6px;
}

code {
  padding : 0.1rem 0.4rem;
  font-size : 90%;
  color : #E83E8C;
  background-color : #EEEEEE;
  border-radius : 0.25rem;
}

pre {
  background-color : #F7F7F9;
}
pre code {
  background-color : transparent !important;
}

.bd-example-row .row + .row {
  margin-top : 1rem;
}

.bd-example-row .row > .col, .bd-example-row .row > [class^='col-'] {
  padding-top : 0.75rem;
  padding-bottom : 0.75rem;
  background-color : rgba(86, 61, 124, 0.15);
  border : 1px solid rgba(86, 61, 124, 0.2);
}

.bd-example-row .flex-items-top, .bd-example-row .flex-items-middle, .bd-example-row .flex-items-bottom {
  min-height : 6rem;
  background-color : rgba(255, 0, 0, 0.1);
}

.bd-example-row-flex-cols .row {
  min-height : 10rem;
  background-color : rgba(255, 0, 0, 0.1);
}

.bd-highlight {
  background-color : rgba(86, 61, 124, 0.15);
  border : 1px solid rgba(86, 61, 124, 0.15);
}

.opct {
  height: 100px;
  width: 100px;
  background-color: #95AAD3;
  margin-right: 5px;
  padding: 5px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.opct p {
  margin-bottom: 0;
}
.opacity-0 {
  opacity: 0 !important; }

.opacity-10 {
  opacity: 0.1 !important; }

.opacity-20 {
  opacity: 0.2 !important; }

.opacity-30 {
  opacity: 0.3 !important; }

.opacity-40 {
  opacity: 0.4 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-60 {
  opacity: 0.6 !important; }

.opacity-70 {
  opacity: 0.7 !important; }

.opacity-80 {
  opacity: 0.8 !important; }

.opacity-90 {
  opacity: 0.9 !important; }

.opacity-100 {
  opacity: 1 !important; }

.example-container {
  width : 800px;
  width : 100%;
  padding-right : 14px;
  padding-left : 14px;
  margin-right : auto;
  margin-left : auto;
}

.example-row {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  -webkit-flex-wrap : wrap;
      -ms-flex-wrap : wrap;
          flex-wrap : wrap;
  margin-right : -14px;
  margin-left : -14px;
}

.example-content-main {
  position : relative;
  width : 100%;
  padding-right : 14px;
  padding-left : 14px;
}
@media (min-width: 576px) {
  .example-content-main {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 50%;
        -ms-flex : 0 0 50%;
            flex : 0 0 50%;
    max-width : 50%;
  }
}
@media (min-width: 992px) {
  .example-content-main {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 66.66667%;
        -ms-flex : 0 0 66.66667%;
            flex : 0 0 66.66667%;
    max-width : 66.66667%;
  }
}

.example-content-secondary {
  position : relative;
  width : 100%;
  padding-right : 14px;
  padding-left : 14px;
}
@media (min-width: 576px) {
  .example-content-secondary {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 50%;
        -ms-flex : 0 0 50%;
            flex : 0 0 50%;
    max-width : 50%;
  }
}
@media (min-width: 992px) {
  .example-content-secondary {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 33.33333%;
        -ms-flex : 0 0 33.33333%;
            flex : 0 0 33.33333%;
    max-width : 33.33333%;
  }
}

.table-white-space th, .table-white-space td {
  white-space : nowrap;
}

.table thead th {
  vertical-align : top;
}

.table th, .table td {
  padding : 1rem;
  vertical-align : middle;
}

.table th {
  font-size : 0.85rem;
}

.table-inverse {
  color : #FFFFFF;
  background-color : #00CFE8;
}

.table-hover-animation {
  background-color : #F8F8F8;
}
.table-hover-animation thead th {
  border-top : 2px solid #F8F8F8;
  border-bottom : 0;
  background-color : #FFFFFF;
}
.table-hover-animation th, .table-hover-animation td {
  border : 0;
}
.table-hover-animation tbody tr {
  -webkit-transition : all 0.25s ease;
          transition : all 0.25s ease;
  background-color : #FFFFFF;
}
.table-hover-animation tbody tr:hover {
  -webkit-transform : translateY(-4px);
      -ms-transform : translateY(-4px);
          transform : translateY(-4px);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .table-hover-animation tr:hover {
    border-bottom-color : #F8F8F8;
  }
}

.form-control::-webkit-input-placeholder {
  font-size : 0.85rem;
  color : rgba(34, 41, 47, 0.4);
  -webkit-transition : all 0.2s ease;
          transition : all 0.2s ease;
}

.form-control::-moz-placeholder {
  font-size : 0.85rem;
  color : rgba(34, 41, 47, 0.4);
  -moz-transition : all 0.2s ease;
       transition : all 0.2s ease;
}

.form-control:-ms-input-placeholder {
  font-size : 0.85rem;
  color : rgba(34, 41, 47, 0.4);
  -ms-transition : all 0.2s ease;
      transition : all 0.2s ease;
}

.form-control::-ms-input-placeholder {
  font-size : 0.85rem;
  color : rgba(34, 41, 47, 0.4);
  -ms-transition : all 0.2s ease;
      transition : all 0.2s ease;
}

.form-control::placeholder {
  font-size : 0.85rem;
  color : rgba(34, 41, 47, 0.4);
  -webkit-transition : all 0.2s ease;
          transition : all 0.2s ease;
}

.flogin::placeholder {
  font-size : 1.0rem;
  color : rgba(34, 41, 47, 0.4);
  -webkit-transition : all 0.2s ease;
          transition : all 0.2s ease;
}
.flogin::-webkit-input-placeholder {
  font-size : 1rem;
  color : rgba(34, 41, 47, 0.4);
  -webkit-transition : all 0.2s ease;
          transition : all 0.2s ease;
}

.flogin::-moz-placeholder {
  font-size : 1rem;
  color : rgba(34, 41, 47, 0.4);
  -moz-transition : all 0.2s ease;
       transition : all 0.2s ease;
}

.flogin:-ms-input-placeholder {
  font-size : 1rem;
  color : rgba(34, 41, 47, 0.4);
  -ms-transition : all 0.2s ease;
      transition : all 0.2s ease;
}

.flogin::-ms-input-placeholder {
  font-size : 1rem;
  color : rgba(34, 41, 47, 0.4);
  -ms-transition : all 0.2s ease;
      transition : all 0.2s ease;
}

.flogin::placeholder {
  font-size : 1rem;
  color : rgba(34, 41, 47, 0.4);
  -webkit-transition : all 0.2s ease;
          transition : all 0.2s ease;
}

.form-control:-ms-input-placeholder {
  color : #C5C5C5;
}

.form-control:focus::-webkit-input-placeholder {
  -webkit-transform : translate(5px);
          transform : translate(5px);
  -webkit-transition : all 0.2s ease;
          transition : all 0.2s ease;
}

.form-control:focus::-moz-placeholder {
  transform : translate(5px);
  -moz-transition : all 0.2s ease;
       transition : all 0.2s ease;
}

.form-control:focus:-ms-input-placeholder {
  -ms-transform : translate(5px);
      transform : translate(5px);
  -ms-transition : all 0.2s ease;
      transition : all 0.2s ease;
}

.form-control:focus::-ms-input-placeholder {
  -ms-transform : translate(5px);
      transform : translate(5px);
  -ms-transition : all 0.2s ease;
      transition : all 0.2s ease;
}

.form-control:focus::placeholder {
  -webkit-transform : translate(5px);
      -ms-transform : translate(5px);
          transform : translate(5px);
  -webkit-transition : all 0.2s ease;
          transition : all 0.2s ease;
}

.form-control:focus ~ .form-control-position i {
  color : #7367F0;
}

/* Form specific Scss */
label {
  color : #464646;
  font-size : 0.85rem;
  margin-bottom : 0;
  padding-left : 0.2rem;
}

textarea.form-control {
  line-height : 1.6rem;
  font-size : 1rem;
}

.form-group {
  margin-bottom : 1.5rem;
}

.form-control {
  border : 1px solid #D9D9D9;
  color : #5F5F5F;
}
.form-control#speciality_id, .form-control#credential {color : rgba(34, 41, 47, 0.4) !important;}

.form-section {
  color : #B8C2CC;
  line-height : 3rem;
  margin-bottom : 20px;
  border-bottom : 1px solid #B8C2CC;
}
.form-section i {
  font-size : 20px;
  margin-left : 5px;
  margin-right : 10px;
}

/* .form-body{
    overflow: hidden;
} */
.form-actions {
  border-top : 1px solid #DFDFDF;
  padding : 20px 0;
  margin-top : 20px;
}
.form-actions.filled {
  background-color : #F8F8F8;
}
.form-actions.center {
  text-align : center;
}
.form-actions.right {
  text-align : right;
}
.form-actions.top {
  border-top : 0;
  border-bottom : 1px solid #DFDFDF;
  margin-top : 0;
  margin-bottom : 20px;
}
@media (max-width: 767.98px) {
  .form-actions .buttons-group {
    float : left !important;
    margin-bottom : 10px;
  }
}

@media (min-width: 576px) {
  .form-horizontal .form-group .label-control {
    text-align : right;
  }
}

.form-control.form-control-lg {
  padding : 1rem;
}
.form-control.form-control-lg::-webkit-input-placeholder {
  font-size : 1.25rem;
}
.form-control.form-control-lg::-moz-placeholder {
  font-size : 1.25rem;
}
.form-control.form-control-lg:-ms-input-placeholder {
  font-size : 1.25rem;
}
.form-control.form-control-lg::-ms-input-placeholder {
  font-size : 1.25rem;
}
.form-control.form-control-lg::placeholder {
  font-size : 1.25rem;
}

.form-control.form-control-sm {
  padding : 0.6rem;
}
.form-control.form-control-sm::-webkit-input-placeholder {
  font-size : 0.7rem;
}
.form-control.form-control-sm::-moz-placeholder {
  font-size : 0.7rem;
}
.form-control.form-control-sm:-ms-input-placeholder {
  font-size : 0.7rem;
}
.form-control.form-control-sm::-ms-input-placeholder {
  font-size : 0.7rem;
}
.form-control.form-control-sm::placeholder {
  font-size : 0.7rem;
}

.custom-file-label {
  padding : 0.375rem 0.75rem;
}
.custom-file-label::after {
  padding : 0.375rem 0.75rem;
  height : auto;
}

select.form-control:not([multiple='multiple']) {
  background-image : url('../../images/pages/arrow-down.png');
  background-position : calc(100% - 12px) 20px, calc(100% - 20px) 13px, 100% 0;
  background-size : 12px 12px, 10px 10px;
  background-repeat : no-repeat;
  -webkit-appearance : none;
     -moz-appearance : none;
  padding-right : 1.5rem;
}

.custom-select {
     -moz-appearance : none;
  -webkit-appearance : none;
}

.input-group-addon {
  background-color : #ECEFF1;
  border-color : #BABFC7;
}

.custom-control-label::before, .custom-control-label::after {
  width : 1.143rem;
  height : 1.143rem;
  top : 0.08rem;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color : #7367F0;
  border-color : #7367F0;
}

/* Floating label Group */
.form-label-group {
  position : relative;
  margin-bottom : 1.5rem;
}
.form-label-group .form-control-lg ~ label {
  font-size : 1.25rem;
  padding : 1rem;
}
.form-label-group .form-control-sm ~ label {
  font-size : 0.7rem;
}
.form-label-group > label {
  position : absolute;
  top : 0;
  left : 0;
  display : block;
  -webkit-transition : all 0.25s ease-in-out;
          transition : all 0.25s ease-in-out;
  padding : 0.6rem;
  pointer-events : none;
  cursor : text;
  color : rgba(34, 41, 47, 0.4);
  font-size : 0.85rem;
  opacity : 0;
}
.form-label-group > input, .form-label-group textarea {
  padding : 0.6rem;
}
.form-label-group > input:focus:not(:placeholder-shown) ~ label, .form-label-group > input:not(:active):not(:placeholder-shown) ~ label, .form-label-group textarea:focus:not(:placeholder-shown) ~ label, .form-label-group textarea:not(:active):not(:placeholder-shown) ~ label {
  color : #7367F0 !important;
  -webkit-transition : all 0.25s ease-in-out;
          transition : all 0.25s ease-in-out;
  opacity : 1;
}
.form-label-group > input:not(:focus):not(:placeholder-shown) ~ label, .form-label-group textarea:not(:focus):not(:placeholder-shown) ~ label {
  color : rgba(34, 41, 47, 0.4) !important;
}
.form-label-group > input:not(:placeholder-shown) ~ label, .form-label-group textarea:not(:placeholder-shown) ~ label {
  padding : 0.25rem 0;
  font-size : 0.7rem;
  top : -20px;
  left : 3px;
}
.form-label-group.has-icon-left > label {
  left : 36px;
}


/******************** NEW FLOATING***************************************/

[dir=rtl] .floating-label > input + label,
[dir=rtl] .floating-label > textarea + label {
  right: 0;
  left: auto !important;
}
[dir=rtl] .floating-label > input:not([placeholder]):not([value]) + label,
[dir=rtl] .floating-label > textarea:not([placeholder]):empty + label, [dir=rtl] .floating-label > input[placeholder]:not(:placeholder-shown) + label,
[dir=rtl] .floating-label > textarea[placeholder]:not(:placeholder-shown) + label, [dir=rtl] .floating-label > input:-webkit-autofill + label,
[dir=rtl] .floating-label > textarea:-webkit-autofill + label, [dir=rtl] .floating-label > input:focus + label,
[dir=rtl] .floating-label > textarea:focus + label, [dir=rtl] .floating-label > select + label {
  right: 0.5rem;
  left: auto !important;
}

.floating-label {
  position: relative;
}
.floating-label > select + label {
  position: absolute;
  z-index: 3;
  max-width: calc(100% - 2px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0.5rem;
  padding: 0 0.3rem;
  line-height: 1.25;
  color: inherit;
  background-color: #fff;
  border-radius: 0.25rem;
}
.floating-label > select + label,
.floating-label > select + label.label-sm {
  top: -0.65625rem;
  font-size: 0.875rem;
}
.floating-label > select + label.label-md {
  top: -0.75rem;
  font-size: 1rem;
}
.floating-label > select + label.label-lg {
  top: -0.9375rem;
  font-size: 1.25rem;
}
.floating-label > input + label,
.floating-label > textarea + label {
  position: absolute;
  z-index: 3;
  max-width: calc(100% - 2px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  top: 1px;
  left: 1px;
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
  color: #6c757d;
  pointer-events: none;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0.375rem 0.375rem 0.375rem 3rem;
}
.floating-label > input.form-control-sm + label,
.floating-label > textarea.form-control-sm + label {
  font-size: 0.875rem;
  /* padding: 0.25rem 0.5rem; */
  padding:0.25rem 2.7rem
}
.floating-label > input.form-control-lg + label,
.floating-label > textarea.form-control-lg + label {
  font-size: 1.25rem;
  /* padding: 0.5rem 1rem; */
  padding: 1rem 1rem 1rem 3rem;

}
.floating-label > input::placeholder,
.floating-label > textarea::placeholder {
  color: transparent;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.floating-label > label + input::placeholder,
.floating-label > label + textarea::placeholder {
  color: #6c757d;
}
.floating-label > input:focus::placeholder,
.floating-label > textarea:focus::placeholder {
  color: #6c757d;
}
.floating-label > input:focus + label,
.floating-label > textarea:focus + label {
  position: absolute;
  z-index: 3;
  max-width: calc(100% - 2px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0.5rem;
  padding: 0 0.3rem;
  line-height: 1.25;
  color: inherit;
  background-color: #fff;
  border-radius: 0.25rem;
}
.floating-label > input:focus + label,
.floating-label > input:focus + label.label-sm,
.floating-label > textarea:focus + label,
.floating-label > textarea:focus + label.label-sm {
  top: -0.65625rem;
  font-size: 0.875rem;
}
.floating-label > input:focus + label.label-md,
.floating-label > textarea:focus + label.label-md {
  top: -0.75rem;
  font-size: 1rem;
}
.floating-label > input:focus + label.label-lg,
.floating-label > textarea:focus + label.label-lg {
  top: -0.9375rem;
  font-size: 1.25rem;
}

.floating-label > input:-webkit-autofill + label,
.floating-label > textarea:-webkit-autofill + label {
  position: absolute;
  z-index: 3;
  max-width: calc(100% - 2px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0.5rem;
  padding: 0 0.3rem;
  line-height: 1.25;
  color: inherit;
  background-color: #fff;
  border-radius: 0.25rem;
}
.floating-label > input:-webkit-autofill + label,
.floating-label > input:-webkit-autofill + label.label-sm,
.floating-label > textarea:-webkit-autofill + label,
.floating-label > textarea:-webkit-autofill + label.label-sm {
  top: -0.65625rem;
  font-size: 0.875rem;
}
.floating-label > input:-webkit-autofill + label.label-md,
.floating-label > textarea:-webkit-autofill + label.label-md {
  top: -0.75rem;
  font-size: 1rem;
}
.floating-label > input:-webkit-autofill + label.label-lg,
.floating-label > textarea:-webkit-autofill + label.label-lg {
  top: -0.9375rem;
  font-size: 1.25rem;
}

.floating-label > input[placeholder]:not(:placeholder-shown) + label,
.floating-label > textarea[placeholder]:not(:placeholder-shown) + label {
  position: absolute;
  z-index: 3;
  max-width: calc(100% - 2px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0.5rem;
  padding: 0 0.3rem;
  line-height: 1.25;
  color: inherit;
  background-color: #fff;
  border-radius: 0.25rem;
}
.floating-label > input[placeholder]:not(:placeholder-shown) + label,
.floating-label > input[placeholder]:not(:placeholder-shown) + label.label-sm,
.floating-label > textarea[placeholder]:not(:placeholder-shown) + label,
.floating-label > textarea[placeholder]:not(:placeholder-shown) + label.label-sm {
  top: -0.65625rem;
  font-size: 0.875rem;
  padding: 0 0.3rem !important;
}
.floating-label > input[placeholder]:not(:placeholder-shown) + label.label-md,
.floating-label > textarea[placeholder]:not(:placeholder-shown) + label.label-md {
  top: -0.75rem;
  font-size: 1rem;
}
.floating-label > input[placeholder]:not(:placeholder-shown) + label.label-lg,
.floating-label > textarea[placeholder]:not(:placeholder-shown) + label.label-lg {
  top: -0.9375rem;
  font-size: 1.25rem;
}
.floating-label > input:not([placeholder]):not([value]) + label,
.floating-label > textarea:not([placeholder]):empty + label {
  position: absolute;
  z-index: 3;
  max-width: calc(100% - 2px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0.5rem;
  padding: 0 0.3rem;
  line-height: 1.25;
  color: inherit;
  background-color: #fff;
  border-radius: 0.25rem;
}
.floating-label > input:not([placeholder]):not([value]) + label,
.floating-label > input:not([placeholder]):not([value]) + label.label-sm,
.floating-label > textarea:not([placeholder]):empty + label,
.floating-label > textarea:not([placeholder]):empty + label.label-sm {
  top: -0.65625rem;
  font-size: 0.875rem;
}
.floating-label > input:not([placeholder]):not([value]) + label.label-md,
.floating-label > textarea:not([placeholder]):empty + label.label-md {
  top: -0.75rem;
  font-size: 1rem;
}
.floating-label > input:not([placeholder]):not([value]) + label.label-lg,
.floating-label > textarea:not([placeholder]):empty + label.label-lg {
  top: -0.9375rem;
  font-size: 1.25rem;
}

.input-group > .floating-label {
  flex: 1;
}
.input-group > .floating-label > .form-control,
.input-group > .floating-label > .form-select {
  position: relative;
}
.input-group > .floating-label > .form-control:focus,
.input-group > .floating-label > .form-select:focus {
  z-index: 3;
}
.input-group > .floating-label:not(:first-child) > .form-control,
.input-group > .floating-label:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .floating-label:not(:last-child) > .form-control,
.input-group > .floating-label:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

/* Vuexy Custom Checkbox */
.vs-checkbox-con {
  position : relative;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-align : center;
  -webkit-align-items : center;
  -ms-flex-align : center;
          align-items : center;
  -webkit-box-pack : start;
  -webkit-justify-content : flex-start;
  -ms-flex-pack : start;
          justify-content : flex-start;
  margin : 0.25rem 0;
}
.vs-checkbox-con input {
  position : absolute;
  width : 100%;
  height : 100%;
  opacity : 0;
  z-index : 200;
  cursor : pointer;
  top : 0;
}
.vs-checkbox-con input:checked ~ .vs-checkbox {
  -webkit-transform : rotate(0deg);
      -ms-transform : rotate(0deg);
          transform : rotate(0deg);
  border-color : #7367F0;
}
.vs-checkbox-con input:checked ~ .vs-checkbox .vs-checkbox--check {
  -webkit-transform : translate(0);
      -ms-transform : translate(0);
          transform : translate(0);
  background-color : #7367F0;
}
.vs-checkbox-con input:checked ~ .vs-checkbox .vs-checkbox--check .vs-icon {
  -webkit-transform : translate(0);
      -ms-transform : translate(0);
          transform : translate(0);
  line-height : 1.2;
  opacity : 1;
}
.vs-checkbox-con input:checked ~ .vs-checkbox.vs-checkbox-sm .vs-checkbox--check .vs-icon {
  font-size : 0.75rem;
}
.vs-checkbox-con input:checked ~ .vs-checkbox.vs-checkbox-lg .vs-checkbox--check .vs-icon {
  font-size : 1.2rem;
}
.vs-checkbox-con input:active:checked + .vs-checkbox .vs-checkbox--check {
  -webkit-transform : translate(3px);
      -ms-transform : translate(3px);
          transform : translate(3px);
  background-color : #7367F0;
}
.vs-checkbox-con input:active:checked + .vs-checkbox .vs-checkbox--check .vs-icon {
  opacity : 1;
  -webkit-transform : translate(6px);
      -ms-transform : translate(6px);
          transform : translate(6px);
}
.vs-checkbox-con input:disabled {
  cursor : default;
  pointer-events : none;
}
.vs-checkbox-con input:disabled + .vs-checkbox {
  cursor : default;
  opacity : 0.5;
}
.vs-checkbox-con .vs-checkbox {
  cursor : pointer;
  position : relative;
  width : 20px;
  height : 20px;
  border-width : 2px;
  border-style : solid;
  border-color : #B8C2CC;
  border-radius : 2px;
  -webkit-transform : rotate(-90deg);
      -ms-transform : rotate(-90deg);
          transform : rotate(-90deg);
  -webkit-transition : all 0.2s ease;
          transition : all 0.2s ease;
  overflow : hidden;
  margin-right : 0.5rem;
}
.vs-checkbox-con .vs-checkbox.vs-checkbox-sm {
  width : 15px;
  height : 15px;
}
.vs-checkbox-con .vs-checkbox.vs-checkbox-lg {
  width : 24px;
  height : 24px;
}
.vs-checkbox-con .vs-checkbox .vs-checkbox--check {
  width : 100%;
  height : 100%;
  position : absolute;
  left : 0;
  -webkit-transform : translate(100%);
      -ms-transform : translate(100%);
          transform : translate(100%);
  -webkit-transform-origin : right;
      -ms-transform-origin : right;
          transform-origin : right;
  -webkit-transition : all 0.2s ease;
          transition : all 0.2s ease;
  z-index : 10;
}
.vs-checkbox-con .vs-checkbox .vs-checkbox--check .vs-icon {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-pack : center;
  -webkit-justify-content : center;
  -ms-flex-pack : center;
          justify-content : center;
  -webkit-box-align : center;
  -webkit-align-items : center;
  -ms-flex-align : center;
          align-items : center;
  color : #FFFFFF;
}

/* Vuexy Custom Radio */
.vs-radio-con {
  position : relative;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-align : center;
  -webkit-align-items : center;
  -ms-flex-align : center;
          align-items : center;
  -webkit-box-pack : start;
  -webkit-justify-content : flex-start;
  -ms-flex-pack : start;
          justify-content : flex-start;
  margin : 0.25rem 0;
}
.vs-radio-con input {
  position : absolute;
  width : 100%;
  height : 100%;
  opacity : 0;
  z-index : 200;
  cursor : pointer;
}
.vs-radio-con input:checked ~ .vs-radio {
  -webkit-transform : rotate(0deg);
      -ms-transform : rotate(0deg);
          transform : rotate(0deg);
  outline : 0;
}
.vs-radio-con input:checked ~ .vs-radio .vs-radio--circle {
  background : #7367F0;
  box-shadow : 0 3px 12px 0 rgba(115, 103, 240, 0.4);
  opacity : 1;
  -webkit-transform : scale(1);
      -ms-transform : scale(1);
          transform : scale(1);
}
.vs-radio-con input:checked ~ .vs-radio .vs-radio--border {
  opacity : 0;
  -webkit-transform : scale(0.3);
      -ms-transform : scale(0.3);
          transform : scale(0.3);
}
.vs-radio-con input:disabled {
  cursor : default;
  pointer-events : none;
}
.vs-radio-con input:disabled + .vs-radio {
  cursor : default;
  opacity : 0.5;
}
.vs-radio-con input:active ~ .vs-radio {
  -webkit-transform : scale(1.1);
      -ms-transform : scale(1.1);
          transform : scale(1.1);
}
.vs-radio-con .vs-radio {
  cursor : pointer;
  position : relative;
  width : 18px;
  height : 18px;
  -webkit-transition : all 0.2s ease;
          transition : all 0.2s ease;
  margin-right : 0.5rem;
}
.vs-radio-con .vs-radio.vs-radio-sm {
  width : 13px;
  height : 13px;
}
.vs-radio-con .vs-radio.vs-radio-lg {
  width : 22px;
  height : 22px;
}
.vs-radio-con .vs-radio .vs-radio--border, .vs-radio-con .vs-radio .vs-radio--circle {
  width : 100%;
  height : 100%;
  position : absolute;
  left : 0;
  -webkit-transition : all 0.25s ease;
          transition : all 0.25s ease;
  top : 0;
  border-radius : 50%;
}
.vs-radio-con .vs-radio .vs-radio--border {
  background : transparent;
  border : 2px solid #B8C2CC;
}
.vs-radio-con .vs-radio .vs-radio--circle {
  opacity : 0;
  -webkit-transform : scale(0.1);
      -ms-transform : scale(0.1);
          transform : scale(0.1);
}

/* Switches */
.custom-switch {
  padding-left : 0;
  /*For Switch label*/
  /*For Switch Handle Animation*/
}
.custom-switch .custom-control-label {
  height : 1.571rem;
  width : 3.1rem;
  padding : 0;
  /* For bg color of switch*/
  /*For Switch handle*/
  /*For Switch text*/
}
.custom-switch .custom-control-label::before {
  border : none;
  background-color : #E2E2E2;
  height : 1.571rem;
  left : -0.2857rem;
  box-shadow : none !important;
  -webkit-transition : all 0.25s ease;
          transition : all 0.25s ease;
  cursor : pointer;
  -webkit-user-select : none;
     -moz-user-select : none;
      -ms-user-select : none;
          user-select : none;
  top : 0;
  left : 0;
}
.custom-switch .custom-control-label:after {
  position : absolute;
  top : 2px;
  left : 2px;
  box-shadow : none;
  background-color : #FFFFFF;
  -webkit-transition : all 0.25s ease;
          transition : all 0.25s ease;
  cursor : pointer;
  -webkit-user-select : none;
     -moz-user-select : none;
      -ms-user-select : none;
          user-select : none;
}
.custom-switch .custom-control-label .switch-text-left, .custom-switch .custom-control-label .switch-text-right, .custom-switch .custom-control-label .switch-icon-left, .custom-switch .custom-control-label .switch-icon-right {
  position : absolute;
  top : 5px;
  font-size : 0.7rem;
  cursor : pointer;
  -webkit-user-select : none;
     -moz-user-select : none;
      -ms-user-select : none;
          user-select : none;
}
.custom-switch .custom-control-label .switch-text-left, .custom-switch .custom-control-label .switch-icon-left {
  left : 7px;
  color : #FFFFFF;
}
.custom-switch .custom-control-label .switch-text-right, .custom-switch .custom-control-label .switch-icon-right {
  right : 7px;
}
.custom-switch .custom-control-label:focus {
  outline : 0;
}
.custom-switch .switch-label {
  padding-left : 1rem;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  box-shadow : none;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform : translateX(1.4rem);
      -ms-transform : translateX(1.4rem);
          transform : translateX(1.4rem);
}
.custom-switch .custom-control-input:not(:checked) ~ .custom-control-label .switch-text-left {
  opacity : 0;
}
.custom-switch .custom-control-input:not(:checked) ~ .custom-control-label .switch-text-right {
  opacity : 1;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label .switch-text-right {
  opacity : 0;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label .switch-text-left {
  opacity : 1;
}
.custom-switch .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color : #E2E2E2;
}
.custom-switch.switch-md .custom-control-label {
  width : 4rem;
  height : 1.571rem;
}
.custom-switch.switch-md .custom-control-label::before {
  width : 4rem;
  border : none;
  background-color : #E2E2E2;
  height : 1.571rem;
  left : -0.2857rem;
  box-shadow : none !important;
  -webkit-transition : all 0.25s ease;
          transition : all 0.25s ease;
  cursor : pointer;
  -webkit-user-select : none;
     -moz-user-select : none;
      -ms-user-select : none;
          user-select : none;
}
.custom-switch.switch-md .custom-control-label:after {
  box-shadow : none;
  background-color : #FFFFFF;
  -webkit-transition : all 0.25s ease;
          transition : all 0.25s ease;
  cursor : pointer;
  -webkit-user-select : none;
     -moz-user-select : none;
      -ms-user-select : none;
          user-select : none;
  position : absolute;
  top : 2px;
  left : -2px;
}
.custom-switch.switch-md .custom-control-label .switch-text-right, .custom-switch.switch-md .custom-control-label .switch-icon-right {
  right : 9px;
}
.custom-switch.switch-md .custom-control-label .switch-text-left, .custom-switch.switch-md .custom-control-label .switch-icon-left {
  left : 5px;
}
.custom-switch.switch-md .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform : translateX(2.3rem);
      -ms-transform : translateX(2.3rem);
          transform : translateX(2.3rem);
}
.custom-switch.switch-lg .custom-control-label {
  width : 5.5rem;
  height : 1.571rem;
}
.custom-switch.switch-lg .custom-control-label::before {
  width : 5.5rem;
  border : none;
  background-color : #E2E2E2;
  height : 1.571rem;
  left : -0.2857rem;
  box-shadow : none !important;
  -webkit-transition : all 0.25s ease;
          transition : all 0.25s ease;
  cursor : pointer;
  -webkit-user-select : none;
     -moz-user-select : none;
      -ms-user-select : none;
          user-select : none;
}
.custom-switch.switch-lg .custom-control-label:after {
  position : absolute;
  top : 2px;
  left : -2px;
  box-shadow : none;
  background-color : #FFFFFF;
  -webkit-transition : all 0.25s ease;
          transition : all 0.25s ease;
  cursor : pointer;
  -webkit-user-select : none;
     -moz-user-select : none;
      -ms-user-select : none;
          user-select : none;
}
.custom-switch.switch-lg .custom-control-label .switch-text-right, .custom-switch.switch-lg .custom-control-label .switch-icon-right {
  right : 10px;
}
.custom-switch.switch-lg .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform : translateX(3.8rem);
      -ms-transform : translateX(3.8rem);
          transform : translateX(3.8rem);
}

/* Textarea with Counter */
.counter-value {
  background-color : #7367F0;
  color : #FFFFFF;
  padding : 1px 6px;
  font-size : 0.6rem;
  border-radius : 0 0 5px 5px;
  margin-right : 1rem;
}

/* Input box with icon divider */
.form-group.input-divider-left .form-control-position i {
  padding : 0.2rem 0.5rem;
  border-right : 1px solid #D9D9D9;
}

.form-group.input-divider-right .form-control-position i {
  padding : 0.2rem 0.5rem;
  border-left : 1px solid #D9D9D9;
}

/* input-groups-lg and input-groups-sm  */
.input-group-lg .form-control, .input-group-sm .form-control {
  padding : 0.7rem;
}

/* Bootstrap touchspin */
.bootstrap-touchspin.input-group {
  width : 8.4rem;
  -webkit-box-align : center;
  -webkit-align-items : center;
  -ms-flex-align : center;
          align-items : center;
}
.bootstrap-touchspin.input-group .form-control {
  padding : 5px;
  height : auto;
  border : 0;
  background-color : #F8F8F8;
  border-radius : 5px !important;
  text-align : center;
  font-weight : 500;
}
.bootstrap-touchspin.input-group .form-control:focus {
  z-index : 1;
  box-shadow : none;
}

.bootstrap-touchspin .bootstrap-touchspin-injected {
  margin : 0 !important;
}
.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down, .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up {
  padding : 0;
  min-width : 22px;
  min-height : 22px;
  border-radius : 5px !important;
  position : relative;
}
.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down i, .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up i {
  font-size : 0.8rem;
  position : relative;
  top : -1px;
}
.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down {
  left : 12px;
}
.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up {
  right : 12px;
}

.bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-down, .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-up {
  background-color : rgba(0, 0, 0, 0.5) !important;
  cursor : default;
  opacity : 0.5;
}

.bootstrap-touchspin.input-group-lg {
  width : 9.375rem;
}
.bootstrap-touchspin.input-group-lg .touchspin.form-control {
  height : auto !important;
}
.bootstrap-touchspin.input-group-lg .bootstrap-touchspin-down i, .bootstrap-touchspin.input-group-lg .bootstrap-touchspin-up i {
  font-size : 1rem;
}

.bootstrap-touchspin.input-group-sm {
  width : 6.25rem;
}
.bootstrap-touchspin.input-group-sm .touchspin.form-control {
  height : auto !important;
}
.bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-down, .bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-up {
  min-width : 16px;
  min-height : 16px;
  padding-top : 2.2px;
}
.bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-down i, .bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-up i {
  font-size : 0.6rem;
}

.btn.disabled-max-min {
  background-color : rgba(0, 0, 0, 0.5) !important;
  cursor : default;
}

/* Number Type Input Box Scss for - Remove arrow on hover */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance : none;
}

/* Number Type Input Box Scss for Touchspin - Remove arrow for firefox */
.bootstrap-touchspin.input-group input[type=number] {
  -moz-appearance : textfield;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form-label-group label {
    display : none;
  }
  select.form-control:not([multiple='multiple']) {
    background : none;
  }
  .custom-file-label::after {
    padding : 1.34rem 0.7rem 1.25rem;
  }
}

.picker__input.form-control {
  background-color : #FFFFFF;
}

.input-group .form-control {
  height : auto;
}

.input-group .input-group-prepend .dropdown-toggle::after, .input-group .input-group-append .dropdown-toggle::after {
  left : 0;
}

.input-group .input-group-prepend .vs-checkbox-con, .input-group .input-group-prepend .vs-checkbox, .input-group .input-group-prepend .vs-radio-con, .input-group .input-group-prepend .vs-radio, .input-group .input-group-append .vs-checkbox-con, .input-group .input-group-append .vs-checkbox, .input-group .input-group-append .vs-radio-con, .input-group .input-group-append .vs-radio {
  margin : 0;
}

.input-group.input-group-lg .form-control::-webkit-input-placeholder {
  font-size : 1.25rem;
}

.input-group.input-group-lg .form-control::-moz-placeholder {
  font-size : 1.25rem;
}

.input-group.input-group-lg .form-control:-ms-input-placeholder {
  font-size : 1.25rem;
}

.input-group.input-group-lg .form-control::-ms-input-placeholder {
  font-size : 1.25rem;
}

.input-group.input-group-lg .form-control::placeholder {
  font-size : 1.25rem;
}

.input-group.input-group-lg .input-group-prepend .btn, .input-group.input-group-lg .input-group-append .btn {
  line-height : 1.3;
  font-size : 1.3rem;
}

.input-group.input-group-sm .form-control::-webkit-input-placeholder {
  font-size : 0.7rem;
}

.input-group.input-group-sm .form-control::-moz-placeholder {
  font-size : 0.7rem;
}

.input-group.input-group-sm .form-control:-ms-input-placeholder {
  font-size : 0.7rem;
}

.input-group.input-group-sm .form-control::-ms-input-placeholder {
  font-size : 0.7rem;
}

.input-group.input-group-sm .form-control::placeholder {
  font-size : 0.7rem;
}

.btn:disabled {
  cursor : default;
}

.btn.btn-white {
  color : #626262;
}
.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
  color : #626262 !important;
}

.btn[class*='bg-gradient-']:hover {
  box-shadow : 0 8px 25px -8px #AAAAAA;
}

.btn.btn-secondary {
  color : #FFFFFF;
}
.btn.btn-secondary:hover {
  box-shadow : 0 8px 25px -8px #6C757D;
}

.btn.btn-dark:hover {
  box-shadow : 0 8px 25px -8px #343A40;
}

.btn.btn-light:hover {
  box-shadow : 0 8px 25px -8px #F8F9FA;
}

.btn.btn-outline-secondary, .btn.btn-outline-dark, .btn.btn-outline-light {
  border : 1px solid;
}

.btn.btn-flat-secondary:hover {
  background-color : rgba(108, 117, 125, 0.1);
}

.btn.btn-flat-secondary:active, .btn.btn-flat-secondary:focus {
  background : #6C757D;
}

.btn.btn-flat-dark:hover {
  background-color : rgba(52, 58, 64, 0.1);
}

.btn.btn-flat-dark:active, .btn.btn-flat-dark:focus {
  background : #343A40;
  color : #FFFFFF;
}

.btn.btn-flat-light:hover {
  background-color : rgba(248, 249, 250, 0.1);
}

.btn.btn-flat-light:active, .btn.btn-flat-light:focus {
  background : #F8F9FA;
}

.btn[class*='btn-outline-'] {
  padding-top : calc(0.9rem - 1px);
  padding-bottom : calc(0.9rem - 1px);
}
.btn[class*='btn-outline-'].btn-sm {
  padding-top : calc(0.5rem - 1px);
  padding-bottom : calc(0.5rem - 1px);
}

.btn.btn-relief-secondary {
  background-color : #6C757D;
  box-shadow : inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
  color : #FFFFFF;
}
.btn.btn-relief-secondary:hover {
  color : #FFFFFF;
}
.btn.btn-relief-secondary:active, .btn.btn-relief-secondary:focus {
  outline : none;
  -webkit-transform : translateY(3px);
      -ms-transform : translateY(3px);
          transform : translateY(3px);
}

.btn.btn-relief-light {
  box-shadow : inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
  color : #FFFFFF;
}
.btn.btn-relief-light:hover {
  color : #FFFFFF;
}
.btn.btn-relief-light:active, .btn.btn-relief-light:focus {
  outline : none;
  -webkit-transform : translateY(3px);
      -ms-transform : translateY(3px);
          transform : translateY(3px);
}

.btn.btn-relief-dark {
  background-color : #343A40;
  box-shadow : inset 0 -3px 0 0 rgba(255, 255, 255, 0.1);
  color : #FFFFFF;
}
.btn.btn-relief-dark:hover {
  color : #FFFFFF;
}
.btn.btn-relief-dark:active, .btn.btn-relief-dark:focus {
  outline : none;
  -webkit-transform : translateY(3px);
      -ms-transform : translateY(3px);
          transform : translateY(3px);
}

#bg-variants .btn[class*='btn-relief-'] {box-shadow : inset 0 -3px 0 0 rgba(255, 255, 255, 0.1), 0 1rem 3rem rgba(246, 251, 255, 0.4) !important; }
.bg-authentication .btn[class*='btn-relief-'] {box-shadow : inset 0 -3px 0 0 rgba(255, 255, 255, 0.1), 0 1rem 3rem rgba(246, 251, 255 , 0.2) !important; }
#bg-variants .btn[class*='btn-relief-']:hover,.bg-authentication .btn[class*='btn-relief-']:hover {
  -webkit-transform : translateY(-3px);
  -ms-transform : translateY(-3px);
  transform: translateY(-3px);
}

#bg-variants .btn[class*='btn-relief-']:active, .bg-variants .btn[class*='btn-relief-']:focus,
.bg-authentication .btn[class*='btn-relief-']:active,.bg-authentication .btn[class*='btn-relief-']:focus {
  box-shadow : inset 0 0px 0 0 rgba(255, 255, 255, 0.1), 0 1rem 3rem rgb(246 251 255 / 40%) !important; 
  -webkit-transform : translateY(3px);
  -ms-transform : translateY(3px);
  transform: translateY(3px);}

.btn.btn-icon {
  padding : 0.715rem 0.736rem;
}

.btn.btn-sm.btn-icon {
  padding : 0.5rem;
}

.btn.btn-lg.btn-icon {
  padding : 1rem;
}

.btn.btn-square {
  border-radius : 0;
}

.btn.btn-round {
  border-radius : 2rem;
}

.btn:focus, .btn.focus, .btn:active, .btn.active {
  outline : none;
  box-shadow : none !important;
}

.btn.btn-icon i {
  font-size : 1.1rem;
}

.btn.btn-outline-white:hover, .btn-white:hover {
  color : #22292F !important;
}

button, html [type='button'], [type='reset'], [type='submit'] {
  cursor : pointer;
}

.waves-button-input {
  padding : unset;
}

.collapse-icon .card-header {
  position : relative;
}

.collapse-icon [data-toggle='collapse']:after {
  position : absolute;
  top : 48%;
  right : 20px;
  margin-top : -8px;
  font-family : 'feather';
  content : '\e845';
  -webkit-transition : all 300ms linear 0s;
          transition : all 300ms linear 0s;
  font-size : 0.9rem;
}

.collapse-icon [data-toggle='collapse']:before {
  position : absolute;
  top : 48%;
  right : 20px;
  margin-top : -8px;
  font-family : 'feather';
  content : '\e842';
  -webkit-transition : all 300ms linear 0s;
          transition : all 300ms linear 0s;
  font-size : 0.9rem;
}

.collapse-icon.left a {
  padding-left : 28px;
}
.collapse-icon.left a:before, .collapse-icon.left a:after {
  left : 20px;
  right : auto;
}

.collapse-icon [aria-expanded='true']:before {
  opacity : 0;
}

.collapse-icon [aria-expanded='false']:after {
  opacity : 0;
}

.collapse-icon.accordion-icon-rotate [aria-expanded='true']:before {
  -webkit-transform : rotate(180deg);
      -ms-transform : rotate(180deg);
          transform : rotate(180deg);
}

.collapse-icon.accordion-icon-rotate [aria-expanded='false']:after {
  -webkit-transform : rotate(-180deg);
      -ms-transform : rotate(-180deg);
          transform : rotate(-180deg);
}

.dropdown.show .btn-outline-warning.dropdown-toggle, .dropdown.show .btn-outline-light.dropdown-toggle {
  color : #FFFFFF;
}

.dropdown .btn:not(.btn-sm):not(.btn-lg), .dropdown .btn:not(.btn-sm):not(.btn-lg).dropdown-toggle {
  padding : 0.85rem 1.5rem;
}
.dropdown .btn:not(.btn-sm):not(.btn-lg).btn-round, .dropdown .btn:not(.btn-sm):not(.btn-lg).dropdown-toggle.btn-round {
  border-radius : 2rem;
}

.dropdown .btn.dropdown-toggle.dropdown-toggle-split {
  padding : 0.85rem 1rem;
  border-left-color : rgba(255, 255, 255, 0.2) !important;
  border-top-left-radius : 0;
  border-bottom-left-radius : 0;
}

.dropdown [class*='btn-outline-'].dropdown-toggle.dropdown-toggle-split {
  border-left : 0 !important;
}
.dropdown [class*='btn-outline-'].dropdown-toggle.dropdown-toggle-split:active {
  color : #FFFFFF;
}

.dropdown .dropdown-menu {
  border : 1px solid rgba(0, 0, 0, 0.05);
  border-radius : 5px;
  -webkit-transform : scale(1, 0);
      -ms-transform : scale(1, 0);
          transform : scale(1, 0);
  box-shadow : 0 5px 25px rgba(0, 0, 0, 0.1);
  min-width : 8rem;
}
.dropdown .dropdown-menu::before {
  content : '';
  position : absolute;
  top : -1px;
  left : 1.2rem;
  width : 0.75rem;
  height : 0.75rem;
  display : block;
  background : #FFFFFF;
  -webkit-transform : rotate(45deg) translate(-7px);
      -ms-transform : rotate(45deg) translate(-7px);
          transform : rotate(45deg) translate(-7px);
  border-top : 1px solid rgba(0, 0, 0, 0.1);
  border-left : 1px solid rgba(0, 0, 0, 0.1);
  z-index : 10;
  box-sizing : border-box;
}
.dropdown .dropdown-menu.bg-dark::before { background : #1E1E1E ;
}
.dropdown .dropdown-menu.dropdown-menu-right::before {
  right : 0.6rem;
  left : auto;
}
.dropdown .dropdown-menu .dropdown-header {
  padding : 0.714rem 1.428rem;
  margin-top : 0.714rem;
}
.dropdown .dropdown-menu .dropdown-item {
  padding : 0.5rem 1rem;
  color : #626262;
  width : auto;
  cursor : pointer;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  background-color : #F8F8F8;
  color : #7367F0;
}
.dropdown .dropdown-menu .dropdown-item.active {
  color : #FFFFFF;
}
.dropdown .dropdown-menu .dropdown-item:active {
  background-color : transparent;
  color : #212529;
}

.dropdown i {
  margin-right : 0.5rem;
}

.dropdown.no-arrow .dropdown-toggle:after {
  display : none;
}

.dropdown.no-arrow .dropdown-toggle i {
  margin-right : 0;
}

.dropdown, .dropup, .dropright, .dropleft {
  position : relative;
}
.dropdown .dropdown-menu .dropdown-item, .dropup .dropdown-menu .dropdown-item, .dropright .dropdown-menu .dropdown-item, .dropleft .dropdown-menu .dropdown-item {
  padding : 0.714rem 1.428rem;
}

.show > .dropdown-menu {
  -webkit-transform : scale(1, 1);
      -ms-transform : scale(1, 1);
          transform : scale(1, 1);
  opacity : 1;
  display : block;
}

.dropdown-toggle::after {
  border : none !important;
  font-family : 'feather';
  content : '\e842' !important;
  position : relative;
  top : 1px;
  right : 0;
  left : 0.714rem;
  padding : 0;
  margin : 0;
  vertical-align : 0;
}

.dropdown-toggle.dropdown-toggle-split {
  border-left : 1px solid rgba(255, 255, 255, 0.2);
}
.dropdown-toggle.dropdown-toggle-split:after {
  left : 0;
}

.dropdown-toggle.nav-hide-arrow::after {
  display : none;
}

.dropdown-toggle:focus {
  outline : 0;
}

/* .dropdown-menu-right {
  left: auto !important; // Input group with dropdown issue for dropdown-menu-right
  right: 0;
} */
.btn-secondary ~ .dropdown-menu .dropdown-item.active, .btn-secondary ~ .dropdown-menu .dropdown-item:hover {
  background-color : #CCCCCC;
}

.dropup {
  position : relative;
}
.dropup .btn, .dropup .btn.dropdown-toggle {
  padding : 0.85rem 1.5rem;
}
.dropup .btn.dropdown-toggle.dropdown-toggle-split {
  padding : 0.85rem 1rem;
  border-color : rgba(255, 255, 255, 0.2) !important;
}
.dropup .dropdown-toggle::after {
  content : '\e845' !important;
  vertical-align : 0.05rem;
}
.dropup .dropdown-menu::before {
  content : '';
  position : absolute;
  bottom : -0.714rem;
  left : 1.214rem;
  width : 0.714rem;
  height : 0.714rem;
  display : block;
  background : #FFFFFF;
  -webkit-transform : rotate(45deg) translate(-7px);
      -ms-transform : rotate(45deg) translate(-7px);
          transform : rotate(45deg) translate(-7px);
  border-bottom : 1px solid rgba(0, 0, 0, 0.1);
  border-right : 1px solid rgba(0, 0, 0, 0.1);
  z-index : 10;
  box-sizing : border-box;
}
.dropup .dropdown-menu.dropdown-menu-right::before {
  left : auto;
  right : 0.714rem;
}
.dropup .dropdown-submenu .dropdown-menu {
  bottom : auto;
  top : 0;
}

.dropleft .btn, .dropleft .btn.dropdown-toggle {
  padding : 0.85rem 1.5rem;
}

.dropleft .btn.dropdown-toggle.dropdown-toggle-split {
  padding : 0.85rem 1rem;
}

.dropleft .dropdown-toggle::before {
  border : none !important;
  font-family : 'feather';
  content : '\e843' !important;
}

.dropleft .dropdown-menu::before {
  content : '';
  position : absolute;
  top : 1.285rem;
  right : 0;
  width : 0.714rem;
  height : 0.714rem;
  display : block;
  background : #FFFFFF;
  -webkit-transform : rotate(130deg) translate(-8px);
      -ms-transform : rotate(130deg) translate(-8px);
          transform : rotate(130deg) translate(-8px);
  border-top : 1px solid rgba(0, 0, 0, 0.1);
  border-left : 1px solid rgba(0, 0, 0, 0.1);
  z-index : 10;
  box-sizing : border-box;
}

.dropright .btn, .dropright .btn.dropdown-toggle {
  padding : 0.85rem 1.5rem;
}

.dropright .btn.dropdown-toggle.dropdown-toggle-split {
  padding : 0.85rem 1rem;
}

.dropright .dropdown-toggle::after {
  border : none !important;
  font-family : 'feather';
  content : '\e844' !important;
}

.dropright .dropdown-menu::before {
  content : '';
  position : absolute;
  top : 1.285rem;
  left : -0.9rem;
  width : 0.714rem;
  height : 0.714rem;
  display : block;
  background : #FFFFFF;
  -webkit-transform : rotate(140deg) translate(-9px);
      -ms-transform : rotate(140deg) translate(-9px);
          transform : rotate(140deg) translate(-9px);
  border-bottom : 1px solid rgba(0, 0, 0, 0.1);
  border-right : 1px solid rgba(0, 0, 0, 0.1);
  z-index : 10;
  box-sizing : border-box;
}

.dropdown.dropdown-icon-wrapper .dropdown-toggle:after, .dropup.dropdown-icon-wrapper .dropdown-toggle:after {
  display : none;
}

.dropdown.dropdown-icon-wrapper .dropdown-menu, .dropup.dropdown-icon-wrapper .dropdown-menu {
  min-width : auto;
}
.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item, .dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item {
  padding : 0.5rem 1.1rem;
  cursor : pointer;
}
.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item i, .dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item i {
  font-size : 1.3rem;
  color : #626262;
}
.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item:hover, .dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item:hover {
  color : #FFFFFF;
}

.btn.btn-white ~ .dropdown-menu .dropdown-item:not(.acitve):hover {
  color : #626262 !important;
}

.btn.btn-white ~ .dropdown-menu .dropdown-item.active {
  color : #626262;
}

.horizontal-menu-wrapper .dropdown-menu, .header-navbar .dropdown-menu {
  -webkit-animation-duration : 0.3s;
          animation-duration : 0.3s;
  -webkit-animation-fill-mode : both;
          animation-fill-mode : both;
  -webkit-animation-name : slideIn;
          animation-name : slideIn;
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform : translateY(1rem);
            transform : translateY(1rem);
    opacity : 0;
  }
  100% {
    -webkit-transform : translateY(0rem);
            transform : translateY(0rem);
    opacity : 1;
  }
  0% {
    -webkit-transform : translateY(1rem);
            transform : translateY(1rem);
    opacity : 0;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform : translateY(1rem);
            transform : translateY(1rem);
    opacity : 0;
  }
  100% {
    -webkit-transform : translateY(0rem);
            transform : translateY(0rem);
    opacity : 1;
  }
  0% {
    -webkit-transform : translateY(1rem);
            transform : translateY(1rem);
    opacity : 0;
  }
}

/* ===============================================================================================
    File Name: navbar.scss
    Description: Contain header navigation bar, vertical main navigation bar and
    horiznotal main navigation bar related SCSS.
    ----------------------------------------------------------------------------------------------
    Item Name: Casting sexy People
    Author:  Cazador FAP
    Author:  Cazador FAP
================================================================================================*/
.navbar-dark .hamburger-inner, .navbar-dark .hamburger-inner::before, .navbar-dark .hamburger-inner::after {
  background-color : #FFFFFF;
}

.header-navbar-shadow {
  display : none;
}

.navbar-floating .header-navbar-shadow {
  display : block;
  background : -webkit-linear-gradient(top, rgba(248, 248, 248, 0.95) 44%, rgba(248, 248, 248, 0.46) 73%, rgba(255, 255, 255, 0));
  background :         linear-gradient(180deg, rgba(248, 248, 248, 0.95) 44%, rgba(248, 248, 248, 0.46) 73%, rgba(255, 255, 255, 0));
  padding-top : 2.2rem;
  background-repeat : repeat;
  width : 100%;
  height : 102px;
  position : fixed;
  top : 0;
  z-index : 11;
}

.header-navbar {
  padding : 0;
  min-height : 4.5rem;
  font-family : 'Montserrat', Helvetica, Arial, serif;
  -webkit-transition : 300ms ease all;
          transition : 300ms ease all;
  background : -webkit-linear-gradient(top, rgba(248, 248, 248, 0.95) 44%, rgba(248, 248, 248, 0.46) 73%, rgba(255, 255, 255, 0));
  background :         linear-gradient(180deg, rgba(248, 248, 248, 0.95) 44%, rgba(248, 248, 248, 0.46) 73%, rgba(255, 255, 255, 0));
  z-index : 997;
  /* For sm screen*/
}
.header-navbar.fixed-top {
  left : 260px;
}
.header-navbar[class*='bg-'] .navbar-nav .nav-item > a {
  color : #FFFFFF !important;
}
.header-navbar[class*='bg-'] .navbar-nav .nav-item > a i, .header-navbar[class*='bg-'] .navbar-nav .nav-item > a span {
  color : #FFFFFF !important;
}
.header-navbar[class*='bg-'] .navbar-nav .nav-item .dropdown-menu i {
  color : inherit !important;
}
.header-navbar[class*='bg-'] .navbar-nav .search-input .input, .header-navbar[class*='bg-'] .navbar-nav .search-input .search-list .auto-suggestion span {
  color : #626262 !important;
}
.header-navbar.floating-nav {
  margin : 1.3rem 2.2rem 0;
  border-radius : 0.5rem;
  position : fixed;
  width : calc( 100vw - (100vw - 100%) - calc(2.2rem * 2) - 260px);
  z-index : 12;
  right : 0;
}
.header-navbar.navbar-static-top {
  background : transparent;
  box-shadow : none !important;
  top : 0;
  right : 0;
  left : 260px;
  width : calc(100vw - (100vw - 100%) - 260px);
}
.header-navbar .navbar-wrapper {
  width : 100%;
}
.header-navbar.navbar-border {
  border-bottom : 1px solid #E4E7ED;
}
.header-navbar.navbar-dark.navbar-border {
  border-bottom : 1px solid #8596B5;
}
.header-navbar.navbar-shadow {
  box-shadow : 0 4px 20px 0 rgba(0, 0, 0, 0.05);
}
.header-navbar:not(.navbar-horizontal) .nav-link.dropdown-toggle::after {
  display : none;
}
.header-navbar .navbar-container ul.nav li.dropdown-language {
  padding-right : 0;
}
.header-navbar .navbar-container ul.nav li.dropdown-language .selected-language {
  font-size : 0.97rem;
  letter-spacing : -0.25px;
  font-weight : 500;
}
.header-navbar .navbar-container {
  padding-left : 1rem;
  -webkit-transition : 300ms ease all;
          transition : 300ms ease all;
  background : inherit;
  margin-left : 0;
}
.header-navbar .navbar-container .bookmark-wrapper ul.nav li > a.nav-link {
  padding : 1.4rem 0.5rem 1.35rem;
}
.header-navbar .navbar-container .bookmark-wrapper ul.nav li > a.nav-link i:hover {
  color : #7367F0;
}
.header-navbar .navbar-container .bookmark-input {
  z-index : 1;
}
.header-navbar .navbar-container ul.nav li.dropdown .dropdown-menu {
  top : 48px;
}
.header-navbar .navbar-container ul.nav li .badge {
  padding : 0.42em 0.6em 0.25rem;
}
.header-navbar .navbar-container ul.nav li .badge.badge-up {
  position : absolute;
  top : 12px;
  right : -2px;
}
.header-navbar .navbar-container ul.nav li.dropdown-language > a.nav-link {
  padding : 1.65rem 0.5rem;
}
.header-navbar .navbar-container ul.nav li > a.nav-link {
  color : #626262;
  padding : 1.6rem 0.5rem 1.35rem 1rem;
}
.header-navbar .navbar-container ul.nav li > a.nav-link i.flag-icon {
  margin-right : 0.5rem;
}
.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right {
  right : 12px;
  left : auto;
  padding : 0.5rem;
}
.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item {
  padding : 10px;
}
.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:hover, .header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:active {
  background : #7367F0;
  color : #FFFFFF !important;
}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
  padding : 0.7rem 1rem;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-align : center;
  -webkit-align-items : center;
  -ms-flex-align : center;
          align-items : center;
}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
  display : inline-block;
  margin-bottom : 0.435rem;
  margin-left : 0.2rem;
}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-status {
  font-size : smaller;
}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link img {
  box-shadow : 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.header-navbar .navbar-container ul.nav li a.menu-toggle {
  padding : 1.34rem 0.22rem 1.35rem 0;
}
.header-navbar .navbar-container ul.nav li a.menu-toggle i {
  font-size : 1.75rem;
}
.header-navbar .navbar-container ul.nav li a.nav-link-label {
  padding : 1.6rem 0rem 1.35rem 0.8rem;
}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-nav {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -webkit-flex-direction : column;
      -ms-flex-direction : column;
          flex-direction : column;
  -webkit-box-align : end;
  -webkit-align-items : flex-end;
  -ms-flex-align : end;
          align-items : flex-end;
  float : left;
  margin-right : 0.8rem;
}
.header-navbar .navbar-container ul.nav li div.input-group {
  padding : 0.7rem 1rem;
}
.header-navbar .navbar-container ul.nav li i.ficon {
  font-size : 1.5rem;
  color : #626262;
}
.header-navbar .navbar-container ul.nav li i.ficon:hover {
  color : #7367F0;
}
.header-navbar .navbar-container ul.nav li .media-list {
  max-height : 25rem;
}
.header-navbar .navbar-container ul.nav li .scrollable-container {
  position : relative;
}
.header-navbar .navbar-container .dropdown-menu-media {
  width : 26rem;
}
.header-navbar .navbar-container .dropdown-menu-media .media-list .media {
  padding : 1rem;
  border : none;
  border-bottom : 1px solid #DAE1E7;
}
.header-navbar .navbar-container .dropdown-menu-media .media-list .media:hover {
  background : #F8F8F8;
}
.header-navbar .navbar-container .dropdown-menu-media .media-list .media .media-meta {
  color : #626262;
}
.header-navbar .navbar-container .dropdown-menu-media .media-list a:last-of-type .media {
  border-bottom : none;
}
.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-header {
  border-bottom : 1px solid #DAE1E7;
}
.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-footer a {
  padding : 0.3rem;
  border-top : 1px solid #DAE1E7;
}
.header-navbar .navbar-container .dropdown-menu-media.dropdown-cart.empty-cart:before {
  background : #FFFFFF;
  border-color : rgba(0, 0, 0, 0.1);
}
.header-navbar .navbar-container .dropdown-menu-media.dropdown-cart .cart-item {
  color : #626262;
}
.header-navbar .navbar-container .dropdown-menu-media.dropdown-cart .media {
  padding : 0;
}
.header-navbar .navbar-container .dropdown-menu-media.dropdown-cart .media .media-left {
  width : 100px;
  text-align : center;
  padding-right : 0;
  margin-right : 1rem;
}
.header-navbar .navbar-container .dropdown-menu-media.dropdown-cart .media .media-left img {
  height : 100%;
}
.header-navbar .navbar-container .dropdown-menu-media.dropdown-cart .media .media-body {
  padding : 1rem;
  padding-left : 0;
  overflow : hidden;
}
.header-navbar.navbar-without-menu .navbar-container {
  margin-left : 0;
}
.header-navbar .nav-item + .nav-item {
  margin-left : 0rem;
}
@media (max-width: 767.98px) {
  .header-navbar .navbar-header {
    width : 100% !important;
    padding : 0.5rem 1rem;
    position : relative;
  }
  .header-navbar .navbar-header .menu-toggle {
    top : 2px;
    position : relative;
  }
  .header-navbar .navbar-header .open-navbar-container i {
    font-size : 1.8rem;
  }
  .header-navbar .navbar-header .navbar-brand {
    position : absolute;
    left : 50%;
    top : 0;
    -webkit-transform : translate(-50%, 0);
        -ms-transform : translate(-50%, 0);
            transform : translate(-50%, 0);
  }
  .header-navbar.navbar-with-menu .navbar-container {
    width : 100%;
    display : table;
    margin : 0;
    height : auto;
  }
}

/* Modern menu For md screen*/
@media (max-width: 991.98px) {
  [data-menu='vertical-menu-modern'] .header-navbar .navbar-header {
    width : 100% !important;
    padding : 0.5rem 1rem;
    position : relative;
  }
  [data-menu='vertical-menu-modern'] .header-navbar .navbar-header .menu-toggle {
    top : 2px;
    position : relative;
  }
  [data-menu='vertical-menu-modern'] .header-navbar .navbar-header .open-navbar-container i {
    font-size : 1.8rem;
  }
  [data-menu='vertical-menu-modern'] .header-navbar .navbar-header .navbar-brand {
    position : absolute;
    left : 50%;
    top : 0;
    -webkit-transform : translate(-50%, 0);
        -ms-transform : translate(-50%, 0);
            transform : translate(-50%, 0);
  }
  [data-menu='vertical-menu-modern'] .header-navbar.navbar-with-menu .navbar-container {
    width : 100%;
    display : table;
    margin : 0;
    height : auto;
  }
  [data-menu='vertical-menu-modern'] .navbar-dark .navbar-header .navbar-nav .nav-link, [data-menu='vertical-menu-modern'] .navbar-semi-dark .navbar-header .navbar-nav .nav-link {
    color : #FFFFFF;
  }
  [data-menu='vertical-menu-modern'] .navbar-dark .navbar-container .navbar-nav .nav-link, [data-menu='vertical-menu-modern'] .navbar-semi-dark .navbar-container .navbar-nav .nav-link {
    color : #B8C2CC;
  }
  [data-menu='vertical-menu-modern'] .navbar-light .navbar-header .navbar-nav .nav-link {
    color : #B8C2CC;
  }
}

.navbar-light {
  background : #FFFFFF;
}
.navbar-light.navbar-horizontal {
  background : #FFFFFF;
}
.navbar-light .navbar-nav li {
  line-height : 1;
}
.navbar-light .navbar-nav .active.nav-link {
  background-color : rgba(0, 0, 0, 0.03);
}
.navbar-light .navbar-nav .disabled.nav-link {
  color : #6C757D;
}

.navbar-dark {
  background : #B8C2CC;
}
.navbar-dark .navbar-brand {
  color : #FFFFFF !important;
}
.navbar-dark.navbar-horizontal {
  background : #B8C2CC;
}
.navbar-dark .nav-search .form-control, .navbar-dark .nav-search .btn-secondary {
  color : #FFFFFF;
  background : #B8C2CC;
}
.navbar-dark .navbar-nav li {
  line-height : 1;
}
.navbar-dark .navbar-nav .active.nav-link {
  background-color : rgba(255, 255, 255, 0.05);
}
.navbar-dark .navbar-nav .disabled.nav-link {
  color : #DAE1E7;
}

.navbar-semi-dark {
  background : #FFFFFF;
}
.navbar-semi-dark .navbar-header {
  background : #B8C2CC;
}
.navbar-semi-dark .navbar-header .brand-text {
  color : #FFFFFF;
}
.navbar-semi-dark .navbar-nav li {
  line-height : 1;
}
.navbar-semi-dark .navbar-nav .nav-link {
  color : #B8C2CC;
}
.navbar-semi-dark .navbar-nav .active.nav-link {
  background-color : rgba(0, 0, 0, 0.03);
}
.navbar-semi-dark .navbar-nav .disabled.nav-link {
  color : #6C757D;
}

.navbar-semi-light {
  background : #B8C2CC;
}
.navbar-semi-light .navbar-header {
  background : #FFFFFF;
}
.navbar-semi-light .navbar-header .brand-text {
  color : #B8C2CC;
}
.navbar-semi-light .navbar-nav li {
  line-height : 1;
}
.navbar-semi-light .navbar-nav .nav-link {
  color : #FFFFFF;
}
.navbar-semi-light .navbar-nav .active.nav-link {
  background-color : rgba(0, 0, 0, 0.03);
}
.navbar-semi-light .navbar-nav .disabled.nav-link {
  color : #6C757D;
}

@-moz-document url-prefix() {
  ul li a .children-in {
    position : relative;
    right : 3px;
    top : -14px;
  }
}

.navbar-menu-icon span {
  display : block;
  position : absolute;
  height : 2px;
  width : 100%;
  background : #B8C2CC;
  border-radius : 9px;
  opacity : 1;
  left : 0;
  -webkit-transform : rotate(0deg);
      -ms-transform : rotate(0deg);
          transform : rotate(0deg);
  -webkit-transition : 0.25s ease-in-out;
          transition : 0.25s ease-in-out;
}

.navbar-menu-icon span:nth-child(1) {
  top : 0;
}

.navbar-menu-icon span:nth-child(2) {
  top : 10px;
}

.navbar-menu-icon span:nth-child(3) {
  top : 20px;
}

.navbar-menu-icon.show span:nth-child(1) {
  top : 10px;
  -webkit-transform : rotate(135deg);
      -ms-transform : rotate(135deg);
          transform : rotate(135deg);
}

.navbar-menu-icon.show span:nth-child(2) {
  opacity : 0;
  left : -60px;
}

.navbar-menu-icon.show span:nth-child(3) {
  top : 10px;
  -webkit-transform : rotate(-135deg);
      -ms-transform : rotate(-135deg);
          transform : rotate(-135deg);
}

@media (max-width: 767.98px) {
  .header-navbar .navbar-nav .show {
    position : static;
  }
  .header-navbar .navbar-nav .open-navbar-container {
    padding-top : 0.625rem;
  }
  .header-navbar .navbar-container .show .dropdown-menu {
    right : 0;
    left : 0 !important;
    float : none;
    width : auto;
    margin-top : 0;
    overflow : hidden;
  }
  .header-navbar .navbar-container .dropdown-user .dropdown-menu-right {
    right : 0 !important;
  }
  .header-navbar .navbar-container ul.nav li.nav-item i {
    margin-right : 0.2rem;
  }
  .header-navbar .navbar-container ul.nav li a.dropdown-user-link {
    padding : 0.8rem 0.6rem;
  }
  .header-navbar .navbar-container ul.nav li .dropdown-toggle::after {
    margin-right : 0;
    margin-left : -2px;
  }
  .navbar-dark .hamburger-inner, .navbar-dark .hamburger-inner::before, .navbar-dark .hamburger-inner::after, .navbar-semi-dark .hamburger-inner, .navbar-semi-dark .hamburger-inner::before, .navbar-semi-dark .hamburger-inner::after {
    background-color : #FFFFFF;
  }
  .navbar-dark .navbar-header .navbar-nav .nav-link, .navbar-semi-dark .navbar-header .navbar-nav .nav-link {
    color : #FFFFFF;
  }
  .navbar-dark .navbar-container .navbar-nav .nav-link, .navbar-semi-dark .navbar-container .navbar-nav .nav-link {
    color : #B8C2CC;
  }
  .navbar-light .navbar-header .navbar-nav .nav-link, .navbar-semi-light .navbar-header .navbar-nav .nav-link {
    color : #B8C2CC;
  }
  .navbar-light .navbar-container .navbar-nav .nav-link, .navbar-semi-light .navbar-container .navbar-nav .nav-link {
    color : #B8C2CC;
  }
}

.headroom {
  will-change : transform;
  -webkit-transition : -webkit-transform 200ms linear;
          transition : -webkit-transform 200ms linear;
          transition :         transform 200ms linear;
          transition :         transform 200ms linear, -webkit-transform 200ms linear;
}

.headroom--pinned-top {
  -webkit-transform : translateY(0%);
      -ms-transform : translateY(0%);
          transform : translateY(0%);
}

.headroom--unpinned-top {
  -webkit-transform : translateY(-100%);
      -ms-transform : translateY(-100%);
          transform : translateY(-100%);
}

.headroom--pinned-bottom {
  -webkit-transform : translateY(0%);
      -ms-transform : translateY(0%);
          transform : translateY(0%);
}

.headroom--unpinned-bottom {
  -webkit-transform : translateY(100%);
      -ms-transform : translateY(100%);
          transform : translateY(100%);
}

@media (max-width: 575.98px) {
  .header-navbar .navbar-container ul.nav li .selected-language {
    display : none;
  }
}

body[data-col='1-column'] .header-navbar.floating-nav {
  width : calc(100vw - (100vw - 100%) - calc(2.2rem * 2));
}

@media (min-width: 1200px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body:not([data-col='1-columns']) .header-navbar.floating-nav {
    width : calc(100vw - (100vw - 100%) - 60px - 260px);
  }
}

@media (max-width: 1199.98px) {
  .header-navbar .navbar-container ul.nav li a.dropdown-user-link {
    padding : 0.7rem 1.23rem;
  }
  .header-navbar .navbar-container ul.nav li .dropdown-toggle::after {
    margin-right : 0;
    margin-left : -2px;
  }
  .header-navbar.navbar-static-top {
    left : 0;
    width : 100%;
  }
}

@media (max-width: 767px) {
  #navbar-mobile.navbar-collapse .navbar-nav {
    margin : 0;
    -webkit-box-orient : horizontal;
    -webkit-box-direction : normal;
    -webkit-flex-flow : row wrap;
        -ms-flex-flow : row wrap;
            flex-flow : row wrap;
  }
  #navbar-mobile.navbar-collapse .navbar-nav .dropdown-menu {
    position : absolute;
  }
  #navbar-mobile.navbar-collapse .navbar-nav .nav-item {
    float : left;
  }
}

@media (max-width: 991.98px) {
  #navbar-mobile.navbar-collapse .navbar-nav {
    margin : 0;
    -webkit-box-orient : horizontal;
    -webkit-box-direction : normal;
    -webkit-flex-flow : row wrap;
        -ms-flex-flow : row wrap;
            flex-flow : row wrap;
  }
  #navbar-mobile.navbar-collapse .navbar-nav .dropdown-menu {
    position : absolute;
  }
  #navbar-mobile.navbar-collapse .navbar-nav .nav-item {
    float : left;
  }
}

/* ----------- iPhone 5, 5S  iPhone 6----------- */
/* Landscape 
@media only screen and (min-device-width: 26.78em) and (max-device-width: 47.64em) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .header-navbar .navbar-container .show .dropdown-menu {
    max-height : 180px;
  }
}*/

/* ----------- iPhone 6+ ----------- */
/* Landscape 
@media only screen and (min-device-width: 29.57em) and (max-device-width: 52.57em) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .header-navbar .navbar-container .show .dropdown-menu {
    max-height : 280px;
  }
}*/

/*----------------------------- For Navbar Component -------------------------*/
#navbar-component .navbar {
  z-index : auto !important;
}
#navbar-component .navbar.floating-nav {
  border-radius : 0.5rem;
}
#navbar-component .navbar .navbar-nav .nav-item a {
  color : inherit;
}
#navbar-component .navbar.header-navbar.navbar-dark .navbar-nav .nav-link {
  color : #FFFFFF;
}
#navbar-component .navbar.header-navbar.navbar-dark .navbar-nav .nav-link i {
  color : #FFFFFF;
}
#navbar-component .navbar .navbar-nav .dropdown-language.show, #navbar-component .navbar .navbar-nav .dropdown-notification.show, #navbar-component .navbar .navbar-nav .dropdown-user.show {
  position : relative;
}
#navbar-component .navbar .navbar-nav .dropdown-language .dropdown-menu.show, #navbar-component .navbar .navbar-nav .dropdown-notification .dropdown-menu.show, #navbar-component .navbar .navbar-nav .dropdown-user .dropdown-menu.show {
  position : absolute;
  right : 0;
  left : auto !important;
}
#navbar-component .navbar.navbar-dark .navbar-toggler, #navbar-component .navbar.navbar-light .navbar-toggler {
  font-size : 1.2rem;
}
#navbar-component .navbar.navbar-dark .navbar-toggler:focus, #navbar-component .navbar.navbar-light .navbar-toggler:focus {
  outline : 0;
}

#navbar-component #navbar-collapsed .navbar {
  border-radius : 0;
}

@media (min-width: 992px) {
  #navbar-component .navbar .navbar-container {
    background : inherit;
  }
  #navbar-component .nav .dropdown-language {
    float : right;
  }
}

@media (max-width: 992px) {
  #navbar-component .navbar .navbar-container {
    background : inherit;
  }
  #navbar-component .navbar .navbar-container .navbar-nav {
    -webkit-box-orient : horizontal;
    -webkit-box-direction : normal;
    -webkit-flex-direction : row;
        -ms-flex-direction : row;
            flex-direction : row;
  }
}

@media (max-width: 1201px) {
  .header-navbar.fixed-top {
    left : 0;
  }
  .horizontal-layout .header-navbar .navbar-container {
    padding-left : 2.24rem;
    padding-right : 1.25rem;
  }
}

@media (max-width: 1199px) {
  .header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
    margin-bottom : 0;
  }
}

@media (max-width: 768px) {
  #navbar-component .navbar .navbar-nav .dropdown-notification.show {
    position : static;
  }
}

@media (max-width: 575.98px) {
  .header-navbar.floating-nav {
    width : calc(100vw - (100vw - 100%) - 2.4rem) !important;
    margin-left : 1.2rem;
    margin-right : 1.2rem;
  }
  .content.app-content .content-area-wrapper {
    margin-left : 1.2rem !important;
    margin-right : 1.2rem !important;
  }
  .header-navbar .navbar-container {
    padding-left : 1.28rem !important;
    padding-right : 0.28rem !important;
  }
}

@media (max-width: 992px) {
  .navbar-container #navbar-mobile .nav-back {
    margin-top : 5px;
  }
}

.card-group, .card-deck {
  margin-bottom : 0.75rem;
}

.card {
  margin-bottom : 2.2rem;
  border : none;
  border-radius : 0.5rem;
  box-shadow : 0 4px 25px 0 rgba(0, 0, 0, 0.1)  ;
  -webkit-transition : all 0.3s ease-in-out;
          transition : all 0.3s ease-in-out;
}
.bg-authentication.card {box-shadow: 0px 15px 26px rgba(80, 80, 80, 0.50);}
.card:hover {
 
  box-shadow: 0px 15px 26px rgba(80, 80, 80, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
 }
.card img {-webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
  max-width: 100%;}

#bg-variants .card:hover img {
opacity: 0.7;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}

.card .card {
  box-shadow : none !important;
}
.card .card.links {
  margin-bottom : 2.2rem;
  border : none;
  border-radius : 0.5rem;
  box-shadow : 0 4px 25px 0 rgba(0, 0, 0, 0.1) !important;
  -webkit-transition : all 0.3s ease-in-out;
          transition : all 0.3s ease-in-out;
}
.card .card.links:hover {
  box-shadow: 0px 15px 26px rgba(80, 80, 80, 0.50) !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.card .card-subtitle {
  margin-top : 0.5rem;
}
.card .card-title {
  font-weight : 500;
  letter-spacing : 0.05rem;
  font-size : 1.32rem;
  margin-bottom : 0.5rem;
}
.card .card-bordered {
  border : 1px solid rgba(0, 0, 0, 0.125);
}
.card .card-img {
  -o-object-fit : cover;
     object-fit : cover;
}
.card .card-img-overlay {
  border-radius : 0.25rem;
}
.card.card-fullscreen {
  display : block;
  z-index : 9999;
  position : fixed;
  width : 100% !important;
  height : 100% !important;
  top : 0;
  right : 0;
  left : 0;
  bottom : 0;
  overflow : auto;
}
.card .card-body[class*='border-bottom-'] {
  border-bottom-width : 2px !important;
}
.card .card-img-overlay.bg-overlay {
  background : rgba(0, 0, 0, 0.45);
}
.card .card-img-overlay .text-muted {
  color : #1E1E1E !important;
}
.card.card-minimal {
  border : none;
  box-shadow : none;
}
.card .card-header {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-align : center;
  -webkit-align-items : center;
  -ms-flex-align : center;
          align-items : center;
  -webkit-flex-wrap : wrap;
      -ms-flex-wrap : wrap;
          flex-wrap : wrap;
  -webkit-box-pack : justify;
  -webkit-justify-content : space-between;
  -ms-flex-pack : justify;
          justify-content : space-between;
  border-bottom : none;
  padding : 1.5rem 1.5rem 0;
  background-color : transparent;
}
.card .card-header .card-title {
  margin-bottom : 0;
}
.card .card-header .heading-elements, .card .card-header .heading-elements-toggle {
  background-color : inherit;
  position : absolute;
  top : 17px;
  right : 21px;
  cursor : pointer;
}
.card .card-header .heading-elements.heading-top-elements .page-item, .card .card-header .heading-elements-toggle.heading-top-elements .page-item {
  display : inline-block;
}
.card .card-header .heading-elements a, .card .card-header .heading-elements-toggle a {
  padding : 0;
  padding-left : 8px;
}
.card .card-header .heading-elements a.btn, .card .card-header .heading-elements-toggle a.btn {
  padding-top : 6px;
  padding-bottom : 6px;
}
.card .card-header .heading-elements a[data-action='collapse'] i, .card .card-header .heading-elements-toggle a[data-action='collapse'] i {
  -webkit-transition : all 0.25s ease-out;
          transition : all 0.25s ease-out;
  display : inline-block;
}
.card .card-header .heading-elements a[data-action='collapse'].rotate i, .card .card-header .heading-elements-toggle a[data-action='collapse'].rotate i {
  -webkit-transform : rotate(-180deg);
      -ms-transform : rotate(-180deg);
          transform : rotate(-180deg);
}
.card .card-footer {
  border-top : 1px solid #DAE1E7;
}

.card-columns .card {
  margin-bottom : 2.2rem;
}

.text-white .card-text {
  color : white;
}

.text-white .card-img-overlay .text-muted {
  color : #FFFFFF !important;
}

.text-white code {
  background-color : white;
}

.text-white .heading-elements i {
  color : #FFFFFF;
}

.card-head-inverse {
  color : #FFFFFF;
}
.card-head-inverse .heading-elements i {
  color : #FFFFFF;
}

.card-transparent {
  background-color : transparent;
}

@media (max-width: 991.98px) {
  .heading-elements {
    text-align : center;
  }
  .heading-elements .list-inline {
    display : none;
  }
  .heading-elements.visible {
    top : 22px !important;
    display : block;
    margin-top : 0;
    top : 100%;
    top : 50px;
    height : auto;
    left : 0;
    z-index : 997;
    position : absolute;
    width : 100%;
  }
  .heading-elements.visible .list-inline {
    background-color : #FFFFFF;
    display : block;
    position : absolute;
    top : 12px;
    right : 15px;
  }
}

@media (min-width: 992px) {
  .heading-elements-toggle {
    display : none;
  }
}

.overlay-img-card .card-img-overlay, .overlay-img-card img {
  max-height : 34.64rem;
}

.activity-timeline.timeline-left {
  border-left : 2px solid #DAE1E7;
  padding-left : 40px;
  margin-left : 1.5rem;
}
.activity-timeline.timeline-left li {
  position : relative;
  margin-bottom : 20px;
}
.activity-timeline.timeline-left li p {
  margin-bottom : 0;
}
.activity-timeline.timeline-left li .timeline-icon {
  position : absolute;
  top : 0;
  left : -4.3rem;
  padding : 0.7rem;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-align : center;
  -webkit-align-items : center;
  -ms-flex-align : center;
          align-items : center;
  border-radius : 50%;
  color : #FFFFFF;
}
.activity-timeline.timeline-left li .timeline-icon i {
  vertical-align : sub;
}

.activity-timeline.timeline-right {
  border-right : 2px solid #DAE1E7;
  padding-right : 40px;
  margin-right : 1.5rem;
}
.activity-timeline.timeline-right li {
  position : relative;
  margin-bottom : 20px;
  text-align : right;
}
.activity-timeline.timeline-right li p {
  margin-bottom : 0;
}
.activity-timeline.timeline-right li .timeline-icon {
  position : absolute;
  top : 0;
  right : -4.3rem;
  padding : 0.6rem 0.7rem;
  border-radius : 50%;
  color : #FFFFFF;
}
.activity-timeline.timeline-right li .timeline-icon i {
  vertical-align : sub;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-body, .card-content {
    min-height : 1px;
  }
  .profile-card-2 .card .card-header {
    display : block;
  }
  .profile-card-1 .card .avatar, .profile-card-3 .card .avatar {
    margin-left : auto;
    margin-right : auto;
  }
}

.breadcrumb {
  font-size : 1rem;
  font-family : 'Montserrat', Helvetica, Arial, serif;
  background-color : transparent;
  padding : 0.5rem 0 0.5rem 1rem !important;
  border-left : 1px solid #D6DCE1;
  border-radius : 0;
  /* .breadcrumb-item:first-child{
        a{
            &:after{
                content: "\e965";
                font-family: 'feather';
            }
        }
    } */
}
.breadcrumb > li + li::before {
  padding-right : 0.6rem;
  padding-left : 0.6rem;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left : 0;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content : '\e847';
  font-family : 'feather';
  color : #626262;
}
.breadcrumb .breadcrumb-item.active {
  color : #626262;
}

/* Custom scss for page headers style */
.breadcrumbs-right .breadcrumb {
  float : right;
}

.breadcrumbs-top .breadcrumb {
  margin : 0;
  padding : 0;
}

/* Component Specific */
#component-breadcrumbs .breadcrumb {
  border : none;
}
#component-breadcrumbs .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  font-family : none;
  padding : 0 1rem;
}

#component-breadcrumbs .default-breadcrumb.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content : '/';
}

#component-breadcrumbs .breadcrumb-dots.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content : '.';
  position : relative;
  top : -4px;
}

#component-breadcrumbs .breadcrumb-dashes.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content : '-';
}

#component-breadcrumbs .breadcrumb-pipes.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content : '|';
}

#component-breadcrumbs .breadcrumb-chevron.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content : '\e844';
  font-family : 'feather';
  position : relative;
  top : 1px;
}

#breadcrumb-alignment .breadcrumb-wrapper {
  box-shadow : 1px 1px 10px rgba(0, 0, 0, 0.1);
  padding : 1px;
  border-radius : 10px;
}
#breadcrumb-alignment .breadcrumb-wrapper .breadcrumb {
  margin-top : 0.8rem;
}

.badge {
  color : #FFFFFF;
  background-color : #7367F0;
  font-weight : 400;
}
.badge[class*='badge-'] [class*='icon-'] {
  line-height : 1;
}
.badge[class*='badge-'] a {
  color : #FFFFFF;
}
.badge[class*='badge-'] i {
  vertical-align : middle;
}
.badge[class*='badge-'] .dropdown-toggle span, .badge[class*='badge-'] .dropdown-toggle i, .badge[class*='badge-'].dropdown-toggle span, .badge[class*='badge-'].dropdown-toggle i {
  vertical-align : text-top;
}
.badge[class*='badge-'] .dropdown-toggle i, .badge[class*='badge-'].dropdown-toggle i {
  padding-left : 0.2rem;
}
.badge[class*='badge-'] .dropdown-toggle::after, .badge[class*='badge-'].dropdown-toggle::after {
  position : relative;
  top : 0;
  left : 0;
  font-size : 1rem;
}
.badge[class*='badge-'] .dropdown-menu a {
  color : #212529;
}
.badge.badge-square {
  border-radius : 0;
}
.badge.badge-up {
  position : absolute;
  top : -1rem;
  right : -1rem;
}
.badge.badge-up.badge-sm {
  top : -0.5rem;
  right : -0.5rem;
}

.badge-xl {
  font-size : 1.8rem;
}

.badge-lg {
  font-size : 1.2rem;
}

.badge-md {
  font-size : 1rem;
}

.badge-sm {
  font-size : 0.7rem;
}

.badge-icon i {
  font-size : 100%;
  margin-right : 5px;
}

.dropup .badge {
  cursor : pointer;
}

.nav {
  border-radius : 0.25rem;
}
.nav.wrap-border {
  border : 1px solid #DDDDDD;
}
.nav.wrap-border li.nav-header {
  margin : 0 0.5rem;
}
.nav.wrap-border li.nav-item, .nav.wrap-border div {
  padding : 2px 0.714rem;
}
.nav.square-border {
  border-radius : 0;
}
.nav.square-border .nav-item .nav-link.active {
  border-radius : 0;
}
.nav .modern-nav-toggle {
  padding : 1.571rem 0;
}
.nav.nav-pills {
  margin-bottom : 1rem;
}
.nav.nav-pills .nav-item .nav-link {
  border-radius : 0.357rem;
  padding : 0.2rem 1rem;
  padding-top : 0.3rem;
  font-size : 0.98rem;
  margin-right : 0.5rem;
  color : #000000;
}
.nav.nav-pills .nav-item .nav-link.active {
  color : #FFFFFF;
}
.nav.nav-pills .nav-item .nav-link.disabled {
  color : #B8C2CC;
}
.nav.nav-pills .nav-item .nav-link.dropdown-toggle::after {
  top : 1px;
  left : 1px;
}
.nav.nav-pills .nav-item.dropdown.show .nav-link {
  color : #FFFFFF;
}
.nav.nav-pills .nav-item.dropdown.show .dropdown-item.active:hover {
  color : #7367F0;
}
.nav.nav-pills.nav-justified {
  width : 100%;
}
.nav.nav-pills.nav-justified .nav-item {
  float : none;
}
.nav.nav-pills.nav-justified .nav-link {
  text-align : center;
  margin-bottom : 5px;
}
.nav.nav-pills.nav-justified > .dropdown .dropdown-menu {
  top : auto;
  left : auto;
}
@media (min-width: 576px) {
  .nav.nav-pills.nav-justified .nav-item {
    display : block;
    width : 1%;
  }
  .nav.nav-pills.nav-justified .nav-link {
    margin-bottom : 0;
  }
}
.nav.nav-pills.nav-justified .nav-link {
  margin-right : 0;
  border-radius : 0.5rem;
}
@media (min-width: 576px) {
  .nav.nav-pills.nav-justified .nav-link.active, .nav.nav-pills.nav-justified .nav-link.active:hover, .nav.nav-pills.nav-justified .nav-link.active:focus {
    border-bottom-color : transparent;
  }
}
.nav.nav-pills.nav-justified .nav-link {
  display : block;
}
.nav.nav-pills.nav-justified .nav-link.active {
  border : none;
}
.nav.nav-pills.nav-justified .nav-link.active:hover, .nav.nav-pills.nav-justified .nav-link.active:focus {
  border : none;
}
.nav.nav-pills.nav-active-bordered-pill .nav-item a.nav-link.active {
  border : 1px solid #7367F0;
  border-radius : 0.25rem;
  color : #7367F0;
  background-color : #FFFFFF;
}
.nav.nav-tabs {
  border : none;
  margin-bottom : 1rem;
  position : relative;
  border-radius : 0;
}
.nav.nav-tabs .nav-item {
  position : relative;
}
.nav.nav-tabs .nav-item .nav-link {
  color : #626262;
  font-size : 0.95rem;
  border : none;
  min-width : auto;
  font-weight : 450;
  padding : 0.61rem 0.635rem;
  border-radius : 0;
}
.nav.nav-tabs .nav-item .nav-link.active {
  border : none;
  position : relative;
  color : #7367F0;
  -webkit-transition : all 0.2s ease;
          transition : all 0.2s ease;
  background-color : transparent;
}
.nav.nav-tabs .nav-item .nav-link.active:after {
  content : attr(data-before);
  height : 2px;
  width : 100%;
  left : 0;
  position : absolute;
  bottom : 0;
  top : 100%;
  background : -webkit-linear-gradient(60deg, #7367F0, rgba(115, 103, 240, 0.5)) !important;
  background :         linear-gradient(30deg, #7367F0, rgba(115, 103, 240, 0.5)) !important;
  box-shadow : 0 0 8px 0 rgba(115, 103, 240, 0.5) !important;
  -webkit-transform : translateY(0px);
      -ms-transform : translateY(0px);
          transform : translateY(0px);
  -webkit-transition : all 0.2s linear;
          transition : all 0.2s linear;
}
.nav.nav-tabs .nav-item .nav-link.dropdown-toggle::after {
  top : 1px;
  left : 1px;
}
.nav.nav-tabs .nav-item .nav-link.disabled {
  color : #ADB5BD;
}
.nav.nav-tabs.nav-justified {
  width : 100%;
}
.nav.nav-tabs.nav-justified .nav-item {
  float : none;
}
.nav.nav-tabs.nav-justified .nav-link {
  text-align : center;
  margin-bottom : 5px;
}
.nav.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top : auto;
  left : auto;
}
@media (min-width: 576px) {
  .nav.nav-tabs.nav-justified .nav-item {
    display : block;
    width : 1%;
  }
  .nav.nav-tabs.nav-justified .nav-link {
    margin-bottom : 0;
  }
}
.nav.nav-tabs.nav-justified .nav-link {
  margin-right : 0;
  border-radius : 0.5rem;
}
@media (min-width: 576px) {
  .nav.nav-tabs.nav-justified .nav-link.active, .nav.nav-tabs.nav-justified .nav-link.active:hover, .nav.nav-tabs.nav-justified .nav-link.active:focus {
    border-bottom-color : transparent;
  }
}
.nav.nav-tabs.nav-justified .nav-item a.nav-link {
  display : block;
  border-radius : 0;
}
.nav.nav-tabs.nav-justified .nav-item a.nav-link.active {
  border : none;
  background-color : #FFFFFF;
}
.nav.nav-tabs.nav-justified .nav-item a.nav-link:hover {
  border-color : transparent;
}

.nav-vertical {
  overflow : hidden;
}
.nav-vertical .nav.nav-tabs .nav-item .nav-link {
  border : none;
  margin-bottom : 0;
}
.nav-vertical .nav.nav-tabs .nav-item .nav-link.active {
  border : none;
  border-radius : 0;
}
.nav-vertical .nav.nav-tabs .nav-item .nav-link.active:after {
  -webkit-transform : rotate(90deg);
      -ms-transform : rotate(90deg);
          transform : rotate(90deg);
  left : auto;
  right : -1.5rem;
  bottom : 100%;
  top : 1.25rem;
  width : 2.14rem;
}
.nav-vertical .nav.nav-tabs .nav-item .nav-link:hover {
  border-right : none;
}
.nav-vertical .nav.nav-tabs.nav-left {
  float : left;
  display : table;
  margin-right : 1rem;
}
.nav-vertical .nav.nav-tabs.nav-left ~ .tab-content .tab-pane {
  display : none;
  background-color : #FFFFFF;
  overflow-y : auto;
}
.nav-vertical .nav.nav-tabs.nav-left ~ .tab-content .tab-pane.active {
  display : block;
}
.nav-vertical .nav.nav-tabs.nav-right {
  float : right;
  display : table;
  margin-left : 1rem;
}
.nav-vertical .nav.nav-tabs.nav-right .nav-item .nav-link.active:after {
  left : -1.5rem;
}
.nav-vertical .nav.nav-tabs.nav-right ~ .tab-content .tab-pane {
  display : none;
  background-color : #FFFFFF;
  overflow-y : auto;
  padding-right : 1rem;
}
.nav-vertical .nav.nav-tabs.nav-right ~ .tab-content .tab-pane.active {
  display : block;
}

@media (max-width: 576px) {
  .nav-vertical .nav.nav-tabs .nav-item .nav-link.active:after {
    height : 0;
  }
}

.alert {
  font-weight : 500;
  border : none;
}
.alert .close:focus {
  outline : 0;
}
.alert p {
  font-weight : 500;
  padding : 2px 0;
  margin-bottom : 0;
  vertical-align : middle;
}
.alert span {
  vertical-align : middle;
}
.alert .alert-heading {
  font-weight : 700;
  font-size : 0.9rem;
  padding : 0;
  padding-bottom : 8px;
}
.alert.alert-dark .alert-heading {
  box-shadow : rgba(52, 58, 64, 0.4) 0 6px 15px -7px;
}
.alert.alert-light .alert-heading {
  box-shadow : rgba(248, 249, 250, 0.4) 0 6px 15px -7px;
}

.media-list .media {
  padding : 1.25rem;
  width : 100%;
  margin-top : 0;
}
.media-list .media .media-left {
  padding-right : 1rem;
}
.media-list .media .media-right {
  padding-left : 1rem;
}

.media-list a.media {
  color : #B8C2CC !important;
}

.media-bordered .media {
  border-top : 1px solid #E4E7ED;
}
.media-bordered .media:first-child {
  border-top : 0;
}

/*=========================================================================================
  File Name: progress.scss
  Description: Extended bootstrap progress bar scss.
  ----------------------------------------------------------------------------------------
  Item Name: Casting sexy People
  Author:  Cazador FAP
  Author:  Cazador FAP
  ----------------------------------------------------------------------------------------

  Modifiers:       `progress-lg`
                   `progress-md`
                   `progress-sm`
                   `progress-xs`

==========================================================================================*/
.progress {
  margin-bottom : 3rem;
}
.progress:last-child {
  margin-bottom : 1rem;
}
.progress.progress-xl {
  height : 1.14rem;
}
.progress.progress-lg {
  height : 0.857rem;
}
.progress.progress-md {
  height : 0.57rem;
}
.progress.progress-sm {
  height : 0.143rem;
}
.progress .progress-bar {
  border-radius : 1.28rem;
}

/* ===============================================================================================
	File Name: list-group.scss
	Description: Contain list item, list group related extended SCSS.
	----------------------------------------------------------------------------------------------
	Item Name: Casting sexy People
	Author:  Cazador FAP
	Author:  Cazador FAP
================================================================================================*/
ul.list-inline li {
  display : inline-block;
}

ul.list-inline.list-inline-pipe > li + li:before {
  content : ' | ';
  padding-right : 2px;
}

.list-group .list-group-item {
  line-height : 1.5;
}
.list-group .list-group-item.active:hover {
  background-color : #7367F0;
}
.list-group .list-group-item.active:focus {
  outline : 0;
}
.list-group .list-group-item.active:focus:hover {
  color : #FFFFFF;
}
.list-group .list-group-item:hover {
  background-color : #F8F8F8;
}
.list-group .list-group-item i {
  font-size : 1.2rem;
  font-weight : 100;
  position : relative;
}
.list-group .list-group-item:not(.active):focus:active {
  color : inherit;
}

.list-group .list-group-item-action:focus {
  outline : 0;
}

.list-group-item.gu-mirror {
  border-radius : 0;
}

.users-list li + li {
  margin-left : -0.785rem;
}

.users-list li img {
  border : 2px solid #FFFFFF;
  box-shadow : 0 2px 10px 0 rgba(184, 194, 204, 0.3);
}

.users-list li .badge {
  color : #22292F;
}

.toast-bs-container {
  z-index : 1040;
  position : fixed;
  top : 0;
  left : 0;
  width : 100%;
}
.toast-bs-container .toast-position {
  position : relative;
  top : 0;
  right : 0;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -webkit-flex-direction : column;
      -ms-flex-direction : column;
          flex-direction : column;
  -webkit-flex-wrap : wrap-reverse;
      -ms-flex-wrap : wrap-reverse;
          flex-wrap : wrap-reverse;
}
.toast-bs-container .toast-position .toast.show {
  opacity : 1;
  z-index : 1030;
}

.toast-placement {
  position : static;
  top : 0;
}
.toast-placement .toast {
  position : fixed;
  top : 0;
  z-index : 1030;
}

.toast {
  display : none;
  background-color : white;
  margin-top : 0.75rem;
}
.toast .toast-header .close:focus, .toast .toast-header .close:active {
  outline : none;
}

.toast.show.toast-wrapper {
  position : static;
}

.toast.toast-translucent {
  opacity : 1;
  display : block;
}

.toast-header img {
  width : 35px;
  height : 24px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .toast-bs-container {
    position : fixed !important;
    left : 74% !important;
  }
}

_:-ms-lang(x), .toast-bs-container {
  position : fixed !important;
  left : 74% !important;
}

.accordion .collapse-title, .collapse-bordered .collapse-title {
  font-weight : 400;
  font-size : 1.2rem;
}

.accordion .card-header, .collapse-bordered .card-header {
  cursor : pointer;
}

.collapse-title {
  color : inherit;
}
.collapse-title:hover {
  color : inherit;
}

.collapse-bordered .card:first-child {
  border-top : 0;
}

.collapse-bordered .card:last-child {
  border-bottom : 0;
}

.collapse-bordered .card {
  margin-bottom : 0;
  border-bottom : 1px solid rgba(0, 0, 0, 0.04);
  border-radius : 0;
}
.collapse-bordered .card .card-header {
  padding : 1rem;
}
.collapse-bordered .card .card-body {
  padding : 1rem;
  line-height : 1.5;
}

.accordion .collapse-border-item.card {
  border : 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom : 0;
}
.accordion .collapse-border-item.card:first-child {
  border-bottom : 0;
}
.accordion .collapse-border-item.card .card-header {
  padding : 1rem;
}
.accordion .collapse-border-item.card .card-body {
  padding : 1rem;
  line-height : 1.5;
}

.accordion-shadow {
  box-shadow : 0 0 4px 0 rgba(0, 0, 0, 0.1);
  padding : 0.15rem 0.75rem;
  border-radius : 0.5rem;
}
.accordion-shadow .card.open {
  border-radius : 0.571rem;
  margin : 10px 0;
  border : 0;
  box-shadow : 0 0 8px 0 rgba(0, 0, 0, 0.1) !important;
}
.accordion-shadow .card:first-child {
  border-top-left-radius : 0.571rem;
  border-top-right-radius : 0.571rem;
}
.accordion-shadow .card:last-child {
  border-bottom-left-radius : 0.571rem;
  border-bottom-right-radius : 0.571rem;
}

.collapse-border {
  border : 1px solid rgba(0, 0, 0, 0.1);
  border-radius : 0.5rem;
}
.collapse-border + .collapse.show {
  border : 1px solid rgba(0, 0, 0, 0.1);
}

.collapse-margin {
  margin-top : 0.71rem;
  margin-bottom : 0.71rem !important;
  box-shadow : 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  border-radius : 5px;
  border-bottom : 0 solid transparent !important;
}
.collapse-margin .card-header {
  padding : 1rem;
  border-radius : 5px;
}
.collapse-margin .card-body {
  padding : 1rem;
  line-height : 1.5rem;
}

.pagination .page-item {
  border-radius : 5rem;
}
.pagination .page-item.prev-item .page-link, .pagination .page-item.next-item .page-link, .pagination .page-item.first .page-link, .pagination .page-item.last .page-link {
  color : #7367F0;
}
.pagination .page-item.prev-item.disabled .page-link, .pagination .page-item.next-item.disabled .page-link, .pagination .page-item.first.disabled .page-link, .pagination .page-item.last.disabled .page-link {
  color : #6C757D;
}
.pagination .page-item:not(.prev-item) .page-link, .pagination .page-item:not(.next-item) .page-link, .pagination .page-item:not(.first) .page-link, .pagination .page-item:not(.last) .page-link, .pagination .page-item:not(.active) .page-link {
  line-height : 1.3;
}
.pagination .page-item.prev-item {
  margin-right : 0.3571rem;
}
.pagination .page-item.prev-item .page-link {
  background-color : #F0F0F0;
  padding : 0.572rem 0.651rem;
  border-radius : 50%;
}
.pagination .page-item.prev-item .page-link:before {
  content : '\e843';
  font-family : 'feather';
}
.pagination .page-item.prev-item .page-link:hover {
  background : #7367F0;
  color : #FFFFFF;
}
.pagination .page-item.prev-item ~ .page-item:nth-child(2) {
  border-top-left-radius : 5rem;
  border-bottom-left-radius : 5rem;
}
.pagination .page-item.prev-item ~ .page-item:nth-child(2) .page-link {
  border-top-left-radius : 5rem !important;
  border-bottom-left-radius : 5rem !important;
}
.pagination .page-item.prev-item ~ .page-item:nth-last-child(2) {
  border-top-right-radius : 5rem;
  border-bottom-right-radius : 5rem;
}
.pagination .page-item.prev-item ~ .page-item:nth-last-child(2) .page-link {
  border-top-right-radius : 5rem !important;
  border-bottom-right-radius : 5rem !important;
}
.pagination .page-item.next-item {
  margin-left : 0.3571rem;
}
.pagination .page-item.next-item .page-link {
  background-color : #F0F0F0;
  padding : 0.572rem 0.651rem;
  border-radius : 50%;
}
.pagination .page-item.next-item .page-link:after {
  content : '\e844';
  font-family : 'feather';
}
.pagination .page-item.next-item .page-link:hover {
  background : #7367F0;
  color : #FFFFFF;
}
.pagination .page-item.prev .page-link:before, .pagination .page-item.previous .page-link:before {
  content : '\e843';
  font-family : 'feather';
}
.pagination .page-item.next .page-link:after {
  content : '\e844';
  font-family : 'feather';
}
.pagination .page-item .page-link {
  border : none;
  margin : 0;
  color : rgba(0, 0, 0, 0.6);
  background-color : #F0F0F0;
  margin-left : 0;
  font-size : 1rem;
  font-weight : 700;
}
.pagination .page-item .page-link i {
  position : relative;
  top : 1px;
}
.pagination .page-item .page-link:focus {
  box-shadow : none;
}
.pagination .page-item .page-link:hover {
  color : #7367F0;
}
.pagination .page-item.active {
  background-color : #F0F0F0;
  border-radius : 0;
}
.pagination .page-item.active .page-link {
  z-index : 3;
  border-radius : 5rem;
  background-color : #7367F0;
  color : #FFFFFF;
  -webkit-transform : scale(1.05);
      -ms-transform : scale(1.05);
          transform : scale(1.05);
}
.pagination .page-item:first-child:not(.prev-item).active {
  border-top-left-radius : 1.428rem;
  border-bottom-left-radius : 1.428rem;
}
.pagination .page-item:first-child:not(.prev-item).active .page-link {
  border-radius : 5rem;
}
.pagination .page-item:first-child:not(.prev-item) .page-link {
  border-top-left-radius : 1.428rem;
  border-bottom-left-radius : 1.428rem;
}
.pagination .page-item:last-child:not(.next-item).active {
  border-top-right-radius : 1.428rem;
  border-bottom-right-radius : 1.428rem;
}
.pagination .page-item:last-child:not(.next-item).active .page-link {
  border-radius : 5rem;
}
.pagination .page-item:last-child:not(.next-item) .page-link {
  border-top-right-radius : 1.428rem;
  border-bottom-right-radius : 1.428rem;
}

.pagination.pagination-lg .page-item .page-link {
  font-size : 1.5rem;
  -webkit-transform : scale(1);
      -ms-transform : scale(1);
          transform : scale(1);
}

.modal .modal-header {
  background-color : #F8F8F8;
  border-radius : 0.42rem;
  padding : 0.8rem;
  border-bottom : none;
}
.modal .modal-header .close {
  padding : 0.2rem 0.62rem;
  box-shadow : 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius : 0.357rem;
  background : #FFFFFF;
  opacity : 1;
  -webkit-transition : all 0.23s ease 0.1s;
          transition : all 0.23s ease 0.1s;
  position : relative;
  -webkit-transform : translate(8px, -2px);
      -ms-transform : translate(8px, -2px);
          transform : translate(8px, -2px);
}
.modal .modal-header .close span {
  font-weight : 400;
  font-size : 2rem;
  color : #7367F0;
}
.modal .modal-header .close:hover, .modal .modal-header .close:focus, .modal .modal-header .close:active {
  opacity : 1;
  outline : none;
  -webkit-transform : translate(5px, 3px);
      -ms-transform : translate(5px, 3px);
          transform : translate(5px, 3px);
  box-shadow : none;
}
.modal .modal-header[class*='bg-'] {
  color : #FFFFFF;
  border-bottom-left-radius : 5px;
  border-bottom-right-radius : 5px;
}
.modal .modal-header[class*='bg-'] .modal-title {
  color : #FFFFFF;
}
.modal .modal-header.bg-primary .close span {
  color : #7367F0;
}
.modal .modal-header.bg-success .close span {
  color : #28A745;
}
.modal .modal-header.bg-info .close span {
  color : #00CFE8;
}
.modal .modal-header.bg-danger .close span {
  color : #DC3545;
}
.modal .modal-header.bg-warning .close span {
  color : #FF9F43;
}
.modal .modal-header.bg-dark .close span {
  color : #343A40;
}

.modal .modal-content {
  border : none;
  overflow : visible;
  box-shadow : 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.modal .modal-footer {
  border-color : rgba(0, 0, 0, 0.05);
}

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

.modal-xs {
  max-width : 300px;
}

.modal-xl {
  max-width : 94%;
  margin-left : 3%;
  margin-right : 3%;
}

@media (max-width: 576px) {
  .modal {
    padding-right : 1rem;
    padding-left : 1rem;
  }
  .modal .modal-xs, .modal .modal-sm {
    max-width : unset;
  }
}

.popover {
  z-index : 10;
}
.popover .popover-header {
  color : #FFFFFF;
  border : none;
  border-top-left-radius : 0.3rem;
  border-top-right-radius : 0.3rem;
}
.popover.bs-popover-bottom .arrow:after {
  border-bottom-color : #7367F0;
}

.icon-bg-circle {
  color : #FFFFFF;
  padding : 0.5rem;
  border-radius : 50%;
}

.icon-left {
  margin-right : 0.5rem;
}

.icon-right {
  margin-right : 0.5rem;
}

.icon-spin {
  display : inline-block;
  -webkit-animation : spin 1s infinite linear;
          animation : spin 1s infinite linear;
}

.blockOverlay {
  z-index : 1050 !important;
}

.blockElement, .blockPage {
  z-index : 1051 !important;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform : rotate(0deg);
  }
  to {
    -webkit-transform : rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform : rotate(0deg);
            transform : rotate(0deg);
  }
  to {
    -webkit-transform : rotate(360deg);
            transform : rotate(360deg);
  }
}

.hidden {
  display : none;
  visibility : hidden;
}

a:hover {
  cursor : pointer;
}

.round {
  border-radius : 1.5rem;
}

.square {
  border-radius : 0;
}

.icon-line-height {
  line-height : 1.5rem !important;
}

.table-middle td {
  vertical-align : middle;
}

.spinner {
  display : inline-block;
  -webkit-animation : spin 1s linear infinite;
          animation : spin 1s linear infinite;
}

@keyframes spin {
  0% {
    -webkit-transform : rotate(0deg);
            transform : rotate(0deg);
  }
  100% {
    -webkit-transform : rotate(360deg);
            transform : rotate(360deg);
  }
}

button:focus {
  outline : none;
}

/*****************************************************************
            Lines Height
******************************************************************/
.lh-1 {
  line-height: 1!important;
}
.lh-sm {
  line-height: 1.25!important;
}
.lh-base {
  line-height: 1.5!important;
}
.lh-lg {
  line-height: 2!important;
}
/*****************************************************************
            Positions media queries
**********************************************************************/
@media (min-width: 576px) {
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
}

@media (min-width: 768px) {
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
}

@media (min-width: 992px) {
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
}

/***************************************/
:root { --border-width: 1px; 
  --border-color: var(--color-gray-2); --border-radius: 0.6rem; --border-radius--sm: 0.4rem; --border-radius--lg: 0.8rem; --border-radius--circle: 50%; }
:root { --white: #ffffff; 
  --black: #000000; 
  --white-blue: #f6f9fb; 
  --gray-1: #f6f6f6; 
  --gray-2: #d4d8dc; 
  --gray-3: #a9b1b9; 
  --gray-4: #7d8b97; 
  --gray-5: #526474; 
  --gray-6: #273d51; 
  --placeholder: #e9e9e9; 
  --blue-1: #f3faff; 
  --blue-2: #d1ecfe; 
  --blue-3: #86ceff; 
  --blue-4: #1aa0fc; --blue-5: #1783fa; --blue-6: #1a62c4;
   --green-1: #ecffef; --green-2: #d4f5d9; --green-3: #7fe28d; --green-4: #31d84a; --green-5: #29ce41; --green-6: #26b13a; 
   --orange-1: #fffbeb; --orange-2: #fef6d2; --orange-3: #fde479; --orange-4: #fcd21f; --orange-5: #ffb82a; --orange-6: #fb9032; 
   --red-1: #ffefef; --red-2: #fed6e0; --red-3: #fc83a1; --red-4: #ff5781; --red-5: #fa3163; --red-6: #cb3258; 
   --color-primary: var(--blue-5); --color-primary-1: var(--blue-1); --color-primary-2: var(--blue-2); --color-primary-3: var(--blue-3); 
   --color-primary-4: var(--blue-4); --color-primary-5: var(--blue-5); --color-primary-6: var(--blue-6); --color-primary--darker: var(--blue-6); 
   --color-primary--lighter: var(--blue-4); --color-secondary: var(--green-5); --color-secondary-1: var(--green-1); --color-secondary-2: var(--green-2); 
   --color-secondary-3: var(--green-3); --color-secondary-4: var(--green-4); --color-secondary-5: var(--green-5); --color-secondary-6: var(--green-6); 
   --color-secondary--darker: var(--green-6); --color-secondary--lighter: var(--green-4); --color-success: var(--green-5); --color-success-1: var(--green-1); 
   --color-success-2: var(--green-2); --color-success--darker: var(--green-6); --color-success--lighter: var(--green-2); --color-warning: var(--orange-5); 
   --color-warning-1: var(--orange-1); --color-warning-2: var(--orange-2); --color-warning--darker: var(--orange-6); --color-warning--lighter: var(--orange-4);
   --color-danger: var(--red-5); --color-danger-1: var(--red-1); --color-danger-2: var(--red-2); --color-danger--darker: var(--red-6); 
   --color-danger--lighter: var(--red-4); --color-info: var(--blue-4); --color-info-1: var(--blue-1); --color-info-2: var(--blue-2); 
   --color-info--darker: var(--blue-5); --color-info--lighter: var(--blue-3); --color-white: var(--white); --color-black: var(--black); 
   --color-white-blue: var(--white-blue); --color-gray-1: var(--gray-1); --color-gray-2: var(--gray-2); --color-gray-3: var(--gray-3); 
   --color-gray-4: var(--gray-4); --color-gray-5: var(--gray-5); --color-gray-6: var(--gray-6); --color-placeholder: var(--placeholder); 
   --color-text-headings: var(--color-gray-6); --color-text-base: var(--color-gray-5); --color-text-link: var(--color-primary); 
   --color-text-link--hover: var(--color-primary--lighter); --color-text-link--active: var(--color-primary--darker); --color-bg: var(--color-white); 
   --color-facebook: rgb(55, 107, 200); --color-facebook--darker: rgb(47, 91, 170); }




:root { 
  --spacer: 1.6rem; --spacer--0-25: calc(var(--spacer) / 4); 
  --spacer--quarter: var(--spacer--0-25); 
  --spacer--0-5: calc(var(--spacer) / 2); 
  --spacer--half: var(--spacer--0-5); 
  --spacer--1-5: calc(var(--spacer) * 1.5); 
  --spacer--2: calc(var(--spacer) * 2); 
  --spacer--3: calc(var(--spacer) * 3); 
  --spacer--4: calc(var(--spacer) * 4); }


ol, ul { list-style: none; }

.botonimagen {
  /* background-image: url("../../../uploads/main/text_menu_bg.png"); */
  background-color: #FFFFFF;
}
.idx2 .botonimagen {
  /* background-image: url("../../../uploads/main/text_menu_bg.png"); */
  background-color: transparent;
}
.blink{
 
  animation: blink 1300ms infinite;
}
@keyframes blink{
  0% {
    background: #229cbf ;
   
    box-shadow: 0 0 5px #000000;
  }
 
  50% {
    background: #1257b2;box-shadow: 0 0 5px #464646;
  }
  
  
  100% {
    background: #229cbf ;
   
    box-shadow: 0 0 5px #000000;
  }
}

@-webkit-keyframes blink{
  0% {
    background: #229cbf ;
   
    box-shadow: 0 0 5px #000000;
  }
 
  50% {
    background: #1257b2;box-shadow: 0 0 5px #464646;
  }
  
  
  100% {
    background: #229cbf ;
   
    box-shadow: 0 0 5px #000000;
  }
}

@font-face {
  font-family: 'Muli-Black'; /*normal*/
  src: url('../../fonts/text/muli/Muli-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Muli-ExtraLight'; /*normal*/
  src: url('../../fonts/text/muli/Muli-ExtraLight.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Muli-Regular'; /*normal*/
  src: url('../../fonts/text/muli/Muli-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Muli-Light'; /*normal*/
  src: url('../../fonts/text/muli/Muli-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Muli-ExtraBold'; /*normal*/
  src: url('../../fonts/text/muli/Muli-ExtraBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Muli-Bold'; /*normal*/
  src: url('../../fonts/text/muli/Muli-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Muli-SemiBold'; /*normal*/
  src: url('../../fonts/text/muli/Muli-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


.font-muli-Black{font-family: 'Muli-Black' !important}
.font-muli-ExtraLight{font-family: 'Muli-ExtraLight' !important}
.font-muli-Regular{font-family: 'Muli-Regular' !important}
.font-muli-Light{font-family: 'Muli-Light' !important}
.font-muli-ExtraBold{font-family: 'Muli-ExtraBold' !important}
.font-muli-Bold{font-family: 'Muli-Bold' !important}
.font-muli-SemiBold{font-family: 'Muli-SemiBold'  !important}

.font-blue{color:  #1257b2 !important;}
.font-light{color:  #def6fc !important;}
.font-dark{color:  #222222 !important;}


.iubenda-embed1:not(.iubenda-nostyle) {
  font-size: 100% !important;
  width: auto !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: none !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  font-family: 'Muli-Regular' !important;
  text-decoration: none !important;
  color: currentColor !important;
  background-attachment: scroll !important;
  background-color: transparent !important;
  background-image: none !important;
  background-position: 0 0 !important;
  background-repeat: repeat !important;
  border: 0 !important;
  border-color: #000 !important;
  border-color: currentColor !important;
  border-radius: 0 !important;
  border-style: none !important;
  border-width: medium !important;
  bottom: auto !important;
  clear: none !important;
  clip: auto !important;
  counter-increment: none !important;
  counter-reset: none !important;
  cursor: auto !important;
  direction: inherit !important;
  float: none !important;
  font-style: inherit !important;
  font-variant: normal !important;
  font-weight: inherit !important;
  height: auto !important;
  left: auto !important;
  letter-spacing: normal !important;
  line-height: inherit !important;
  list-style-type: inherit !important;
  list-style-position: outside !important;
  list-style-image: none !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  opacity: 1;
  outline: 0 !important;
  overflow: visible !important;
  padding: 4px 8px !important;
  position: static !important;
  quotes: "" "" !important;
  right: auto !important;
  table-layout: auto !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: none !important;
  top: auto !important;
  unicode-bidi: normal !important;
  vertical-align: baseline !important;
  visibility: inherit !important;
  white-space: normal !important;
  width: auto !important;
  word-spacing: normal !important;
  z-index: auto !important;
  background-origin: padding-box !important;
  background-origin: padding-box !important;
  background-clip: border-box !important;
  background-size: auto !important;
  -o-border-image: none !important;
  border-image: none !important;
  border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-column-count: auto !important;
  -moz-column-count: auto !important;
  column-count: auto !important;
  -webkit-column-gap: normal !important;
  -moz-column-gap: normal !important;
  column-gap: normal !important;
  -webkit-column-rule: medium none #000 !important;
  -moz-column-rule: medium none #000 !important;
  column-rule: medium none #000 !important;
  -webkit-column-span: none !important;
  -moz-column-span: none !important;
  column-span: none !important;
  -webkit-column-width: auto !important;
  -moz-column-width: auto !important;
  column-width: auto !important;
  -webkit-font-feature-settings: normal !important;
  -moz-font-feature-settings: normal !important;
  font-feature-settings: normal !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
  -webkit-hyphens: manual !important;
  -moz-hyphens: manual !important;
  -ms-hyphens: manual !important;
  hyphens: manual !important;
  -webkit-perspective: none !important;
  perspective: none !important;
  -webkit-perspective-origin: 50% 50% !important;
  perspective-origin: 50% 50% !important;
  text-shadow: none !important;
  -webkit-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-transform-origin: 50% 50% !important;
  -ms-transform-origin: 50% 50% !important;
  transform-origin: 50% 50% !important;
  -webkit-transform-style: flat !important;
  transform-style: flat !important;
  word-break: normal !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  appearance: none !important;
  line-height: 1.25 !important;
  min-width: 20px !important;
  border-radius: 3px !important;
  cursor: pointer !important;
  font-weight: bold !important;
  font-size: 11px !important;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15),0 1px 1px -1px rgba(0,0,0,0.15) !important;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15),0 1px 1px -1px rgba(0,0,0,0.15) !important;
  color: rgba(0,0,0,0.65) !important;
  background-color: #fff !important;
  display: inline-block !important;
  vertical-align: middle !important;
  -webkit-text-size-adjust: 100% !important
}

.iubenda-embed1:not(.iubenda-nostyle):active {
  background-color: rgba(0,0,0,0.065) !important;
}
.iubenda-embed1:not(.iubenda-nostyle):hover {
  -webkit-box-shadow: inset 0 0 0 1px rgb(0 0 0 / 15%), 0 1px 1px -1px rgb(0 0 0 / 15%) !important;
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 15%), 0 1px 1px -1px rgb(0 0 0 / 15%) !important;
  background-color: rgba(0,0,0,0.035) !important;
}
/* 
.main, .main h1,.main h3,.main h4,.main h5,.main .nav li a  {color:  #1257b2;}
.main .top  {color:  #def6fc;}


.main .section-1, .main .section-2,.main .section-2 h4 {font-family: 'Muli-Regular';color:  #222222;}
.main .section-2 .media-list, .main .section-2 .media-list h4{color:  #1257b2;}

.main .section-2 .title {color:  #1257b2;} */

.footer-main {background: #031328;padding-top: 3rem; color: #def6fc;}
.footer-main .copyright-links, .footer-main .copyright-links a, .footer-main .copyright-links strong {color: #def6fc;margin-bottom: 1.5rem;}

.main .fixed-top ~ .top {margin-top: 6rem;}

::-webkit-scrollbar { width: 14px; background: rgba(255, 255, 255, 0); }
::-webkit-scrollbar:horizontal { height: 0px; }
::-webkit-scrollbar:vertical { height: 0px; }
::-webkit-scrollbar-thumb { background: var(--color-gray-2); border-radius: 12px; border: 5px solid var(--color-white); }

.auth { margin: 0px; counter-reset: instructions-counter 0;font-size: var(--font-size--lg) ; }
.auth > li { counter-increment: instructions-counter 1; position: relative; padding-left: calc(var(--spacer) + 2.1rem);  }
.auth > li + li { margin-top: var(--spacer--2); }
.auth > li::before {font-size: var(--font-size--lg) ;  content: counter(instructions-counter); color: var(--color-primary); 
  background: var(--color-primary-2); font-weight: var(--font-weight--bold); border-radius: 100%; width: 2.1rem; height: 2.1rem;
   display: flex; align-items: center; justify-content: center; position: absolute; left: 0px; top: 0px; }

   .auth .form-control{    /* background: transparent; */
    border: none !important;
    border-bottom: 1px solid #1257b2  !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    color: #22292f !important;}
    .bgPricingimagen {
      background-image: url("../../../uploads/main/pricing_bg.png");background-size: cover;
    }
    .bgPricingUsers {
      background-image: url("../../../uploads/main/pricing_users_bg.png");background-size: cover;
    }
    
    