

.text-red-600 {
    color: red;
}
.reg-btn{
	display: block;
    width: 190px;
    height: 44px;
    border: 0;
    margin: 0 auto;
    background: #f78e07;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    cursor: pointer;
    padding: 10px;
    line-height: 24px;
}
.custom-dropdown {
  position: relative;
  display: inline-block;
}

.custom-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.custom-dropdown:hover .custom-dropdown-content {
  display: block;
}

.logoutbutton a {
    background: #f78e07;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #fff !important;
    border: 0;
    border-radius: 50px;
    height: 46px;
    width: 190px;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    line-height: 46px;
    margin: 0 35px;
    text-align: center;
}
.smallfont{font-size:.75rem; padding:1rem 0;}
.regbutton {
  display: block;
    width: 190px;
    height: 44px;
    border: 0;
    margin: 0 auto;
    background: #f78e07;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
    cursor: pointer;
    text-align: center;
  }

  /* image upload css */
   .avatar-upload {
    /*position: relative;*/
    max-width: 205px;
    /*margin: 50px auto;*/
    margin: 0;
    padding: 0;

    position: absolute;
    /*width: 138px;
    height: 138px;
    border: 8px solid #fff;
    border-radius: 50%;*/
    bottom: -70px;
    /*overflow: hidden;*/
    left: 46px;
  }
  .avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
  }
  .avatar-upload .avatar-edit input {
    display: none;
  }
  .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
  }
  .avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
  }
  .avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }
  .avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .container2 .btn {
      position: absolute;
      /*top: 90%;
      left: 50%;*/
      top: 22%;
      left: 118%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
    
      color: white;
      font-size: 16px;
      border: none;
      cursor: pointer;
      border-radius: 5px;
      text-align: center;
  }
  #image {
    display: block;
    /* This rule is very important, please don't ignore this */
    max-width: 100%;
}
ul#ui-id-1 {
    background: #fff;
    padding: 10px;
    max-width: 300px;
    opacity: 0.9;
    cursor: pointer;
    line-height: 1.6rem;
    font-size: .8rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  font-size: .8rem;  
}
.select2-container--default .select2-selection--single {
    /*background-color: #fff;*/
    /*border-top:none!important;*/
    /*border-left:none!important;*/
    /*border-right:none!important;*/
    /*border-bottom: 1px solid #aaa;*/
    /* border-radius: 4px; */
    margin-bottom: -15px;
    /*background: url(../images/subrb_icon.png) 0 center no-repeat;
    background-size: 17px;*/
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
    padding-left: 17px;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #e1e1e1 !important;
  height: 40px !important;
  border-radius: 0 !important;
  padding-left: 30px !important;
  padding-top: 5px !important;border: 1px solid #e1e1e1 !important;
}