/* This css file is to over write bootstarp css
--------------------------------------------------------- /
* Theme Name: Sufee-Admin Admin Template
* Theme URI: http://demos.jeweltheme.com/Sufee-Admin/
* Author: jewel_theme
* Author URI: http://themeforest.net/user/jewel_theme/portfolio
* Description:
* Version: 1.0.0
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Tags: html, themplate, Sufee-Admin
--------------------------------------------------------- */
.bg-flat-color-1 {
  background: #20a8d8; }

.bg-flat-color-2 {
  background: #63c2de; }

.bg-flat-color-3 {
  background: #ffc107; }

.bg-flat-color-4 {
  background: #f86c6b; }

.bg-flat-color-5 {
  background: #4dbd74; }

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

body {
  background: #FFFFFF;
  display: table;
  font-family: 'Open Sans' sans-serif;
  font-size: 16px;
  width: 100%; }

div[class*="col-"] {
  float: left; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

p:focus {
  border: none;
  outline: 0; }

a, button {
  text-decoration: none;
  outline: none !important;
  color: #1fb4fc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  a:active, a.active, button:active, button.active {
    background: none !important;
    border: none !important; }

a:hover,
a:focus {
  text-decoration: none;
   }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

ul,
ol {
  padding-left: 0; }

.btn:focus,
button:focus {
  box-shadow: none !important;
  outline: 0; }

img {
  max-width: 100%; }

/* Global Styles */
/* Main Styles */
.basix-container {
  display: table;
  min-height: 100vh;
  position: relative;
  width: 100%; }

aside.left-panel {
  background: #1fb4fc;
  display: table-cell;
  height: 100vh;
  min-height: 100%;
  /*padding: 0 25px;*/
  vertical-align: top;
  width: 280px;
  transition: width 0.3s ease; }
#main-menu{
  /*padding: 0px 25px;*/
}
.navbar {
  background: #1fb4fc;
  border-radius: 0;
  border: none;
  display: block;
  margin: 0;
  margin-bottom: 100px;
  padding: 0; }
  .navbar .navbar-header {
    float: none;
    text-align: center;
    width: 100%;
    background-color: #FFFFFF; }
  .navbar .navbar-brand {
    border-bottom: 1px solid #4e4e52;
    color: #f1f2f7 !important;
    font-family: 'Open Sans';
    font-size: 22px;
    float: none;
    line-height: 50px;
    margin: 0;
    text-align: left;
    text-transform: capitalize;
    display: block;
    min-height: 69px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .navbar .navbar-brand span {
      font-weight: 600; }
    .navbar .navbar-brand img {
      max-width: 100%; }
    .navbar .navbar-brand.hidden {
      display: none; }
  .navbar .menu-title {
    border-bottom: 1px solid #4e4e52;
    color: #9496a1;
    clear: both;
    display: block;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    padding: 15px 0 0 0;
    text-transform: uppercase;
    width: 100%; }
    #main-menu .imgicon{
      padding-right:  25px;
      width: 48px;
    }

  .navbar .navbar-nav {
    float: none;
    position: relative;
    
    margin: 0 auto; }
    .navbar .navbar-nav li {
      width: 100%;
      /*text-align: center;*/
       }
      .navbar .navbar-nav li.active .menu-icon, .navbar .navbar-nav li:hover .toggle_nav_button:before,
      .navbar .navbar-nav li .toggle_nav_button.nav-open:before {
        color: #fff !important; }
      .navbar .navbar-nav li > a {
        background: none !important;
        color: #FFFFFF !important;
        display: inline-block;
        font-family: 'Open Sans';
        font-size: 18px;
        line-height: 30px;
        padding: 10px 25px;
        position: relative;
        width: 100%; 
        font-weight: bold;}
        .navbar .navbar-nav li > a:hover, .navbar .navbar-nav li > a:hover .menu-icon {
          color: #fff !important;
          background-color: #0288d1 !important; }
        .navbar .navbar-nav li > a .menu-icon {
          color: #8b939b;
          float: left;
          margin-top: 8px;
          width: 55px;
          text-align: left;
          z-index: 9; }
        .navbar .navbar-nav li > a .menu-title-text {
          font-size: 14px; }
        .navbar .navbar-nav li > a .badge {
          border-radius: 0;
          font-family: 'Open Sans';
          font-weight: 600;
          float: right;
          margin: 6px 0 0 0;
          padding: 0.4em 0.5em; }
      .navbar .navbar-nav li.menu-item-has-children {
        position: relative; }
        .navbar .navbar-nav li.menu-item-has-children a {
          line-height: 30px; }
          .navbar .navbar-nav li.menu-item-has-children a:before {
            content: "\f105";
            color: #c8c9ce;
            font-family: 'Fontawesome';
            font-size: 16px;
            position: absolute;
            top: 10px;
            right: 0;
            text-align: right;
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease; }
          .navbar .navbar-nav li.menu-item-has-children a:hover:before {
            color: #fff; }
        .navbar .navbar-nav li.menu-item-has-children .sub-menu {
          background: #272c33;
          border: none;
          box-shadow: none;
          overflow-y: hidden;
          padding: 0 0 0 35px; }
          .navbar .navbar-nav li.menu-item-has-children .sub-menu li {
            position: relative; }
          .navbar .navbar-nav li.menu-item-has-children .sub-menu i {
            color: #c8c9ce;
            float: left;
            padding: 0;
            position: absolute;
            left: 0;
            font-size: 14px;
            top: 9px; }
          .navbar .navbar-nav li.menu-item-has-children .sub-menu a {
            padding: 2px 0 2px 30px; }
            .navbar .navbar-nav li.menu-item-has-children .sub-menu a:before {
              content: '';
              display: none; }
            .navbar .navbar-nav li.menu-item-has-children .sub-menu a .menu-icon {
              top: 13px;
              text-align: left;
              width: 25px; }
        .navbar .navbar-nav li.menu-item-has-children.show a:before {
          content: "\f107"; }
        .navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
          max-height: 1000px;
          opacity: 1;
          position: static !important; }

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .active > a:hover {
  color: #FFFFFF !important;
  background-color: #0288d1 !important; }

.navbar-nav li span.count {
  background: #a9d86e;
  border-radius: 50%;
  color: #fff;
  font-family: 'Open Sans';
  font-size: 9px;
  font-weight: 700;
  float: right;
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin-right: 15px;
  text-align: center; }

body.open .navbar .navbar-brand.hidden {
  display: block; }

.open aside.left-panel {
  max-width: 70px;
  width: 70px; }
  .open aside.left-panel .navbar .navbar-brand {
    display: none; }
    .open aside.left-panel .navbar .navbar-brand.hidden {
      display: flex !important;
      justify-content: center;
      align-items: center;
      padding-left: 0;
      padding-right: 0;
      text-align: center; }
      .open aside.left-panel .navbar .navbar-brand.hidden img {
        max-width: 30px;
        margin: 0 auto; }
    .open aside.left-panel .navbar .navbar-brand.d-md-none {
      display: block !important;
      margin: 13px 0 0;
      min-height: 67px;
      padding: 0;
      text-align: center; }
  .open aside.left-panel .navbar .navbar-nav:before {
    display: none !important; }
  .open aside.left-panel .navbar .navbar-nav li {
    position: relative; }
    .open aside.left-panel .navbar .navbar-nav li a {
      font-size: 0;
      z-index: 0;
      transition: none; }
      .open aside.left-panel .navbar .navbar-nav li a .menu-icon {
        font-size: 20px;
        z-index: -1;
        width: inherit; }
      .open aside.left-panel .navbar .navbar-nav li a .menu-title-text {
        font-size: 0; }
      .open aside.left-panel .navbar .navbar-nav li a .badge {
        display: none; }
    .open aside.left-panel .navbar .navbar-nav li > a {
      max-width: 60px;
      padding-left: 0; }
    .open aside.left-panel .navbar .navbar-nav li.menu-item-has-children {
      overflow: hidden; }
      .open aside.left-panel .navbar .navbar-nav li.menu-item-has-children a:before {
        content: '';
        display: none; }
      .open aside.left-panel .navbar .navbar-nav li.menu-item-has-children ul {
        padding-left: 0; }
      .open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu {
        display: block;
        left: inherit;
        right: -180px;
        top: 0; }
        .open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu li a {
          display: block;
          font-size: 14px;
          max-width: inherit;
          padding: 2px 15px 2px 25px;
          width: 100%; }
          .open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu li a .menu-icon {
            text-align: center; }
      .open aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show {
        overflow: visible; }
        .open aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
          position: absolute !important; }
    .open aside.left-panel .navbar .navbar-nav li span.count {
      display: none;
      margin-right: 5px;
      z-index: 1; }
    .open aside.left-panel .navbar .navbar-nav li.active a:after {
      content: '';
      display: none; }
  .open aside.left-panel .navbar .navbar-nav .menu-title {
    font-size: 0;
    line-height: 0;
    opacity: 0;
    padding: 0; }

/* Right panel */
.right-panel {
  display: table-cell;
  padding-left: 0 !important;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease; }

.right-panel header.header {
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  clear: both;
  display: inline-block;
  padding: 15px 20px 13px 20px;
  width: 100%; }

.open .right-panel {
  margin-left: -210px; }

header.fixed-top {
  background: #fff;
  padding: 20px; }

.header-menu .col-sm-7 {
  position: inherit; }

.menutoggle {
    background: transparent;
    /* border-radius: 50%; */
    color: #1fb4fc!important;
    cursor: pointer;
    font-size: 20px;
    height: 43px;
    line-height: 44px;
    margin: -2px 20px 0 -28px;
    text-align: center;
    width: 43px;
    z-index: 9999;
    position: absolute; }

.open .menutoggle i:before {
  content: "\f0a4"; }

.search-trigger {
  background: transparent;
  border: none;
  color: #272c33;
  cursor: pointer;
  font-size: 16px;
  height: 41px;
  width: 43px;
  line-height: 38px; }

header .form-inline {
  background: #263238;
  display: none;
  height: 70px;
  margin: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999; }
  header .form-inline .search-form {
    height: 100%;
    max-width: 1025px;
    margin: 0 auto;
    position: relative; }
    header .form-inline .search-form input[type="text"] {
      background: #263238;
      border: none;
      border-radius: 0;
      box-shadow: none;
      color: #d3d3d3;
      font-size: 16px;
      height: inherit;
      margin-right: 0 !important;
      padding: 10px 36px 10px 15px;
      width: 100%; }
    header .form-inline .search-form input[type="text"].active,
    header .form-inline .search-form input[type="text"]:focus {
      border-color: rgba(0, 0, 0, 0.125);
      outline: 0; }
    header .form-inline .search-form button {
      background: transparent;
      border: none;
      color: #fff;
      font-size: 16px;
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -14px !important; }
    header .form-inline .search-form button:active,
    header .form-inline .search-form button:focus,
    header .form-inline .search-form button:visited,
    header .form-inline .search-form .btn-outline-success:hover {
      background: transparent;
      border: none !important;
      box-shadow: none;
      outline: 0 !important; }
    header .form-inline .search-form.close {
      display: none; }

.header-left.open .form-inline {
  display: block; }

.header-left .dropdown {
  display: inline-block; }
  .header-left .dropdown .dropdown-toggle {
    background: transparent;
    border: none;
    color: #272c33;
    font-size: 16px; }
    .header-left .dropdown .dropdown-toggle:after {
      display: none; }
    .header-left .dropdown .dropdown-toggle .count {
      border-radius: 50%;
      color: #fff;
      font-size: 11px;
      height: 15px;
      width: 15px;
      line-height: 15px;
      right: 0;
      top: 0;
      position: absolute; }
  .header-left .dropdown .dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    top: 49px !important; }
    .header-left .dropdown .dropdown-menu p {
      font-size: 15px;
      margin: 0;
      padding: 5px 15px; }
    .header-left .dropdown .dropdown-menu .dropdown-item {
      color: #272c33;
      font-size: 13px;
      padding: 10px 15px 3px;
      text-overflow: ellipsis; }
      .header-left .dropdown .dropdown-menu .dropdown-item .photo {
        float: left;
        margin-right: 15px;
        width: 25px; }
      .header-left .dropdown .dropdown-menu .dropdown-item .message .name {
        margin-top: -5px; }
      .header-left .dropdown .dropdown-menu .dropdown-item .message .time {
        font-size: 11px; }
      .header-left .dropdown .dropdown-menu .dropdown-item .message p {
        clear: both;
        font-size: 14px;
        margin: 0;
        padding: 0;
        text-overflow: ellipsis; }
      .header-left .dropdown .dropdown-menu .dropdown-item:hover {
        background: transparent; }

.dropdown-menu {
  border-radius: 0;
  transform: none !important; }

.dropdown-toggle::after {
  display: none; }

.for-notification .dropdown-menu .dropdown-item {
  padding: 5px 15px !important;
  text-overflow: ellipsis; }
  .for-notification .dropdown-menu .dropdown-item i {
    float: left;
    font-size: 14px;
    margin: 5px 5px 0 0;
    text-align: left;
    width: 20px; }
  .for-notification .dropdown-menu .dropdown-item p {
    padding: 0 !important;
    text-overflow: ellipsis; }

.user-area {
    float: right;
    padding-right: 0;
    position: relative;
    font-size: 20px;
    font-weight: 500; }
  .user-area .user-menu {
    background: #fff;
    border: none;
    font-family: 'Open Sans';
    left: inherit !important;
    right: 0;
    top: 55px !important;
    margin: 0;
    max-width: 150px;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
    z-index: 999;
    min-width: 150px; }
    .user-area .user-menu .nav-link {
      color: #ffffff;
      display: block;
      font-size: 14px;
      line-height: 22px;
      padding: 5px 0; }
  .user-area .user-avatar {
    float: right;
    margin-top: 4px;
    width: 32px; }
  .user-area .user-info .name {
    color: #8c8c8c;
    font-size: 14px;
    position: relative;
    text-transform: uppercase; }
  .user-area .count {
    background: #d9534f;
    border-radius: 50%;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 9px;
    font-weight: 700;
    float: right;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center; }

#menuToggle2 {
  padding-left: 25px; }

#language-select {
  color: #f1f2f7;
  float: right;
  margin: 7px 20px 0 0;
  max-width: 80px; }
  #language-select:focus, #language-select:visited {
    border: none;
    outline: 0; }
  #language-select .dropdown-toggle::after {
    display: none; }
  #language-select .dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 0;
    left: -8px !important;
    min-width: inherit;
    padding: 0 5px;
    top: 46px !important; }
    #language-select .dropdown-menu .dropdown-item {
      margin-right: 0;
      max-width: 25px;
      padding: 0; }
      #language-select .dropdown-menu .dropdown-item:hover {
        background: #fff; }
      #language-select .dropdown-menu .dropdown-item .flag-icon {
        margin-right: 0;
        width: 25px; }

.notification-show + .dropdown-menu,
.message-show + .dropdown-menu,
.language-show + .dropdown-menu {
  display: block; }

/*# sourceMappingURL=style.css.map */

.bor-radius{
  border-radius: 20px;
}
.bor-radius img{
    border-radius: 20px;
    min-height: 500px;
    max-width: 100%;
}
#searchrowdashboard {
    padding-bottom: 1rem;
    text-align: center;
    padding-top: 35px;
}
.search-form input.search-field, .woocommerce-product-search .search-field {
    border-radius: 10px;
    height: 50px;
    padding: 10px 65px 10px 20px;
    width: 100%;
    box-sizing: inherit;
}
form.search-form label {
    pointer-events: all !important;
} 
.search-form, .woocommerce-product-search {
    position: relative;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.search-form .search-submit {
    background: #1fb4fc;
    border: medium none;
    color: #aaaaaa;
    font: 14px/1.3 FontAwesome;
    height: 50px;
    font-size: 20px;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}
input[type="search"] {
    border: 1px solid #1fb4fc;
}
.search-form label {
    width: 100%;
    float: left;
}
.search-submit {
    position: absolute !important;
    right: 0 !important;
    padding: 0px 25px 0px 25px;
}
.displayname{
  color: #1fb4fc;
  font-size: 20px;
}

input[name=pic] {
    cursor: pointer;
    width: 175px;
    height: 40px;
    overflow: hidden;
    color: #FFFFFF;
    position: relative;
    vertical-align: middle;
    margin-right: 30px;
}

input[name=pic]:before {
    width: 175px;
    height: 40px;
    font-size: 17px;
    line-height: 33px;
    content: 'Upload Photo';
    display: inline-block;
    background: white;
    border: none;
    padding: 0 10px;
    text-align: center;
    background-color: #1fb4fc;
    border-radius: 10px;
}
input[name=pic]:after{
    font-family: 'FontAwesome';
    content: '\f093';
    color: #FFFFFF;
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 20px;
}
input[name=pic]::-webkit-file-upload-button {
  visibility: hidden;
}
.displayusername {
    font-size: 17px;
    color: #8b8b8b;
    padding-top: 15px;
}
.displaystagenumber{
    font-size: 17px;
    color: #8b8b8b;
    padding-top: 15px;
}
input[name=avatar] {
    cursor: pointer;
    width: 175px;
    height: 40px;
    overflow: hidden;
    color: #FFFFFF;
    position: relative;
    vertical-align: middle;
    margin-right: 30px;
}
input[name=avatar]:before {
    width: 175px;
    height: 40px;
    font-size: 17px;
    line-height: 33px;
    content: 'Upload Avatar';
    display: inline-block;
    background: white;
    border: none;
    padding: 0 10px;
    text-align: center;
    background-color: #1fb4fc;
    border-radius: 10px;
}
input[name=avatar]:after{
    font-family: 'FontAwesome';
    content: '\f093';
    color: #FFFFFF;
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 20px;
}
#chooseavatar{
    cursor: pointer;
    width: 175px;
    height: 40px;
    overflow: hidden;
    color: #FFFFFF;
    position: relative;
    vertical-align: middle;
    margin-right: 30px;
    width: 175px;
    height: 40px;
    font-size: 17px;
    line-height: 33px;
    border: none;
    padding: 10px 25px;
    text-align: center;
    background-color: #1fb4fc;
    border-radius: 10px;
}
#chooseavatar:after{
    font-family: 'FontAwesome';
    content: '\f093';
    color: #FFFFFF;
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 20px;
}
.thumbnails .thumbnail{
  border-radius: 15px;
}
.thumbnails .thumbnail img{
  height: 50px;
  border-radius: 15px;
}
a#chooseavatar:hover {
    /* color: inherit; */
     text-decoration: inherit; 
}
input[name=chooseavatar] {
    cursor: pointer;
    width: 175px;
    height: 40px;
    overflow: hidden;
    color: #FFFFFF;
    position: relative;
    vertical-align: middle;
    margin-right: 30px;
}
input[name=chooseavatar]:before {
    width: 175px;
    height: 40px;
    font-size: 17px;
    line-height: 33px;
    content: 'Choose Avatar';
    display: inline-block;
    background: white;
    border: none;
    padding: 0 10px;
    text-align: center;
    background-color: #1fb4fc;
    border-radius: 10px;
}
input[name=chooseavatar]:after{
    font-family: 'FontAwesome';
    content: '\f093';
    color: #FFFFFF;
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 20px;
}
.midddlevertical{
  vertical-align: middle;
}
.hrwidthborderdash{
    border: 1px solid #eeeeee !important;
    width: 100%;
    text-align: center;
    /* margin: 0px 30px 0px 30px !important; */
    margin: 0 auto !important;
}
.hrdatingmethod{
    border-bottom: 1px solid #eeeeee !important;
    width: 100%;
    text-align: center;
    padding: 10px 0px 10px 0px;
    margin: 0 auto !important;
}
fieldset{
    border: 1px solid #ddd !important;
    margin: 0;
    xmin-width: 0;
    padding: 10px;       
    position: relative;
    border-radius:4px;
    background-color:transparent;
    padding-left:10px!important;
} 
h3.h3datingmethods {
    padding: 15px 0px 15px 0px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    color: #1fb4fc;
}
input[name=chkmethod]{
    vertical-align: middle;
    height: 25px;
    width: 25px;
}
input[id=chkmethod1]{
    vertical-align: middle;
    height: 25px;
    width: 25px;
}
input[name=matmethod]{
    vertical-align: middle;
    height: 25px;
    width: 25px;
}
input[name=prefeatures]{
    vertical-align: middle;
    height: 25px;
    width: 25px;
}
input[name=convo1]{
    vertical-align: middle;
    height: 25px;
    width: 25px;
}
.example{
  cursor: pointer;
}
.vcenter {
    display: flex;
    align-items: center;
}
.pick{
    background-color: #1fb4fc;
    border: none;
    width: 125px !important;
    margin: 0 auto;
    border-radius: 8px;
}
.enablecl{
    background-color: #1fb4fc;
    border: none;
    width: 125px !important;
    margin: 0 auto;
    border-radius: 8px;
    display: inline-block;
    margin-top: 0 !important;
}
.panelheight{
    overflow-y: scroll;
    overflow-x: hidden;
    height: 348px;
}
.btncenter{
  text-align: center;
}
.h3datingmethodsback{
    border-bottom: 1px solid #eeeeee !important;
    width: 100%;
    text-align: center;
    padding: 10px 0px 10px 0px;
    margin: 0 auto !important;
    background-color: #1fb4fc;
    color: #FFFFFF;
}
.pickconversation{
    background-color: #1fb4fc;
    border: none;
    width: 125px !important;
    margin: 0 auto;
    border-radius: 8px;
}
input[name=updateprofile]{
    background-color: #1fb4fc;
    border-color: #1fb4fc;
    color: #FFFFFF;
}
.btnupdateprofile{
  text-align: center;
}
#blah{
    height: 50px;
}
#blah2 {
    height: 50px;
}
#datalogin h4{
    color: #666;
    text-align: center;
    font-size: 25px;
}
#chooseavatarhidden{
    display: none;
}
.imagehidden{
  display: none !important;
}
input[name=video] {
    cursor: pointer;
    width: 175px;
    height: 40px;
    overflow: hidden;
    color: #FFFFFF;
    position: relative;
    vertical-align: middle;
    margin-right: 30px;
}
input[name=video]:before {
    width: 175px;
    height: 40px;
    font-size: 17px;
    line-height: 33px;
    content: 'Upload Video';
    display: inline-block;
    background: white;
    border: none;
    padding: 0 10px;
    text-align: center;
    background-color: #1fb4fc;
    border-radius: 10px;
}
input[name=video]:after{
    font-family: 'FontAwesome';
    content: '\f03d';
    color: #FFFFFF;
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 20px;
}
.bor-radiuscard img{
    border-radius: 20px;
    min-height: 315px;
    max-width: 100%;
}
.card.bor-radiuscard.text-white {
    width: 325px;
}
input[name=uploadimg] {
    cursor: pointer;
    width: 200px;
    height: 40px;
    overflow: hidden;
    color: #FFFFFF;
    position: relative;
    vertical-align: middle;
    margin-right: 30px;
}

input[name=uploadimg]:before {
    width: 200px;
    height: 40px;
    font-size: 17px;
    line-height: 33px;
    content: 'Upload Photo';
    display: inline-block;
    background: white;
    border: none;
    padding: 0 10px;
    text-align: center;
    background-color: #1fb4fc;
    border-radius: 10px;
}
input[name=uploadimg]:after{
    font-family: 'FontAwesome';
    content: '\f093';
    color: #FFFFFF;
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 20px;
}
input[name=updateupload] {
    background-color: #1fb4fc;
    border-color: #1fb4fc;
    color: #FFFFFF;
}
.imgstyle img:hover{
  cursor: pointer;
}
.headinggallery{
    padding: 24px;
    clear: both;
}
.headinggallery h2{
  color: #1fb4fc;
  padding-bottom: 10px;
}
.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
    height: 350px;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'FontAwesome';
    content: '\f002';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}
.imgclose:before {
  content: '✕';
}
.imgclose {
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    padding: 5px;
    background-color: #FFFFFF;
    z-index: 9999;
    border: 1px solid #eee;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    font-weight: bold;
}
.imgclosevideo:before {
  content: '✕';
}
.imgclosevideo {
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    padding: 5px;
    background-color: #FFFFFF;
    z-index: 9999;
    border: 1px solid #eee;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    font-weight: bold;
}
#imgstyle {
    position: relative;
    display: inline-block;
}
#imgstyle img{
    height: 230px;
    /*width: 250px;*/
}
#imgstylevideo video{
    height: 230px;
}
.headeruploadimages{
    font-size: 20px;
    font-weight: bold;
    color: #1fb4fc;
}
.upload-response{
  background-color:  #1fb4fc;
  color: #FFFFFF;
}
.upload-form .form-control{
  width: auto !important;
}
.erradd{
    font-size: 21px;
    margin-top: 20px;
    background-color: #1fb4fc!important;
    color: #ffffff;
    padding: 15px;
}

.imgclose:hover {
  background-color: #1fb4fc;
  cursor: pointer;
  -webkit-transition: background-color .2s ease-in;
  -moz-transition: background-color .2s ease-in;
  -o-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
  color: #FFFFFF;
}
.h3followingtitle{
  color: #1fb4fc;
}
.bor-radiusfollow{
   border:none !important;
}
.bor-radiusfollow img {
    border-radius: 20px;
    min-height: auto;
    max-width: 100%;
}
.labelsearch{
    border-radius: 10px;
    height: 50px;
    padding: 10px 65px 10px 20px;
    width: 100%;
    box-sizing: inherit;
    border: 1px solid #1fb4fc;
    background-color: transparent;
}
input[name=search] {
    background-color: #1fb4fc;
    border-color: #1fb4fc;
    color: #FFFFFF;
}
.follow {
    background-color: #1fb4fc !important;
    border: none;
    width: 125px !important;
    border-radius: 8px;
}
.Nofollow {
    background-color: #1fb4fc !important;
    border: none;
    width: 125px !important;
    border-radius: 8px;
}
.followyou {
    background-color: #1fb4fc !important;
    border: none;
    width: 125px !important;
    border-radius: 8px;
}
.unfollowyou {
    background-color: #1fb4fc !important;
    border: none;
    width: 125px !important;
    border-radius: 8px;
}
.compareandmatch {
    background-color: #1fb4fc !important;
    border: none;
    width: 167px !important;
    border-radius: 8px;
    margin: 0 auto;
}
.followback {
  position: relative;
  width: 100px;/*Or whatever you want*/
}
.imageOne {
  width: 100%;
}
.imageTwo {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-49%, -47%);
    width: 50%;
    height: 52px;
  /*position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;*/
}
.rowfollow{
  clear: both;
}

.listusersfollowrandom {
    overflow-y: scroll;
    height: 430px;
    overflow: auto;
}

/*.listusersfollowrandom::-webkit-scrollbar {
    width: 0.2em;
}
 
.listusersfollowrandom::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #000000;
}
 
.listusersfollowrandom::-webkit-scrollbar-thumb {
  background-color: #000000;
  outline: 1px solid #FFFFFF;
}*/
.inputcheckheight{
  /*position: absolute;*/
}
.dropdown-menu {
    position: absolute !important;
    top: 100%;
    right: 0 !important;
    left: auto !important;
    z-index: 1000;
    display: none;
    float: left;
    width: 100%;
    /*min-width: 10rem;*/
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #0288d1 !important;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown .dropdown-menu {
   /* -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;*/
}

/*.dropdown:hover .dropdown-menu {
    max-height: 200px;
    opacity: 1;
    z-index: 9999;
}*/

ul.dropdown-menu li:before {
    content: "\25BA \0020";
    font-size: 12px;
    position: absolute;
    top: 15px;
    left: 2px;
    color: #ffffff;
}
ul.dropdown-menu li {
  list-style-type: none;
  position: relative;
  padding-left: 15px;
}

ul.dropdown-menu li:hover{
    color: #fff !important;
    background-color: #1fb4fc !important;
}

#main-menu .fa-eye {
    padding-right: 25px;
    font-size: 25px;
}
.match {
    background-color: #1fb4fc !important;
    border: none;
    width: 125px !important;
    border-radius: 8px;
}
.myformmatch .match{
  margin: 0 auto;
}
.instruction{
    top: 50px !important;
    background-color: #ffffff !important;
    width: 100px;
    position: absolute !important;
    height: 75px;
}
.instruction a{
    color:red !important;
    font-size: 13px !important;
}
.h3instructionposition{
    position: relative;
}
.h3instructionposition a{
    position: absolute;
    right: 6px;
    color: #ffffff;
    font-size: 19px;
}
.accordionbtn{
  cursor: pointer;
}
.accordionbtn::after {
    content: '\002B';
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 25px;
}
.inputtransition{
  transition: 0.25s;
  transition-timing-function: ease-out;
}
.collapsible{
  transition-timing-function: ease-in;
  transition: 0.2s;
  display: none;
}
.collapsible input{
  width: 400px;
  margin-left: 15px;
  max-width: 100%;
}