/* VARIABLES */
/* COLORS */
body.darkMode .text-light {
  color: #606277 !important; }
body.darkMode .text-dark {
  color: #B7B9CF !important; }

.sidebar-profile .name {
  font-size: 16px; }
.sidebar-profile .btn-menu {
  font-size: 14px;
  background: rgba(44, 62, 217, 0.08);
  color: #3d66e8 !important;
  background-size: 300% 100%;
  transition: all 0.3s; }
  .sidebar-profile .btn-menu:hover {
    background-position: 100% 0; }
.sidebar-profile .your-credit {
  background-color: #F7F8FA;
  font-size: 15px;
  padding: 10px;
  padding-right: 15px; }
  .sidebar-profile .your-credit .text-primary {
    font-size: 16px; }
  .sidebar-profile .your-credit .add-credit, .sidebar-profile .your-credit a {
    width: 25px;
    height: 25px;
    background: linear-gradient(68deg, #467EF0, #2C3ED9, #467EF0, #2C3ED9);
    background-size: 300% 100%;
    transition: all 0.3s; }
    .sidebar-profile .your-credit .add-credit:hover, .sidebar-profile .your-credit a:hover {
      background-position: 100% 0; }
    .sidebar-profile .your-credit .add-credit i, .sidebar-profile .your-credit a i {
      font-size: 10px;
      height: 10px; }
.sidebar-profile .nav-menu {
  background-color: rgba(220, 221, 232, 0.22); }
  .sidebar-profile .nav-menu .nav-item.active .nav-link {
    color: #606277 !important;
    background-color: #ffffff;
    box-shadow: 0px 3px 6px #00000008; }
    .sidebar-profile .nav-menu .nav-item.active .nav-link:before {
      opacity: 1; }
    .sidebar-profile .nav-menu .nav-item.active .nav-link .sub-icon {
      opacity: 1; }
  .sidebar-profile .nav-menu .nav-item:last-child .nav-link:hover {
    color: #E82F2F !important; }
    .sidebar-profile .nav-menu .nav-item:last-child .nav-link:hover i {
      color: #E82F2F !important; }
  .sidebar-profile .nav-menu .line {
    height: 1px;
    background-color: #DCDDE8; }
  .sidebar-profile .nav-menu .nav-link {
    font-size: 16px;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    transition: all 0.3s; }
    .sidebar-profile .nav-menu .nav-link:hover {
      color: #3d66e8 !important; }
      .sidebar-profile .nav-menu .nav-link:hover i {
        color: #3d66e8 !important; }
    .sidebar-profile .nav-menu .nav-link:before {
      content: '';
      position: absolute;
      top: 0;
      right: -5px;
      width: 5px;
      height: 100%;
      background-color: #3d66e8;
      border-top-right-radius: 14px;
      border-bottom-right-radius: 14px;
      opacity: 0;
      transition: all 0.3s; }
    .sidebar-profile .nav-menu .nav-link .main-icon {
      font-size: 22px;
      height: 22px;
      transition: all 0.3s; }
    .sidebar-profile .nav-menu .nav-link .sub-icon {
      font-size: 10px;
      height: 10px;
      opacity: 0;
      transition: all 0.3s; }

.main-profile .header-main-profile {
  font-size: 20px;
  min-height: 43.5px;
  margin-top: 37px; }
.main-profile .box-public {
  border: 1px solid rgba(183, 185, 207, 0.47); }
.main-profile .btn-new-ticket {
  font-size: 15px;
  background: linear-gradient(59deg, #467EF0, #2C3ED9, #467EF0, #2C3ED9);
  padding: 10px;
  padding-right: 16px;
  transition: all 0.3s;
  background-size: 300% 100%; }
  .main-profile .btn-new-ticket:hover {
    background-position: 100% 0; }
  .main-profile .btn-new-ticket .icon {
    width: 25px;
    height: 25px; }
    .main-profile .btn-new-ticket .icon i {
      font-size: 12px;
      height: 12px; }

.profile-section {
  margin: 0 !important; }
  .profile-section .container {
    padding: 0 !important; }

@media screen and (min-width: 1200px) {
  .profile-section .side-column {
    width: 350px; }
  .profile-section .main-column {
    width: calc(100% - 350px); } }
@media screen and (max-width: 1200px) {
  .main-profile .header-main-profile {
    font-size: 20px;
    min-height: unset;
    margin-top: 0px; } }
@media screen and (max-width: 992px) {
  .sidebar-profile .name {
    font-size: 16px; }
  .sidebar-profile .your-credit {
    font-size: 14px;
    padding: 5px;
    padding-right: 10px; }
    .sidebar-profile .your-credit .text-primary {
      font-size: 16px; }
  .sidebar-profile .nav-menu .nav-link {
    font-size: 15px; }
    .sidebar-profile .nav-menu .nav-link .main-icon {
      font-size: 20px;
      height: 20px; }
    .sidebar-profile .nav-menu .nav-link .sub-icon {
      font-size: 8px;
      height: 8px; }

  .main-profile .btn-new-ticket {
    font-size: 15px;
    padding: 7.5px;
    padding-right: 14px; }
    .main-profile .btn-new-ticket .icon {
      width: 22px;
      height: 22px; }
      .main-profile .btn-new-ticket .icon i {
        font-size: 10px;
        height: 10px; } }
.sub-action {
  box-shadow: 0px 8px 15px #2A2C401A;
  z-index: 9;
  margin-bottom: 10px; }

/* DARK MODE */
body.darkMode .sidebar-profile .nav-menu {
  background-color: rgba(183, 185, 207, 0.05); }
body.darkMode .sidebar-profile .nav-menu .line {
  background-color: rgba(255, 255, 255, 0.17) !important; }
body.darkMode .main-profile .box-public {
  border-color: #2C2D39 !important; }
body.darkMode .sidebar-profile .your-credit {
  background-color: rgba(183, 185, 207, 0.05); }
body.darkMode .sidebar-profile .nav-menu .nav-item.active .nav-link {
  background-color: rgba(255, 255, 255, 0.17);
  color: #FFFFFF !important; }
body.darkMode .sub-action {
  background-color: #2c2d3d !important; }

.main-profile .profile-form input, .main-profile .profile-form textarea {
  background-color: rgba(183, 185, 207, 0.1);
  height: 55px;
  font-size: 16px; }
  .main-profile .profile-form input::placeholder, .main-profile .profile-form textarea::placeholder {
    opacity: 1;
    color: #B7B9CF; }
.main-profile .profile-form .btn-edit {
  font-size: 14px;
  left: 16px;
  background-color: rgba(220, 221, 232, 0.69);
  transition: all 0.3s; }
  .main-profile .profile-form .btn-edit:hover {
    background-color: #3d66e8;
    color: #ffffff !important; }
.main-profile .profile-form textarea {
  height: 200px; }
.main-profile .profile-form .select2 {
  height: 55px !important;
  width: 100% !important; }
  .main-profile .profile-form .select2 .selection {
    width: 100% !important;
    height: 100% !important; }
    .main-profile .profile-form .select2 .selection .select2-selection {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      background-color: rgba(183, 185, 207, 0.1) !important;
      border: none !important;
      box-shadow: none !important;
      outline: none !important;
      border-radius: 16px !important;
      position: relative; }
      .main-profile .profile-form .select2 .selection .select2-selection:after {
        content: "\e905";
        font-family: icomoon;
        position: absolute;
        top: 50%;
        left: 16px;
        transform: translateY(-50%);
        font-size: 10px;
        color: #8F91A7; }
      .main-profile .profile-form .select2 .selection .select2-selection .select2-selection__rendered {
        padding-right: 16px;
        font-size: 16px;
        font-weight: 500;
        color: #B7B9CF; }
      .main-profile .profile-form .select2 .selection .select2-selection .select2-selection__arrow {
        display: none !important; }
.main-profile .profile-form .btn-submit {
  height: 55px;
  font-size: 17px;
  background: linear-gradient(57deg, #467EF0, #2C3ED9, #467EF0, #2C3ED9);
  transition: all 0.3s;
  background-size: 300% 100%; }
  .main-profile .profile-form .btn-submit:hover {
    background-position: 100% 0; }
.main-profile .profile-form .title {
  font-size: 17px; }
.main-profile .profile-form .status-bar {
  height: 3.5px; }
.main-profile .profile-form .btn-show-hide {
  cursor: pointer;
  left: 15px; }
  .main-profile .profile-form .btn-show-hide i {
    font-size: 18px;
    height: 18px; }
.main-profile .profile-form textarea.small-theme {
  height: 85px; }
.main-profile .profile-form .subtitle {
  font-size: 15px; }
.main-profile .profile-form .nav-bullet .nav-item {
  font-size: 15px; }
  .main-profile .profile-form .nav-bullet .nav-item:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 6px;
    height: 6px;
    background-color: #DCDDE8;
    border-radius: 2px; }
.main-profile .profile-form .label-file {
  border: 1px dashed #DCDDE8;
  font-size: 15px;
  transition: all 0.3s; }
  .main-profile .profile-form .label-file:hover {
    border-color: #3d66e8; }
  .main-profile .profile-form .label-file i {
    font-size: 25px;
    height: 25px; }
.main-profile .profile-form .box-alert-file {
  font-size: 16px;
  background-color: rgba(183, 185, 207, 0.1); }
  .main-profile .profile-form .box-alert-file .close {
    min-width: 22px;
    cursor: pointer; }
    .main-profile .profile-form .box-alert-file .close:hover i {
      color: #3d66e8 !important; }
    .main-profile .profile-form .box-alert-file .close i {
      font-size: 10px;
      height: 10px;
      transition: all 0.3s; }
  .main-profile .profile-form .box-alert-file .kb, .main-profile .profile-form .box-alert-file .status-text {
    font-size: 15px; }
  .main-profile .profile-form .box-alert-file .status-text {
    min-width: 55px; }
  .main-profile .profile-form .box-alert-file .bar {
    width: 59px;
    height: 6px;
    background-color: #DCDDE8; }
  .main-profile .profile-form .box-alert-file .retry {
    cursor: pointer; }
    .main-profile .profile-form .box-alert-file .retry:hover i {
      color: #3d66e8 !important; }
    .main-profile .profile-form .box-alert-file .retry i {
      font-size: 22px;
      height: 22px;
      transition: all 0.3s; }
  .main-profile .profile-form .box-alert-file .success-circle {
    width: 22px;
    height: 22px;
    background: linear-gradient(222deg, #76F976 0%, #2EA531 100%); }
    .main-profile .profile-form .box-alert-file .success-circle i {
      font-size: 9px;
      height: 9px; }
.main-profile .profile-form .form-check-switch {
  border: 1px solid rgba(183, 185, 207, 0.47); }
  .main-profile .profile-form .form-check-switch input[type="checkbox"]:checked + label .switch {
    background: linear-gradient(37deg, #467EF0 0%, #2C3ED9 100%);
    box-shadow: 0px 3px 6px #447AEF4D; }
    .main-profile .profile-form .form-check-switch input[type="checkbox"]:checked + label .switch .icon {
      left: calc(100% - 22px); }
      .main-profile .profile-form .form-check-switch input[type="checkbox"]:checked + label .switch .icon i {
        color: #435FCB; }
  .main-profile .profile-form .form-check-switch .form-check-label {
    font-size: 16px;
    cursor: pointer; }
    .main-profile .profile-form .form-check-switch .form-check-label .switch {
      min-width: 42px;
      height: 26px;
      background-color: #D3D5E8;
      transition: all 0.3s; }
      .main-profile .profile-form .form-check-switch .form-check-label .switch .icon {
        width: 18px;
        height: 18px;
        box-shadow: 0px 1px 5px #B7B9CF;
        top: 4px;
        left: 4px;
        border-radius: 5px;
        transition: all 0.3s; }
        .main-profile .profile-form .form-check-switch .form-check-label .switch .icon i {
          font-size: 6px;
          height: 6px;
          color: #B6B9CF;
          transition: all 0.3s; }
.main-profile .profile-form .col-lg-5 img.d-block.w-100.rounded-3 {
  height: 100% !important; }
.main-profile .profile-form .alert.h-100 .nav-bullet li {
  display: list-item !important;
  list-style: auto !important;
  padding-right: 0 !important; }
.main-profile .profile-form .alert.h-100 p {
  margin-bottom: 4px !important; }

@media screen and (max-width: 992px) {
  .main-profile .profile-form input, .main-profile .profile-form textarea {
    height: 50px;
    font-size: 16px; }
  .main-profile .profile-form textarea {
    height: 150px; }
  .main-profile .profile-form .select2 {
    height: 50px !important; }
    .main-profile .profile-form .select2 .selection .select2-selection .select2-selection__rendered {
      font-size: 16px; }
  .main-profile .profile-form .btn-submit {
    height: 50px;
    font-size: 17px; }
  .main-profile .profile-form .title {
    font-size: 16px; }
  .main-profile .profile-form .status-bar {
    height: 3px; }
  .main-profile .profile-form .btn-show-hide i {
    font-size: 18px;
    height: 18px; }
  .main-profile .profile-form .subtitle {
    font-size: 14px; }
  .main-profile .profile-form .nav-bullet .nav-item {
    font-size: 14px; }
  .main-profile .profile-form .label-file {
    font-size: 14px; }
    .main-profile .profile-form .label-file i {
      font-size: 22px;
      height: 22px; }
  .main-profile .profile-form .box-alert-file {
    font-size: 15px; }
    .main-profile .profile-form .box-alert-file .close {
      min-width: 20px; }
    .main-profile .profile-form .box-alert-file .kb, .main-profile .profile-form .box-alert-file .status-text {
      font-size: 15px; }
    .main-profile .profile-form .box-alert-file .status-text {
      min-width: 50px; }
    .main-profile .profile-form .box-alert-file .bar {
      width: 50px;
      height: 5px; }
    .main-profile .profile-form .box-alert-file .retry i {
      font-size: 20px;
      height: 20px; }
    .main-profile .profile-form .box-alert-file .success-circle {
      width: 20px;
      height: 20px; }
  .main-profile .profile-form .form-check-switch .form-check-label {
    font-size: 15px;
    align-items: start !important;
    flex-direction: row-reverse;
    text-align: justify; }
    .main-profile .profile-form .form-check-switch .form-check-label .switch {
      margin-left: 10px; } }
@media screen and (max-width: 576px) {
  .main-profile .profile-form .btn-edit {
    font-size: 13px;
    position: relative !important;
    top: unset !important;
    left: unset;
    transform: unset !important;
    margin-top: 5px;
    margin-right: auto; }
  .main-profile .profile-form .box-alert-file {
    flex-wrap: wrap; }
    .main-profile .profile-form .box-alert-file .name-file {
      width: 100%;
      order: -1;
      margin-bottom: 10px; } }
/* DARK MODE */
body.darkMode .main-profile .profile-form .label-file {
  border-color: #393C58; }
body.darkMode .main-profile .profile-form .btn-edit {
  background-color: #1C1D2D; }
body.darkMode .main-profile .profile-form .form-check-switch {
  border-color: #393C58; }
body.darkMode .main-profile .profile-form .form-check-switch .form-check-label .switch {
  background-color: #393C58; }

.main-profile .bank-list .bank-item {
  border: 1px solid rgba(183, 185, 207, 0.47);
  font-size: 15px; }
  .main-profile .bank-list .bank-item img {
    width: 25px;
    object-position: top;
    object-fit: contain; }
  .main-profile .bank-list .bank-item b {
    font-size: 18px; }
  .main-profile .bank-list .bank-item .btn-hide {
    top: 12px;
    left: 12px;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(220, 53, 69, 0.2);
    transition: all 0.3s; }
    .main-profile .bank-list .bank-item .btn-hide:hover {
      border-color: #dc3545;
      background-color: #dc3545; }
      .main-profile .bank-list .bank-item .btn-hide:hover i {
        color: #ffffff !important; }
    .main-profile .bank-list .bank-item .btn-hide i {
      font-size: 14px;
      height: 14px;
      transition: all 0.3s; }

@media screen and (max-width: 992px) {
  .main-profile .bank-list .bank-item {
    font-size: 15px; }
    .main-profile .bank-list .bank-item b {
      font-size: 18px; } }
/* DARK MODE */
body.darkMode .main-profile .boxes .box {
  border-color: #2C2D39 !important; }
body.darkMode .main-profile .bank-list .bank-item {
  border-color: #2C2D39 !important; }

.login-register .box {
  max-width: 430px;
  border: 1.5px solid rgba(183, 185, 207, 0.52); }
.login-register .brand .vector {
  max-height: 90px; }
.login-register .brand .logo {
  max-width: 115px; }
.login-register .vector-absolute {
  transform: translateY(45%) translateX(25%);
  max-height: 450px;
  z-index: -1; }
.login-register .title {
  font-size: 19px; }
.login-register .text {
  font-size: 16px; }
  .login-register .text a {
    background-color: rgba(61, 102, 232, 0.15); }
    .login-register .text a:hover {
      background-color: #3d66e8;
      color: #ffffff !important; }
.login-register .label {
  font-size: 16px; }
.login-register input {
  background-color: rgba(183, 185, 207, 0.1);
  height: 50px; }
  .login-register input::placeholder {
    color: #B7B9CF;
    opacity: 1; }
.login-register .btn-show-hide {
  cursor: pointer;
  left: 16px; }
  .login-register .btn-show-hide i {
    font-size: 18px;
    height: 18px; }
.login-register .label-check {
  cursor: pointer; }
  .login-register .label-check .sq {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-color: #DCDDE8;
    border-radius: 5px; }
    .login-register .label-check .sq i {
      font-size: 12px;
      height: 12px;
      color: #ffffff;
      opacity: 0; }
.login-register input[type="checkbox"]:checked + label .sq {
  background-color: #3d66e8; }
  .login-register input[type="checkbox"]:checked + label .sq i {
    opacity: 1; }
.login-register .link {
  font-size: 15px; }
  .login-register .link:hover {
    color: #2242a6; }
.login-register .btn-submit {
  font-size: 17px;
  background: linear-gradient(-90deg, #467EF0, #2C3ED9, #467EF0, #2C3ED9);
  padding: 12.5px;
  background-size: 300% 100%;
  transition: all 0.3s;
  cursor: pointer; }
  .login-register .btn-submit.blue-theme {
    background-image: none !important;
    background-color: rgba(61, 102, 232, 0.075);
    color: #3d66e8 !important; }
    .login-register .btn-submit.blue-theme:hover {
      background-color: #3d66e8 !important;
      color: #FFFFFF !important; }
  .login-register .btn-submit.border-theme {
    border: 1px solid rgba(183, 185, 207, 0.52);
    background-image: none; }
    .login-register .btn-submit.border-theme:hover {
      color: #3d66e8 !important;
      border-color: #3d66e8 !important; }
  .login-register .btn-submit.small-theme {
    font-size: 14px; }
  .login-register .btn-submit:hover {
    background-position: 100% 0; }
.login-register .edit {
  font-size: 15px;
  left: 16px; }
  .login-register .edit:hover {
    color: #3d66e8 !important; }
.login-register .timer {
  font-size: 15px;
  background-color: rgba(220, 221, 232, 0.4); }
.login-register .status-bar {
  height: 3.5px; }
.login-register .label-radio {
  height: 50px;
  background-color: #E5EDFD; }
.login-register input[type="radio"]:checked + label {
  border: 2px solid #3d66e8 !important; }

.login-register .btn, .login-register .text a, .login-register .link, .login-register .label-check .sq, .login-register .label-check .sq i {
  transition: all 0.3s; }

@media screen and (max-width: 992px) {
  .login-register .brand .vector {
    max-height: 75px; }
  .login-register .brand .logo {
    max-width: 100px; }
  .login-register .vector-absolute {
    max-height: 350px; }
  .login-register .brand img {
    max-width: 145px; }
  .login-register .title {
    font-size: 19px; }
  .login-register .text {
    font-size: 16px; }
  .login-register .label {
    font-size: 15px; }
  .login-register input {
    font-size: 15px;
    height: 50px; }
  .login-register .btn-show-hide i {
    font-size: 18px;
    height: 18px; }
  .login-register .label-check {
    font-size: 15px; }
  .login-register .link {
    font-size: 15px; }
  .login-register .btn-submit {
    font-size: 17px;
    padding: 10px; }
  .login-register .edit {
    font-size: 15px; } }
@media screen and (max-width: 576px) {
  .login-register .link {
    width: 100%; } }

/*# sourceMappingURL=profile-information.css.map */
