main.profiles {
  background-color: #FBFBFD;
  padding-left: 3em;
  padding-bottom: 30%;
  /*
    ** global style
    **/
  /***
    ****** check box
    *****/ }
  @media (max-width: 991.98px) {
    main.profiles {
      padding-right: 2em;
      padding-left: 2em;
      padding-bottom: 500px; } }
  main.profiles h4 {
    color: #181D5F;
    margin-top: 2em;
    margin-bottom: .5em; }
  main.profiles .form-group {
    position: relative; }
    main.profiles .form-group input, main.profiles .form-group .custom-drop-inp-btn {
      outline: none;
      border: none;
      box-shadow: none;
      font-size: 16px;
      line-height: 1.23543;
      font-weight: 400;
      letter-spacing: -.022em;
      height: 3em;
      margin-bottom: 14px;
      /*padding-top: 18px;*/
      padding-left: 16px;
      padding-right: 16px;
      background-color: #F0F0F0;
      border-radius: 0.25rem !important;
      cursor: pointer; }
      main.profiles .form-group input ~ .custom-border, main.profiles .form-group .custom-drop-inp-btn ~ .custom-border {
        position: absolute;
        bottom: 0;
        left: 50%;
        background-color: #FF72AA;
        height: 2px;
        width: 0;
        transition: .4s; }
      main.profiles .form-group input:focus, main.profiles .form-group .custom-drop-inp-btn:focus {
        background-color: #F5F5F5; }
        main.profiles .form-group input:focus ~ .custom-border, main.profiles .form-group .custom-drop-inp-btn:focus ~ .custom-border {
          left: 0;
          width: 100%; }
      main.profiles .form-group input::placeholder, main.profiles .form-group .custom-drop-inp-btn::placeholder {
        color: #A6A6A6; }
  main.profiles .custom-radoi-check-box {
    color: #4A4A4A;
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 1em 0 1em 2em;
    /* Create a custom radio button */ }
    main.profiles .custom-radoi-check-box input[type="checkbox"],
    main.profiles .custom-radoi-check-box input[type="radio"] {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
      main.profiles .custom-radoi-check-box input[type="checkbox"]:checked ~ .checkmark:after,
      main.profiles .custom-radoi-check-box input[type="radio"]:checked ~ .checkmark:after {
        display: block; }
    main.profiles .custom-radoi-check-box .checkmark {
      position: absolute;
      top: 1em;
      left: 0;
      height: 25px;
      width: 25px;
      background-color: #fff;
      border-radius: 50%;
      border: 2px solid #ddd; }
      main.profiles .custom-radoi-check-box .checkmark span {
        display: inline-block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 1px solid #fff; }
    main.profiles .custom-radoi-check-box input:checked ~ .checkmark {
      border-color: #FF72AA; }
      main.profiles .custom-radoi-check-box input:checked ~ .checkmark span {
        background-color: #FF72AA; }
  main.profiles .left-top,
  main.profiles .left-bottom,
  main.profiles .right-top .wrapper,
  main.profiles .right-bottom .wrapper {
    background-color: #fff;
    padding: 1em 1em 1.5em 1.7em; }
    @media (max-width: 991.98px) {
      main.profiles .left-top,
      main.profiles .left-bottom,
      main.profiles .right-top .wrapper,
      main.profiles .right-bottom .wrapper {
        padding: 1em 1em 1.5em 1em; } }
  @media (min-width: 992px) {
    main.profiles .left > .row {
      width: 99%; } }
  main.profiles .left .left-top {
    /*
            ** overwrite input style
            **/
    /*
            **** select country menu
            */ }
    main.profiles .left .left-top span, main.profiles .left .left-top label {
      color: #FF72AA;
      font-size: 14px;
      font-weight: 500; }
    main.profiles .left .left-top label {
      margin-bottom: 0; }
    main.profiles .left .left-top h5 {
      color: #4A4A4A; }
    main.profiles .left .left-top .form-group {
      margin-top: 1em; }
      main.profiles .left .left-top .form-group input {
        height: 1.8em;
        margin-bottom: 14px;
        padding: 0;
        background-color: transparent; }
    main.profiles .left .left-top .custom-drop-inp {
      margin-top: 1.7em; }
      main.profiles .left .left-top .custom-drop-inp .flag {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-right: 5px; }
        main.profiles .left .left-top .custom-drop-inp .flag img {
          width: 100%;
          height: 100%; }
      main.profiles .left .left-top .custom-drop-inp .custom-drop-inp-btn {
        cursor: pointer;
        background-color: transparent;
        position: relative;
        color: #4A4A4A;
        border: 0;
        font-weight: 500; }
        main.profiles .left .left-top .custom-drop-inp .custom-drop-inp-btn:after {
          position: absolute;
          right: 25%;
          top: 40%;
          border-top-color: rgba(74, 74, 74, 0.5); }
        main.profiles .left .left-top .custom-drop-inp .custom-drop-inp-btn:focus {
          outline: none; }
      main.profiles .left .left-top .custom-drop-inp .dropdown-menu {
        top: 25% !important;
        left: 10% !important; }
        main.profiles .left .left-top .custom-drop-inp .dropdown-menu div.dropdown-item {
          cursor: pointer; }
          main.profiles .left .left-top .custom-drop-inp .dropdown-menu div.dropdown-item:hover, main.profiles .left .left-top .custom-drop-inp .dropdown-menu div.dropdown-item:active {
            color: #ffffff;
            background-color: #FF72AA; }
  main.profiles .left .left-bottom h5 {
    color: #181D5F;
    margin: 1em 0; }
  @media (min-width: 992px) {
    main.profiles .right > .row {
      width: 95%; } }
  @media (max-width: 575.98px) {
    main.profiles .right .right-bottom {
      padding-top: 2em; } }
  @media (min-width: 992px) {
    main.profiles .right .right-bottom {
      padding-top: 2em; } }
  main.profiles .right .right-bottom .custom-drop-inp .custom-drop-inp-btn {
    background-color: #F0F0F0;
    position: relative;
    color: #A6A6A6;
    padding-bottom: 1em;
    padding-top: 1em; }
    main.profiles .right .right-bottom .custom-drop-inp .custom-drop-inp-btn:after {
      position: absolute;
      right: 10%;
      top: 50%;
      border-top-color: #A6A6A6; }
  main.profiles .right .right-bottom .custom-drop-inp .dropdown-menu a:hover, main.profiles .right .right-bottom .custom-drop-inp .dropdown-menu a:active {
    color: #ffffff;
    background-color: #FF72AA; }
  main.profiles .right .right-bottom .act {
    justify-content: space-around; }
    main.profiles .right .right-bottom .act a {
      text-decoration: none;
      text-align: center;
      color: #FF72AA; }
      main.profiles .right .right-bottom .act a span {
        display: block;
        font-size: 14px;
        font-weight: 500;
        margin-top: .5em; }
      main.profiles .right .right-bottom .act a img {
        width: 20px;
        height: 20px; }
