/***
ARGO WORKS STYLESHEET
Created by: Motley Works LLC
Visit us at: https://motley.works
Copyright (c) 2019 Motley Works LLC
***/
@import url('argo.data.uri.css');

@font-face {
    font-family: 'Gilroy-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Bold'), url('../css/fonts/Gilroy-Bold.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Gilroy-Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Heavy'), url('../css/fonts/Gilroy-Heavy.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Gilroy-Light';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Light'), url('../css/fonts/Gilroy-Light.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Gilroy-Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Medium'), url('../css/fonts/Gilroy-Medium.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Gilroy-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Regular'), url('../css/fonts/Gilroy-Regular.woff') format('woff');
}

html {
    position: relative;
    min-height: 100%;
}

body { 
    margin-bottom: 60px;    
    /* background-image: url('../images/animate-argo-bg.png'); */
    background-position: top;
    background-size: 1920px 1080px;
    background-color: #211d70;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* font-family: "Gilroy-Regular"; */
    font-family: 'Inter', sans-serif;
    letter-spacing: .05em;
}
body > .container { 
    padding-top: 60px 
}

.app-version {
    font-size: 18px;
    font-weight: bold;
    color: #5cb85c;
    position: relative;
    top: -10px;
}

nav.navbar {
    background-color: transparent;
    border-bottom: solid 0px #999;
}

.navbar-default .navbar-brand {
    text-decoration: none;
}
.navbar-default .navbar-brand > img {
    display: inline-block
}

.navbar-default .navbar-toggle { 
    border: solid 2px #7197aa;
    /*border: solid 2px #999;*/
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
.navbar-default .navbar-toggle .icon-bar { 
    background-color: #7197aa; 
    width: 11px;
}

.navbar-default .navbar-nav > li > a {
    color: #7197aa !important;
    font-weight: bold;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 400px !important;
}


.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover { background-color: #2e3192; }

.navbar-default .navbar-nav > .open > a span.fa-bars, 
.navbar-default .navbar-nav > .open > a:focus span.fa-bars, 
.navbar-default .navbar-nav > .open > a:hover span.fa-bars { color: #fff; }


/*Navigation Icons*/
.nav-icons {
    display: inline-block;
    text-align: right;
    background-repeat: no-repeat;
    min-width: 60px;
    height: 23px;    
    background-position: left auto;
    background-size: 23px 23px;    
}
.nav-icons span { vertical-align: top; }

.nav-icons-label { padding-left: 33px; }

.nav-icons-label-30 { padding-left: 30px; }

.nav-icon-setsail {  
    /*width: 85px;*/
    /* background-image: url('../images/icons/icon-setsail.png'); */
}
.nav-icon-setsail:hover {
    color: #222;
    /* background-image: url('../images/icons/icon-setsail-hover.png'); */
}
.nav-icon-notifications {  
    /* width: 124px; */
    /* background-image: url('../images/icons/icon-notification.png'); */
}
.nav-icon-notifications:hover {
    color: #222;
    /* background-image: url('../images/icons/icon-notification-hover.png'); */
}
.nav-icon-chats {
    /* width: 75px; */
    /* background-image: url('../images/icons/icon-chats.png'); */
}
.nav-icon-chats:hover {
    color: #222;
    /* background-image: url('../images/icons/icon-chats-hover.png'); */
}

.nav-icon-login > .fa-sign-in,
.nav-icon-signup > .fa-edit { font-size: 22px; }

.nav-icon-settings > .fa-cogs,
.nav-icon-logout > .fa-sign-out { font-size: 20px; }

.nav-icon-login:hover,
.nav-icon-signup:hover { color: #222; }

.nav-icon-profile-notifications {
    /* width: 124px; */
    /* background-image: url('../images/icons/icon-notification-hover.png'); */
}
.nav-icon-profile-chats {
    /* width: 75px; */
    /* background-image: url('../images/icons/icon-chats-hover.png'); */
}
.nav-icon-profile-dashboard {
    /* width: 110px; */
    /* background-image: url('../images/icons/icon-dashboard-hover.png'); */
}

.nav-icon-send-message {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url('../images/icons/icon-send-msg-hover.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px auto;
}

.nav-icon-delete {
    display: block;
    width: 24px;
    height: 24px;
    /* background-image: url('../images/icons/icon-delete.png'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px 26px;
}
.nav-icon-delete:hover {
    /* background-image: url('../images/icons/icon-delete-hover.png'); */
}
.nav-icon-delete-style {
    background-color: #f9f9f9;
    padding: 5px 7px 5px 7px;
}
.nav-icon-delete-style:hover {
    background-color: #f9f9f9 !important;
}

.nav-icon-chat-request-sent {
    display: block;
    margin: 0 auto 0 auto;
    width: 100px;
    height: 100px;
    background-image: url('../images/icons/icon-chat-request-sent.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px auto;
}

.nav-icon-potential-match-found {
    display: block;
    margin: 0 auto 0 auto;
    width: 100px;
    height: 100px;
    background-image: url('../images/icons/icon-potential-match-found.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px auto;
}

.nav-icon-setsail-main {
    display: block;
    width: 55px;
    height: 20px;
    background-image: url('../images/icons/icon-setsail-main-hover.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55px auto;
}

.setsail-main-btn {
    width: 70px;
    height: 34px;
    /* background-image: url('../images/icons/icon-setsail-main-a.png'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55px auto;    
}
.setsail-main-btn:hover {
    /* background-image: url('../images/icons/icon-setsail-main-b.png'); */
    background-color: #6c94a8;
}
/*End of Navigation Icons*/

.container .text-muted { margin: 20px 0; }

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
    /*font-size: 12px;*/
}

.footer > .container > p,
.footer a {
    font-weight: bold;
    font-size: 11px;
    /*color: #242584;*/
    color: #7197aa;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: transparent;
    text-align: center;
}

#argo-sidebar {
    display: none;
    z-index: 999999;
    position: relative;
    bottom: 150px;
    border: solid 0px red;
}

#main {
    transition: margin-left .5s;
    /*padding-bottom: 100px;*/
    /*padding: 16px;*/
}

#open-sidebar,
#close-sidebar {
    cursor: pointer;
    padding-right: 10px;
}

#close-sidebar {
    display: none;
    transform: rotate(90deg);
    position: relative;
    left: -6px;
    bottom: -4px;
}

.sidebar {      
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
    margin-top: 50px;
}
  
.sidebar a {
    padding: 8px 8px 8px 4px;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-align: center;
}
  
.sidebar a:hover { 
    color: #f1f1f1; 
}
  
.sidebar .closeSideBarBtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
    cursor: pointer;
}

input[type="checkbox"] {
    margin-right: 6px !important;
    position: relative;
    bottom: -2px;
}

.user-avatar { 
    padding-right: 4px; 
}

.dropdown-logout { 
    cursor: pointer; 
}

.wrapper {
    background-color: white;
}

.content-wrapper { 
    margin-top: 60px;
}

.content-wrapper h2,
.content-wrapper p { 
    text-align: left;
}

.account-profile { 
    margin-top: 60px; 
}

.account-profile h2,
.account-profile p { 
    text-align: left !important;
}

.query-wrapper { 
    /*margin-top: 200px;*/
    margin-top: 225px;
}

.login-wrapper { 
    margin-top: 50px; 
}
.document-wrapper {
    margin-top: 50px;
    padding-bottom: 20px;
    text-align: left;
}

.account-status-section {
    padding-top: 40px;
    border: solid 1px red;
}

.query-wrapper p, .login-wrapper p { 
    text-align: center;
}

.no-padding { padding: 0 !important; }

/*Animate Query Main*/
.argo-text-only {
    display: block;
    position: relative;
    top: 20px;
    width: 100%;
    height: 250px;
    margin: 0 auto 0 auto;
    background-image: url('../images/animate-argo-text.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 555px auto; 
    opacity: 1.0;
}

#argo-query-form {
    position: relative;
    /*top: -240px;*/
    top: 50px;
}

.info {
    text-align: center; 
    /*padding-top: 20px;*/
    /*padding-top: 10px;*/
    padding-top: 60px;
    /*position: relative;
    bottom: -130px;*/
    opacity: 0;
}
/*End of Animate Query Main*/

.btn-primary, .btn-warning,
.btn-primary:hover, .btn-warning:hover {
    border: solid 1px #999;
}
.btn-primary, .btn-warning {
    background-color: #5b8ba0 !important;
}
.btn-primary:hover, .btn-warning:hover {
    background-color: #4d7485 !important;
}

.minor-padding-left {
    padding-left: 2px !important;
    padding-bottom: 4px !important;
}

.minor-padding-right {
    padding-right: 2px !important;
    padding-bottom: 4px !important;
}

.minor-padding-bottom { padding-bottom: 4px !important; }

.minor-padding-top { padding-top: 4px !important; }

.minor-margin-bottom { margin-bottom: 4px !important; }

.minor-margin-bottom-8 { margin-bottom: 8px !important; }

.minor-margin-top { margin-top: 4px !important; }

.minor-margin-top-8 { margin-top: 8px !important; }

.no-margins { margin: 0px !important; }

.no-paddings { padding: 0px !important; }

.label-align-left { text-align: left !important; }

.checkbox-padding-left { padding-right: 4px !important; }

.checkbox-label {
    color: #222;
    font-weight: normal;
}

/* .modal-title { text-align: center; } */

.modal-title,
.modal-body p { 
    text-align: center; 
}

.modal-backdrop { 
    background-color: rgba(36, 36, 36, 0.5) !important; 
}

#query-category .modal-title,
#forgot-password .modal-title { 
    font-size: 26px !important; 
}

.category-list-wrapper { 
    margin-bottom: 10px; 
}

span.list-toggle { 
    font-size: 12px; 
    cursor: default;
    background-color: #ccc;
    border-radius: 10px;
    padding: 4px;
    margin: 4px 0 0 0 !important;
}

.avatar-wrapper { 
    text-align: center; 
}

.notif-icon { 
    padding-bottom: 10px; 
}

.notif-request-status-icons {
    font-size: 11px;
    position: relative;
    top: -10px;
}

.notif-seen {
    font-weight: normal !important;
}



.what-is-argo { 
    cursor: pointer;
    font-weight: bold;    
    /*color: #7197aa;*/
    color: #fff;
    font-size: 25px;
}
.what-is-argo:hover {
    transition: color 0.5s;
    /*color: gray;*/
    color: #fff;
}
.what-is-argo-text { 
    display: none;
    color: #fff;
    max-width: 750px;
    margin: 0 auto 0 auto;
}
.what-is-argo-text a {
    color: #8dd8f8;
}



.modal-btn-section { 
    margin-top: 20px !important; 
}
.modal-btn-section span {
    display: block;
    margin-bottom: 10px !important;
}



.match-output, .match-submitted {
    display: block !important;
    padding: 4px 2px 4px 2px;
    border-radius: 4px;
    font-style: italic;
}
.match-output { 
    background-color: #f9f9f9; 
}

.user-meta-info { 
    display: none; 
}

.match-found {
    padding-top: 4px;
    padding-bottom: 4px;
}

p.form-field-err,
span.form-field-err { 
    color: red !important;
    font-weight: bold;
}

.resend-code-status { 
    display: none;
    margin-top: 2px;
}



.account-is-verified, 
.reference-value,
.argo-query-id, 
.argo-query-guid,
.argo-current-guid, 
.chat-requestee-query-guid,
.chat-requestee-guid { 
    display: none 
}



.argo-modal-content,
.argo-general-modal-content { 
    text-align: center; 
}



.argo-modal-footer a,
.argo-modal-footer button,
.argo-category-modal-footer button,
.argo-general-modal-footer a,
.argo-general-modal-footer button { 
    text-transform: uppercase; 
}



/*Modal Autocomplete*/
.ui-autocomplete { 
    /* z-index: 9999; */
    z-index: 10001;
    font-family: 'Gilroy-Light';
}

#select-query-category:hover { 
    cursor: pointer; 
}

.account-status { 
    font-weight: bold; 
}

.account-terms {
    text-transform: capitalize;
}

.account-verified,
.account-terms { 
    color: green; 
}
.account-unverified { 
    color: red; 
}
.account-verified-gold {
    background-color: #fabd0d;
    color: #485156;
    border-radius: 4px;
    padding: 2px 6px 2px 6px;
}
.account-verified-gold-img {
    width: 22px;
    height: auto;
    position: relative;
    top: -3px;
}
.gold-callout {
    background-color: gold !important;
    border: solid 0px #a37a23 !important;
}
.chat-mobile-topic div.gold-callout {
    border: none !important;
    border-radius: 8px 8px 8px 8px;
}



/*Nav Counters*/
.badge {
    font-weight: normal;
    font-size: 10px;
    background-color: #b50000;
}

.menu-argo-icons {
    display: none;
    position: absolute;
    top: 8px;
    left: 6px !important;
    z-index: 10;
}
/*End of Nav Counters*/



/*argo match result*/
.argo-match-result { 
    display: block; 
    width: 100%;
}
.argo-match-result > div {
    vertical-align: top;
    display: inline-block;
    width: 48.5%;
    margin: 2px;
}
.argo-query {
    /* padding: 10px 0 10px 0; */
    padding: 10px 4px 10px 4px;
    text-align: center;
}
.argo-current-query {
    border-radius: 8px;
    border: solid 1px #7197aa;
    color: #7197aa;
}
.argo-other-query {
    background-color: #f9f9f9;
    border-radius: 8px;
    border: solid 1px #ccc;
}

#area-code-addon { 
    color: #999999; 
}

.query-field-err {
    display: none;
    color: red;
    /* color: yellow; */
    font-weight: bold;
}
.query-field-err-matching {
    display: none;
    color: #ffca2c;
    font-weight: bold;
}

.query-limit-in-index,
.query-limit-in-index a {
    color: #ffca2c;
    font-weight: bold;
}
.query-limit-in-index a {
    text-decoration: underline;
}

.not-public { 
    font-style: italic; 
    font-size: 11px;
    font-weight: bold;
    color: blue;    
}

.argo-dtable {
    width: 100%;
    margin-bottom: 40px;
}

.row-updated-status {
    margin-left: 4px;
    color: green;
}

.profile-btns { 
    float: right;
    margin-left: 4px;
    position: relative;
    top: -4px;
}

.icon-counter {
    color: red;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.delete-account-phrase {
    color: #a94442;
    font-weight: bold;
}

.chat-image-holder img {
    position: relative;
    top: -2px;
    border-radius: 50%;
    width: 35px;
    height: auto;
    max-height: 35px;
}
.chat-image-holder span.chat-tempo-image {
    margin-right: 4px;
}

.avatar-holder {
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.avatar-holder p { 
    text-align: center; 
}



.official-avatar,
.tempo-avatar {
    font-size: 24px;
    display: block;
    max-width: 200px;
    height: 200px;
    background-color: rgba(51, 51, 51, 0.15);
    margin: 0 auto 0 auto;
}
.tempo-avatar span {
    display: block;
    padding-top: 14%;
}
.official-avatar {
    overflow: hidden;
    max-width: 160px !important;
    height: 160px !important;
    border-radius: 50%;
    border: solid 3px #999;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.official-avatar img { 
    max-width: 200px;
}



#avatar .avatar-container { 
    display: none; 
}
#avatar.ready .avatar-container { 
    display: block; 
}
.avatar-container {
    max-width: 200px !important;
    height: 200px;
    margin: 0 auto;
}

.gender-section {
    position: relative; 
    top: -30px;
}

.shortbio-section {
    position: relative;
    top: -40px;
}

#avatar-upload-file { cursor: pointer !important; }

#update-avatar {
    cursor: pointer !important;
    border-radius: 50%;
    background-color: #ccc;
    position: relative;
    top: -165px;
    right: 60px;
}
#update-avatar span {
    cursor: pointer !important;
}
.image-accepted-label { 
    margin-bottom: 8px; 
    position: relative;
    top: -40px;
}
.image-accepted-label span { 
    font-style: italic;
    color: #999;
}
.avatar-uploader-section {
    display: inline-block !important;
    padding: 0px !important;
    margin: 0px !important;
}

.file-btn { 
    position: relative; 
    font-size: 18px;
    cursor: pointer !important;
}
.file-btn input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer !important;
}



.croppie-container .cr-slider-wrap { 
    margin-top: 4px !important; 
}
.croppie-container .cr-viewport, 
.croppie-container .cr-resizer {
    border: solid 4px #999 !important;
    box-shadow: 0 0 2000px 2000px rgba(255, 255, 255, 0.75) !important;
}



.suggested-match-profile-image {
    display: block;
    margin: 0 auto 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}



.nav-profile-image {
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    margin-right: 8px;    
}


/*MENU - TEMPORARY PROFILE IMAGE*/
.nav-tempo-image { color: #222 !important; }


.menu-simplified {
    border-radius: 50%;
    font-size: 20px;
}

.menu-simplified-responsive,
.menu-simplified-responsive-item {
    display: none !important;
}

.menu-simplified-item {}

.menu-simplified-profile {
    padding-top: 6px;
    text-align: center;
}

.menu-simplified-profile > span.nav-profile-image-holder {
    text-align: center;
}
.menu-simplified-profile > span.nav-profile-image-holder > .nav-profile-image {
    float: none !important;
    margin: 2px auto 2px auto;
    width: 60px;
    height: 60px;    
}
.menu-simplified-profile > span.nav-profile-image-holder > .nav-tempo-image {
    display: block;
    margin-top: 10px;
    /* font-size: 60px; */
    font-size: 45px;
}

.menu-simplified-item a span {
    display: inline-block;
}
.menu-simplified-item a > span.menu-argo-icons {
    position: initial;
}

/*INDICATORS*/
/*mobile indicator holder*/
.mobile-chat-notif-indicators {
    display: none;
    position: absolute;
    right: 8px;
    top: -2px;
}

/*chat and notifs indicators*/
.notifs-indicator,
.chat-indicator {
    display: none;
    float: right;
    position: absolute;
    right: 6px;
    top: 10px;
    display: block;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border-radius: 50%
}


.drop-down-icon {
    width: 18px;
    border: solid 0px red;
}



.new-notif-msg { 
    font-weight: bold; 
}



.row-wrapper {
    padding: 4px 0 4px 0;
    cursor: pointer;
}
.row-wrapper a {
    color: #000 !important;
}



.dataTables_filter input[type='search'] { 
    border: solid 1px #7a7a7a !important; 
}



.spacer, .spacer-40 { 
    padding-bottom: 40px; 
}
.spacer-30 { 
    padding-bottom: 30px; 
}
.spacer-20 { 
    padding-bottom: 20px; 
}
.spacer-10 { 
    padding-bottom: 10px; 
}

/*CHAT LIST/CHANNEL PANE SECTION*/
#chat-wrapper {
    width: 100%;
    height: 94.5%;
    position: absolute !important;
    bottom: 0px !important;
    border-top: solid 1px #ccc;
}

.chat-channel-pane {
    background-color: #253b97;
    height: 100%;
}

.chat-header {
    padding: 8px 0 4px 8px;
    margin: 0px;
}
.chat-header span {
    display: inline-block;
    font-weight: bold !important;
    color: #fff;
}

.chat-reminder {
    color: gray;
    font-style: italic;
}

.chat-channel-list-loader {
    text-align: center;
    display: none;
    margin-top: 20px;
}
.chat-channel-list-loader span {
    color: #999;
}


.chat-channel-section {
    overflow-y: scroll;
    height: 90% !important;
    padding-bottom: 40px;
}
.chat-channel-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.is_active {
    background-color: #f9f9f9;
    box-shadow: 0px 1px 5px #ccc;
    font-weight: bold;
    color: #222;
}


.send-message-container {
    display: block;
    /*border: solid 1px red;*/
    height: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.send-message-loader {
    position: relative;
    top: -20px;
    display: none;
    color: #5cb85c;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}



.messaging-reminder {
    text-align: center;
    /*margin-top: 8px;*/
	margin-top: 0px !important; /*--mobile adjustments*/
}
.messaging-reminder a {
    font-weight: bold;
}

.messaging-upgrade {
    margin-top: 8px;
    text-align: center;
    margin-bottom: 8px !important;    
}
.messaging-upgrade a {
    font-weight: bold;
    color: #3c763d;
}


.last-conversation { background-color: #f1f0f0; }

.channel-has-unread { background-color: #3c763d !important; }


.channel-thread-guid-holder {
    display: none;
}

/*.channel-thread-header span {
    display: inline-block;
    vertical-align: middle;
}*/

.channel-thread-header img {
    border-radius: 50%;
    width: 34px;
    height: auto;
}
.channel-thread-header .chat-names-content {
    padding-bottom: 3px;
}
.channel-thread-header .chat-other-username {
    color: #999 !important;
    font-size: 14px !important;
    font-weight: bold;
    font-style: normal !important;
}

.chat-terminate-holder {
    display: none;
    float: right;
    position: relative;
    bottom: -4px;
    font-size: 20px;
    padding-left: 4px;
    margin-left: 4px;
    color: #999;
    cursor: pointer;
}
.chat-terminate-holder span.terminate-icon {
    display: block;
    width: 35px;
    height: 35px;
    /* background-image: url('../images/icons/icon-chat-terminate-default.png'); */
    background-size: 35px auto;
    background-position: center;
}
.chat-terminate-holder span.terminate-icon:hover {
    /* background-image: url('../images/icons/icon-chat-terminate-red-hover.png'); */
    background-position: center;
}

#chat-termination-reason {
    text-align: center;
}
#chat-termination-reason:hover {
    cursor: pointer;
}

/*CHAT WINDOW PANE SECTION*/
.chat-thread-holder { border-top: solid 1px #ccc; }

.chat-thread-desktop {
    background-image: url('../images/transparent-iceberg-only.png') !important;
    background-size: 100% auto;
    background-repeat: no-repeat !important;
}

#chat-threads { height: 300px; }

.chat-thread-messages {
    height: 500px;
    overflow-y: scroll; 
    overflow-x: hidden;
}

.chat-thread-messages ul.chat-thread {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}
.chat-thread-messages ul.chat-thread span {
    /*border-radius: 10px 10px 10px 10px;*/
    padding: 4px 8px 4px 8px;
}
.chat-thread-messages ul.chat-thread li {
    padding-top: 4px;
    padding-bottom: 12px;
    font-size: 12px;
    font-weight: bold;
}

.chat-thread-messages ul.chat-thread li.msg-mine {
    text-align: right;
}

.chat-thread-messages ul.chat-thread li.msg-mine span {
    color: #242584;
    /*color: #fff;*/
}

.chat-thread-messages ul.chat-thread li.msg-others span {
    color: #222;
}

.no-chats-found,
.no-chats-found-status { 
    color: #fff; 
    font-style: italic;
}

#chat-thread-input-reminder { display: none; }

.chat-thread-inputs { 
    padding-top: 10px;
    display: none; 
}
.chat-input {
    padding-top: 21px;
    padding-bottom: 21px;    
}
.chat-input-textarea {
    height: 50px;
}
.chat-send-premium {
    display: inline-block;
    height: 110px;
    position: relative;
    top: -10px;
}


.my-message, 
.others-message {
    margin-top: 8px; /*-- mobile adjustments*/
    margin-bottom: 8px;
    width: 100%;
}
.my-message span.message,
.others-message span.message {
    padding: 4px 12px 4px 12px;
    border-radius: 10px;
    cursor: pointer;
}
.my-message span.message p,
.others-message span.message p {
    padding: 0px !important;
    margin: 0px !important;
}
.my-message span.chat-timestamp,
.others-message span.chat-timestamp {
    display: none;
    font-size: 11px;
    font-style: italic;
    color: #999;
    padding-top: 4px;
}


.my-message {
    text-align: right !important;
    padding-right: 12px;
}
.my-message span.username {
    display: none;
}
.my-message span.message {
    display: inline-block;
    text-align: left;
    color: #fff;
    background-color: #7197aa;
    max-width: 300px;
}
.my-message span.message a {
    text-decoration: underline !important;
}



.others-message {
    color: #222;
    margin-left: 8px;
}
.others-message span.username,
.others-message span.message {
    display: block;
    max-width: 300px;
}
.others-message span.username {
    font-size: 11px;
    color: #999;    
}
.others-message span.message {
    display: inline-block;
    background-color: #f1f0f0;
    overflow-wrap: break-word;
}
.others-message span.message a {
    color: #222 !important;
    text-decoration: underline !important;
}



.chat-window-pane {
    background-color: #fff;
}



.chat-window-loader {   
    display: none; 
    text-align: center;
    padding: 50px 0 100px 0;
}
.chat-window-loader span {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #999;
}
.chat-window-loader span:first-of-type {
    margin-bottom: 0px;
}
.chat-window-loader span:last-of-type {
    margin-top: 4px;
}
.fast-spin {
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
}



.active-query-count {
    display: none;
}



.query-stats {
    text-align: right;
    padding: 2px 4px 2px 4px;
}
.query-stats .stats-label { font-style: italic; }


.chat-window-pane-header div {
    display: inline-block;
}

.chat-window-pane-header .back-to-chat-pane {
    display: none;
}
.chat-window-pane-header .back-to-chat-pane:hover {
    color: #7197aa;
}


.argo-btn { margin: 2px; }


/*Notify JS*/
.notifyjs-wrapper { position: fixed !important; }
/*End of Notify JS*/

/*Process/Page Loader*/
.page-loader {
    display: none;
}
.page-loader-wrapper {
    z-index:999999;
    display:block;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(255,255,255, 0.5);
}
.page-loader-holder {    
    display: block;
    height: 50%;
    /* width: 95%; */
    width: 96%;
    text-align: center;
}
.page-loader-holder span {
    position: absolute;
    bottom: 50%;
    color: #222;
}
/*End of Process/Page Loader*/

.modal-header .close {
    display: none !important;
}

#chat-safety-reminder {
    border: solid 0px red;
    display: block;
    width: 4px;
    height: 4px;
    position: relative;
    top: -50px;
}

.argo-dtable { width: 100% !important; }
.argo-dtable thead tr > th,
.argo-dtable tbody tr > td { width: 55% !important; }
/*Date Received*/
.argo-dtable thead tr th:nth-of-type(2),
.argo-dtable tbody tr td:nth-of-type(2) { width: 15% !important; }
/*Chat column*/
.argo-dtable thead tr th:nth-of-type(3),
.argo-dtable tbody tr td:nth-of-type(3) { width: 20% !important; }

.module-table-holder {
    padding-top: 20px;
    padding-bottom: 20px;
}

.dashboard-v2-query-stats {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.tab-content {
    background-color: #fff;
}

/*Go Heroic*/
ul.go-heroic-payment-plan-holder {
    margin: 0px;
    padding-top: 10px;
    padding-left: 0px;
}
ul.go-heroic-payment-plan-holder li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul.go-heroic-payment-plan-holder li div {
    text-align: center;
    border: solid 0px #ccc;
    border-radius: 4px;
    /*box-shadow: 4px 4px 6px #ccc;*/
    margin: 2px;
    margin-bottom: 4px;
    padding: 24px 0 24px 0;
}
ul.go-heroic-payment-plan-holder li div a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px !important;
}
ul.go-heroic-payment-plan-holder li div h4 {
    font-weight: bold;
    text-transform: uppercase;
}
ul.go-heroic-payment-plan-holder li div label {
    display: block;
    font-size: 45px;
    padding: 4px 0 4px 0;
}
ul.go-heroic-payment-plan-holder li div span {
    display: block;
    font-weight: bold;
    color: #999;
    margin-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
}
ul.go-heroic-payment-plan-holder li div span.most-popular {
    position: absolute;
    right: 2px;
    top: 8px;
    padding: 2px 2px 2px 8px;
    border-radius: 10px 0 0 10px;
    background-color: #000;
    color: #fff;
}
ul.go-heroic-payment-plan-holder li div input[type='radio'] {
    display: none;
}

.go-heroic-payment-content-holder { padding: 30px; }

.go-heroic-payment-content-holder button { margin-top: 20px !important; }

.go-heroic-payment-content-holder p {
    font-size: 16px !important;
    line-height: 32px;
    text-align: justify;
}

.go-heroic-img {
    max-width: 80px;
    margin-bottom: 10px;
}
.go-heroic-icon {
    position: relative;
    top: -2px;
}
.go-heroic-icon-24 { max-width: 24px; }
.go-heroic-icon-20 { max-width: 20px; }
.go-heroic-icon-18 { max-width: 18px; }
.go-heroic-icon-16 { max-width: 16px; }

.go-heroic-modal-icon {
    display: block;
    width: 85px;
    height: 85px;
    margin: 0 auto 0 auto;
    background-image: url('../images/icons/icon-go-heroic.png');
    background-size: 80px auto;
    background-position: center;
    background-repeat: no-repeat;    
}

.go-heroic-link-nav { text-align: center !important; }
.go-heroic-link-nav-btn { 
    display: block !important;
    margin: 4px 5px 0px 5px;
}
.go-heroic-link-nav-btn-color,
.go-heroic-link-nav-btn-color:visited,
.go-heroic-link-nav-btn-color:active,
.go-heroic-link-nav-btn-color:link {
    background-color:#ffd700 !important;
    color: #000 !important;
    border: solid 1px #ffd700 !important;
}
.go-heroic-link-nav-btn-color:hover {
    background-color:#f8d101 !important;
    color: #000 !important;
    border: solid 1px #f8d101 !important;
}
.go-heroic-link-nav-btn-mobile { padding: 2px 8px 2px 8px !important; }

.go-heroic-title { color: #7197aa; }

.go-heroic-monthly { background-color: #8DD7F7; }
.go-heroic-monthly span {
    color: #222 !important;
}
.go-heroic-quarterly { 
    background-color: #00ADEF; 
    color: #fff;
}
.go-heroic-annual {
    background-color: #024DA1; 
    color: #fff;
}
.go-heroic-annual span,
.go-heroic-quarterly span { color: #fff !important; }

.upgrade-monthly-btn,
.upgrade-quarterly-btn,
.upgrade-annual-btn {
    /* border: solid 2px #000; */
    border: solid 2px #737373;
    color: #fff;
    padding-top: 40px;
    /* background-image: url('../images/icons/icon-setsail-main2.png') !important; */
    background-position: top;
    background-size: 55px auto;
    background-repeat: no-repeat;
    /* background-color: #000; */
    background-color: #737373;
}
.upgrade-monthly-btn:hover,
.upgrade-quarterly-btn:hover,
.upgrade-annual-btn:hover {
    /* background-image: url('../images/icons/icon-setsail-main-hover-2.png') !important; */
    color: #fff !important;
}
.heroic-plan-value {
    font-weight: bold;
}
.plan-selected {
    border: solid 2px #fff;
    background-color: #000;
    /* background-color: #222; */
}

.go-heroic-wrapper h1.section-title {
    text-align: center !important;
    font-weight: bold !important;
    color: #000;
}
.go-heroic-wrapper h2.section-title {
    text-align: center;
    font-weight: bold;
}

.go-heroic-wrapper .go-heroic-panel-border {
    border: solid 1px #7197aa;
}
.go-heroic-wrapper .go-heroic-header-border {
    border-top: solid 0px transparent;
    border-left: solid 0px transparent;
    border-right: solid 0px transparent;
}
.go-heroic-wrapper .go-heroic-panel {
    margin-top: 50px;
    margin-bottom: 50px;
}
.go-heroic-wrapper ol.go-heroic-features {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}
.go-heroic-wrapper ol.go-heroic-features li {
    margin-bottom: 8px !important;
}

.go-heroic-wrapper .panel-heading {
    background-color: transparent;
    color: #7197aa;
}

.go-heroic-wrapper button.upgrade-account {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}

.upgrade-cancelled-btn-section a img {
    width: 20px;
    height: auto;
    position: relative;
    top: -2px;
}
/*End of Go Heroic*/


/*View Profile*/
.profile-content { word-wrap: break-word; }

.profile-badge-holder {
    display: block;
    position: absolute;
    bottom: -10px;
    max-width: 190px;
    width: 100%;
    margin: auto;
}

.profile-badge-holder-nav {
    display: none;
    position: absolute;
    right: 35px;
    top: 50px;
}

.profile-badge-holder-modal {
    position: absolute;
    width: 8px;
    top: 50px;
}

.profile-badge {
    display: block;
    float: right;
    border-radius: 50%;
    background-image: url('../images/icons/icon-heroic-badge-2.png') !important;
    background-repeat: no-repeat;
}

.profile-badge-mobile {
    display: block;
    border-radius: 50%;
    border: solid 2px #f9f9f9;
    background-color: gold;    
    width: 10px;
    height: 10px;
    position: absolute;
    top: 22px;
    left: 30px;
}

.profile-badge-medium {
    background-size: 40px auto;
    width: 58px !important;
    height: 55px !important;
}
.profile-badge-small {
    background-size: 20px auto;
    width: 25px !important;
    height: 35px !important;
    position: relative;
    right: -40px !important;
}
.profile-badge-small-menu {
    right: 0px !important;
}
.move-small-badge {
    position: relative !important;
    left: -12px !important
}

.profile-image-badge-update {
    display: block;
    margin: 0 auto 0 auto !important;
    position: absolute;
    bottom: 100px;
    width: 188px;
}

.tempo-avatar span.profile-image-badge-update {
    width: 200px;
}

.profile-idverified-holder-modal {
    position: absolute;
    top: 56px;
    left: 255px;
    color: #5b8ba0;
}

.bdate-validation {
    display: none;
    color: red;
}
/*End of View Profile*/
/*Profile Overlay*/
.profile-overlay {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99992;
    top: 0%;
    left: 0%;
    background-color: rgb(200,200,200);
    background-color: rgba(200,200,200, 0.25);
    overflow-x: hidden;
    transition: 0.5s;
    padding: 16px;
}

.profile-overlay-external-closer {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0%;
    left: 0%;
}

.profile-overlay-content {
    padding: 40px;
    padding-bottom: 20px;
    width: 65%;
    max-width: 1366px !important;    
    text-align: center;
    margin: 0 auto 0 auto;
    background-color: #fff;
    border-radius: 4px;
    border: solid 2px #999;
}

.profile-overlay-content a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #999;
    display: block;
    transition: 0.3s;
}

.profile-overlay-content a:hover, .profile-overlay-content a:focus {
    color: #000;
}
  
.profile-overlay-content .closebtn {
    position: absolute;
    top: -10px;
    right: 18.5%;
    font-size: 60px;
}

.profile-overlay-view {
    cursor: pointer;
}

.profile-overlay-wrapper {
    min-height: 300px;
    margin-bottom: 20px;
}

.profile-overlay-user-details {
    text-align: center; 
}

.profile-overlay-user-details h2 {
    color: #7096a9;
}

.profile-overlay-user-shortbio {
    text-align: left;
    white-space: pre-line;
}
.profile-overlay-user-shortbio ul li { padding: 0px !important; }
.user-is-upgraded { white-space: normal !important; }

.profile-overlay-user-imageholder {
    display: block;
    margin: 0 auto 0 auto;
    width: 150px;
}

.profile-overlay-image {
    width: 150px;
    height: 150px;
    border-radius: 50% !important;
    border: solid 2px #999;
    background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: center;
}

.profile-overlay-image-tempo {
    background-image: url('../images/icons/argo-tempo-img.png') !important;
    width: 150px;
    height: 150px;
    border-radius: 50% !important;
    background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: center;
}

.profile-overlay-badge {
    display: block;
    width: 182px;
    height: 150px;
    background-image: url('../images/icons/icon-heroic-badge-2.png') !important;
    background-size: 50px auto;
    background-position: right bottom;
    background-repeat: no-repeat;
}


.viewer-is-upgraded a,
.user-is-upgraded a {
    display: inline;
    font-size: inherit;
    color: #7197aa;
    padding: 0px !important;
    text-decoration: underline !important;
}

/*Profile Overlay Version 2 Style*/
.profile-overlay-wrapper {
    margin-bottom: 0px !important;
}
.profile-overlay-user-details-v2 {
    text-align: left;
}
.profile-overlay-user-details-v2 .gender-mobile-verified-section div {
    display: inline-block;
    padding-right: 6px;
    margin-right: 6px;
    border-right: solid 1px #ccc;
}
.profile-overlay-user-details-v2 .gender-mobile-verified-section div:last-of-type {
    border-right: solid 0px #ccc;
}
.profile-overlay-user-details-v2 .badge-section div {
    width: auto;
    display: inline-block;
    margin-right: 4px;
}
.profile-overlay-user-details-v2 .user-socialmedia-platforms-overlay {
    margin-bottom: 0px !important;
}
.profile-overlay-user-details-v2 .user-socialmedia-platforms-overlay span {
    position: relative;
    top: -4px;
}
.profile-overlay-user-details-v2 .user-socialmedia-platforms-overlay a {
    font-size: 12px !important;
}
.profile-overlay-user-details-v2 .profile-overlay-location,
.profile-overlay-user-details-v2 .profile-overlay-membership,
.profile-overlay-user-details-v2 .profile-overlay-agegroup {
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
}

.profile-overlay-gallery-v2 .no-gallery {
    color: #ccc;
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
}

.overlay-gallery-heading {
    color: #999;
    text-transform: uppercase;
}
.overlay-gallery-heading > span {
    background-color: #fff;
    padding: 0px 20px 0px 20px;
    position: relative;
    top: -30px;
}

/*End of Profile Overlay Version 2 Style*/


@media screen and (max-height: 450px) {
    .profile-overlay a {font-size: 20px}
    .profile-overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


/*Gallery*/
.gallery-uploader-form-wrapper > div {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.gallery-uploader-form-wrapper .gallery-upload-logo {
    color: #ccc;
}
.gallery-images ul {
    margin: 20px auto 0 auto;
    padding: 0;
    text-align: center;
}
.gallery-images ul li.gallery-item {
    cursor: pointer;
    display: inline-block;
    width: 160px;
    height: 160px;
    margin: 4px;
}
.gallery-images ul li.gallery-item div:first-of-type {
    position: absolute;
    z-index: 500;
    display: block;
    margin: 2px 0 0 2px;
    /* padding: 7px 2px 2px 2px; */
    padding: 4px;
    width: 30px;
    height: 30px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    border: solid 1px transparent;
    color: #fff;
}
.gallery-images ul li.gallery-item div:first-of-type:hover {
    border: solid 1px #999;
}
.gallery-images ul li.gallery-item div:last-of-type {
    display: block;
    border: solid 1px #ccc !important;
    width: 160px;
    height: 160px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: 170px auto;
    background-position: center;    
}

/*Gallery Modal*/
.gallery-upload-modal-imagelist ul {
    margin: 20px auto 0 auto;
    padding: 0;
    text-align: center;
}
.gallery-upload-modal-imagelist ul li.gallery-item {
    cursor: pointer;
    display: inline-block;
    width: 160px;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 8px;
    margin: 4px;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: 170px auto;
    background-position: center;
}
.gallery-upload-modal-imagelist ul li.gallery-item div:first-of-type {
    position: absolute;
    z-index: 500;
    display: block;
    margin: 2px 0 0 2px;
    padding: 7px 2px 2px 2px;
    width: 30px;
    height: 30px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    border: solid 1px transparent;
    color: #fff;
}
.gallery-upload-modal-imagelist ul li.gallery-item div:first-of-type:hover {
    border: solid 1px #999;
}
.gallery-upload-modal-imagelist ul li.gallery-item div:last-of-type {
    display: block;
    border: solid 1px #ccc !important;
    width: 160px;
    height: 160px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: 170px auto;
    background-position: center;    
}
.gallery-tempo-images-count-err {
    display: none;
}
.confirmUploadWarning { 
    color: red; 
    font-style: italic;
}

/*Profile Gallery*/
.public-profile-gallery span {
    display: block;
    position: relative;
    z-index: 10;
    width: 200px;
    text-transform: uppercase;
    margin: 0 auto 0 auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center !important;
    background-color: #fff !important;
    color: #999;
}

.public-profile-gallery hr {
    position: relative;
    bottom: -35px;
}

.public-profile-gallery .no-gallery {
    color: #ccc;
    display: block;
    padding-top: 60px;
    padding-bottom: 40px;
}
.public-profile-gallery .no-gallery span {
    font-size: 14px;
    font-style: italic;
    color: #ccc;
}

.public-profile-images ul {
    margin: 20px 0 0 0 !important;
    padding: 10px !important;
    text-align: center;
}

.public-profile-images ul li,
.public-profile-images ul li a.profile-gallery-item {
    width: 180px;
    height: 180px;
}

.public-profile-images ul li {
    cursor: pointer;
    display: inline-block;
    margin: 4px !important;
}

.public-profile-images ul li a.profile-gallery-item {
    display: block;
    border: solid 1px #ccc !important;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: 200px auto;
    background-position: center;
}

/*Profile Overlay Gallery*/
.profile-overlay-gallery ul {
    margin: 0 !important;
    padding: 10px !important;
    text-align: center;
}

.profile-overlay-gallery ul li,
.profile-overlay-gallery ul li a.overlay-gallery-item {
    width: 250px !important;
    height: 250px !important;
}

.profile-overlay-gallery ul li {
    cursor: pointer;
    display: inline-block;
    margin: 4px !important;
}

.profile-overlay-gallery ul li a.overlay-gallery-item {
    display: block;
    border: solid 1px #ccc !important;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: 200px auto;
    background-position: center;
}


/*Profile - Verified Mobile/Email*/
.profile-public-mobileno-unverified-stamp,
.profile-overlay-mobileno-unverified-stamp {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold !important;
    font-style: italic !important;
    margin: 4px 0 4px 0;
}
.profile-public-mobileno-unverified-stamp {
    text-align: left !important;
}
.profile-public-mobileno-unverified-stamp span,
.profile-overlay-mobileno-unverified-stamp span {
    color: red;
    padding: 4px;
}


/*Location, Birthdate, Mobile No. Tooltips*/
.signup-label, 
.chillax-tooltip,
.location-tooltip,
.mobileno-tooltip,
.birthdate-tooltip { 
    color: #999; 
}
.wishes-tooltip {
    color: #ffca2c;
}

.location-tooltip,
.chillax-tooltip,
.mobileno-tooltip,
.birthdate-tooltip,
.wishes-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.location-tooltip .image-upload-text {
    font-style: normal;
}

.location-tooltip .location-tooltip-text,
.chillax-tooltip .chillax-tooltip-text,
.mobileno-tooltip .mobileno-tooltip-text,
.birthdate-tooltip .birthdate-tooltip-text,
.wishes-tooltip .wishes-tooltip-text {
    width: 150px;
    font-family: 'Gilroy-Light' !important;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    visibility: hidden;    
    background-color: #222;    
    text-align: center;
    line-height: 1.3em;
    border-radius: 6px;
    padding: 5px;
    cursor: pointer;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
.chillax-tooltip .chillax-tooltip-text {
    width: 180px;
    left: -180px;
}
.mobileno-tooltip .mobileno-tooltip-text,
.birthdate-tooltip .birthdate-tooltip-text {
    z-index: 5;
}

.location-tooltip:hover .location-tooltip-text,
.chillax-tooltip:hover .chillax-tooltip-text,
.mobileno-tooltip:hover .mobileno-tooltip-text,
.birthdate-tooltip:hover .birthdate-tooltip-text,
.wishes-tooltip:hover .wishes-tooltip-text {
    visibility: visible;
}


/*Public Profile Tooltip*/
.profile-status-tooltip { 
    color: #999; 
}
.profile-status-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.profile-status-tooltip .profile-status-tooltip-text {
    width: 150px;
    font-family: 'Gilroy-Light' !important;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    visibility: hidden;    
    background-color: #222;    
    text-align: center;
    line-height: 1.3em;
    border-radius: 6px;
    padding: 5px;
    cursor: pointer;
    /* Position the tooltip */
    position: absolute;
    bottom: 18px;
    left: 0px;
    z-index: 1;
}

.profile-status-tooltip:hover .profile-status-tooltip-text {
    visibility: visible;
}


/*Edit Public Profile Link*/
.edit-profile-section {
    text-align: right !important;
    font-weight: bold;
}
.edit-profile-section a {
    text-decoration: none;
    color: #999;
}
.edit-profile-section a:hover {
    color: #222 !important;
}


/*Sticky Profile Settings Navigation*/
.sticky-profile-nav.stick {
    display: block;
    float: none;
    width: 100%;
    margin-top: 50px;
    padding-top: 4px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
}
.sticky-profile-nav.stick .profile-btns {
    border-radius: 0 0 4px 4px;
}


/*Public Profile: Social Media Platforms*/
.user-socialmedia-platforms {
    display: inline-block;
    padding-bottom: 4px !important;
    text-align: left !important;
}
.user-socialmedia-platforms a {
    /* margin: 2px 4px 2px 4px !important; */
    color: #b9e5fa !important;
    text-decoration: none;
}
.user-socialmedia-platforms a:hover {
    transition: color 0.3s;
    color: #2e3092 !important;
}

.user-socialmedia-platforms .link-icon {
    position: relative;
    top: -4px;
    color: #222 !important;
}

.user-socialmedia-platforms-overlay {
    margin-bottom: 20px !important;
}
.user-socialmedia-platforms-overlay a {
    color: #b9e5fa !important;
    display: inline-block !important;
    margin: 2px 3px 2px 3px !important;
    padding: 0px !important;
    font-size: 18px !important;
}
.user-socialmedia-platforms-overlay a:hover {
    transition: color 0.3s;
    color: #2e3092 !important;
}


/*Public Profile: Location, Membership, Age Group*/
.profile-public-location,
.profile-public-membership,
.profile-public-agegroup {
    display: inline-block;
    padding-bottom: 6px;
    padding-right: 8px;
    font-weight: bold;
}


/*FAQ*/
#additional-benefits {
    position: relative;
    top: -20px;
}


/*Chat Overlay For Mobile*/
.chat-thread-mobile-overlay,
.chat-threadmessages-mobile-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,1);
    z-index: 10000 !important;
}
.chat-thread-mobile-overlay {
    background-color: #253b97 !important;
}

.chat-thread-mobile-overlay .chat-channel-section {
    border-bottom: none;
}

.chat-thread-mobile-overlay .chat-channel div.chat-names span.chat-names-content:last-of-type {
    max-width: 100% !important;
}

.chat-threadmessages-mobile-overlay, 
.chat-threadmessages-mobile-overlay .chat-mobile-content {
    background-color: #fff !important;
}

/*.chat-threadmessages-mobile-overlay .chat-thread-messages, -- mobile adjustment*/
.chat-threadmessages-mobile-overlay .chat-window-loader {
    padding-top: 15% !important;
}
.chat-threadmessages-mobile-overlay .chat-thread-messages {
    /*border: solid 1px red;*/
}

.chat-mobile-content {
    display: block;
    background-color: #253b97;
}
.chat-mobile-content .chat-reminder {
    text-align: center;
}
.chat-mobile-content .chat-channel-section .chat-other-user-alias,
.chat-mobile-content .chat-channel-section .chat-other-user-alias .user-tag,
.chat-mobile-content .chat-channel-section .chat-user-topics .my-words {
    color: #fff;
}
.chat-mobile-content .chat-channel-section .chat-other-user-alias .user-tag {
    font-style: italic;
    font-weight: normal;
}
.chat-mobile-content .chat-channel-section ul li {
    border: solid 1px #253b97 !important;
    border-bottom: solid 1px transparent !important;
}
.chat-mobile-content .chat-channel-section ul li.is_active {
    background-color: #1164a3 !important;
}
.chat-mobile-content .chat-channel-section .chat-card > div.chat-other-user img {
    border: solid 2px #fff;
}
.chat-mobile-content .chat-channel-section .chat-channel-list-loader {
    color: #fff !important;
    font-size: 40px !important;
}
.chat-threadmessages-mobile-overlay .chat-thread-messages {
    background-image: url('../images/transparent-iceberg-only.png') !important;
    background-size: 700px auto;
    background-position: center;
    background-repeat: no-repeat !important;    
    background-color: #fff;
}

.chat-mobile-header {
    /*position: fixed; -- mobile adjustment*/
    width: 100%;   
    background-color: #fff;
    /*z-index: 99995;  -- mobile adjustment*/
}

.chat-mobile-header-nav {
    display: flex;
    padding: 4px;
    border-bottom: solid 1px #ccc;
    background-color: #fff !important;
}

.chat-mobile-header-nav div {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 8px ;
    border: solid 0px #999;
}
.chat-mobile-header-nav div:first-of-type,
/*.chat-mobile-header-nav div.chat-mobile-user-image,*/
.chat-mobile-header-nav div:last-of-type {
    width: 50px;
}

.chat-mobile-link {
    display: none !important;
}

.chat-mobile-home,
.chat-mobile-home span,
.chat-mobile-back-nav span {
    color: #999;
    cursor: pointer;
}

.chat-mobile-home span:hover,
.chat-mobile-back-nav span:hover {
    color: #7197aa;
    cursor: pointer;
}

.chat-mobile-back-nav span {
    padding-top: 6px;
}

.chat-mobile-main-title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #7197aa;
}

.chat-mobile-user-image a {
    color: #7197aa;
}
.chat-mobile-user-image a img {
    position: relative;
    top: -2px;
    border-radius: 50%;
    width: 28px;
    height: auto;
    max-height: 28px;
    
}

.chat-mobile-topic {
    /*display: inline-block;*/
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
.chat-mobile-topic div,
.chat-mobile-topic span {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
}
.chat-mobile-topic span img {
    margin: 0 auto 0 auto;
    border-radius: 50%;
    width: 35px;
    height: 35px;    
}
.chat-mobile-topic span.mobile-other-user-alias {
    color: #7197aa;
}
.chat-mobile-topic h4.chat-other-username {
    color: #7197aa;
    font-size: 11px;
    font-weight: bold !important;
}
.chat-mobile-topic .media-left {
    padding-right: 0px;
}
.chat-mobile-topic .chat-topic {
    font-size: 10px !important;
}

/*NEW CHAT IMPLEMENTATION - MOBILE VIEW*/
.chat-mobile-topic .chat-other-user {
    padding: 0px;
}
.chat-mobile-topic .chat-other-user img {
    margin: 0 auto 0 auto;
    border-radius: 50%;
    border: solid 2px #222;
    width: 35px;
    height: 35px;
}
.chat-mobile-topic .chat-user-topics {
    padding: 0px !important;
}
.chat-mobile-topic .chat-user-topics div.my-words {
    display: none !important;
}
.chat-mobile-topic .chat-user-topics div.callout {
    padding: 0px !important;
}
.chat-mobile-topic .chat-main-user {
    display: none !important;
}

/*END OF NEW CHAT IMPLEMENTATION - MOBILE VIEW*/

.chat-mobile-terminate {
    font-size: 20px;
    cursor: pointer;
}

.chat-mobile-terminate span.terminate-icon {
    display: block;
    width: 38px;
    height: 38px;
    /* background-image: url('../images/icons/icon-chat-terminate-default.png'); */
    background-size: 38px auto;
    background-position: top;    
}

.chat-mobile-terminate span.terminate-icon:hover {
    /* background-image: url('../images/icons/icon-chat-terminate-red-hover.png'); */
    background-position: center;
}

.chat-mobile-footer {
    display: block;
    width: 100%;
    background-color: #fff;
    position: fixed;
    bottom: 0px;
    z-index: 100;
}

.chat-mobile-footer-content {
    text-align: left;
    padding: 8px 8px 0px 8px;
}
/* End of Chat Mobile Overlay */

								

.chat-mobile-textinput-section {
    text-align: left !important;
}

.chat-mobile-content .chat-thread-messages {
    border-bottom: solid 0px #ccc !important;
}
/* End of Chat Mobile Overlay */ 

/*NEW CHAT IMPLEMENTATION*/
.chat-channel { padding: 4px; }

.chat-channel .chat-card-status span.terminate-icon {
    width: 23px;
    height: 23px;
    background-size: 25px auto;
    background-position: center;
    display: inline-block;
    cursor: pointer;
}
.chat-channel .chat-card-status span.terminate-icon:hover {
    background-position: center;
}

.chat-channel:hover {
    background-color: #f9f9f9;
    box-shadow: 0px 1px 5px #ccc;
}
.chat-card-status {
    display: flex;
}
.chat-card-status > div {
    flex-direction: column;
}
.chat-card-status > div.chat-other-user-alias {
    flex: 1 1 100%;
    font-weight: bold;
    color: #222;
}
.chat-card-status > div.chat-other-user-alias .user-tag {
    color: #999;
}
.chat-card-status > div.chat-status .fa-link {
    color: #5cb85c;
}
.chat-card-status > div.chat-status .fa-unlink {
    color: #d9534f;
}
.chat-card-status > div.channel-has-unread {
    margin-left: 4px !important;
}

.chat-card {
    display: flex;
    align-items: center;
    border: solid 0px red;
}
.chat-card > div {
    flex-direction: column;
}
.chat-card > div span {
    display: block;
    border: solid 1px red;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 6px;
}
.chat-card > div img {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    border: solid 2px #ccc;
}
.chat-card > div .callout {
    width: 100%;
    border: solid 0px red;
    margin: 4px;
    padding: 4px;
    text-align: center;
    cursor: default;
}
.chat-card > div .his-words {
    border-radius: 10px 10px 10px 0px;
    border: solid 1px #222;
    background-color: #fff;
}
.chat-card > div .my-words {
    border-radius: 10px 0px 10px 10px;
    border: solid 1px #ccc;
    color: #999;
}
.chat-card > div.chat-other-user img {
    border: solid 2px #222;
}
.chat-card > div.chat-other-user img,
.chat-card .no-profile-image {
    cursor: pointer;
}
.chat-card > span.mobile-other-user-alias {
    display: none;
    color: #7197aa;
}
.chat-card > div.chat-user-topics {
    flex: 1 1 auto;
}

.chat-card > div.chat-main-user {
    padding-left: 8px;
    color: #fff;
}


/*CHAT CHANNELS - DESKTOP VIEW*/
.chat-channels-desktop .is_active {
    border-radius: 4px !important;
    background-color: #1164a3;
    box-shadow: 0px 1px 5px #2e3192;
}
.chat-channels-desktop .chat-channel-list-loader {
    color: #fff;
    font-size: 20px;
}
.chat-channels-desktop .chat-channel .channel-has-unread {
    background-color: #8dd8f8 !important;
    color: #222 !important;
    font-weight: bold;
    margin-left: 2px;
}

.chat-channels-desktop .chat-channel:hover {
    background-color: #1164a3;
    box-shadow: 0px 1px 5px #2e3192;
    border-radius: 4px !important;
}

.chat-channels-desktop .chat-card-status > div.chat-other-user-alias,
.chat-channels-desktop .chat-card-status > div.chat-other-user-alias .user-tag {
    color: #fff;
}
.chat-channels-desktop .chat-card-status > div.chat-other-user-alias .user-tag {
    font-style: italic;
    font-weight: normal !important;
}

.chat-channels-desktop .chat-card > div .my-words {
    border: solid 1px #fff;
    color: #fff;
}
.chat-channels-desktop .chat-card .chat-other-user {
    color: #fff;
}
.chat-channels-desktop .chat-card .chat-other-user img {
    border: solid 2px #fff;
}
.chat-channels-desktop .chat-channel .chat-card-status span.terminate-icon {
    width: 30px !important;
    height: 30px !important;
    background-repeat: no-repeat;
    background-size: 30px auto;
}
/*END OF CHAT CHANNELS - DESKTOP VIEW*/


.channel-thread-topic {
    display: flex;
}
.channel-thread-topic > div {
    flex-direction: column;
    align-items: center;
}
.channel-thread-topic > div.channel-topic-others {
    margin-right: 6px;
}
.channel-thread-topic > div.channel-topic-others img {    
    position: relative;
    top: -20px;
}
.channel-thread-topic > div.channel-topic-others .no-profile-image {
    position: relative;
    top: -10px;
}
.channel-thread-topic > div.channel-topic-others img,
.channel-thread-topic > div.channel-topic-others .no-profile-image {
    cursor: pointer;
}
.channel-thread-topic > div.channel-topic-others-details span {
    display: block;
}
.channel-thread-topic > div.channel-topic-others-details span.user-alias {
    font-size: 18px;
    /*color: #999;*/
    color: #222;
    font-weight: bold;
}
.channel-thread-topic > div.channel-topic-others-details span.user-alias .user-tag {
    display: inline-block;    
    color: #999;
    padding: 2px 0 2px 0;
}
.channel-thread-topic > div.channel-topic-others-details span.user-topic {
    padding: 4px 8px 4px 8px;    
    font-weight: bold;
    border: solid 1px #000;
    border-radius: 0px 8px 8px 8px;
}
.channel-thread-topic .user-alias span.badge {
    display: none;
}
/*END OF NEW CHAT IMPLEMENTATION*/


/*VERIFY IDENTITY*/
.verify-identity-link-nav { 
    text-align: center !important; 
    display: block;
}
.verify-identity-nav-btn { 
    display: block !important;
    margin: 4px 5px 0 5px;
}
.verify-identity-nav-btn-mobile { padding: 2px 8px 2px 8px !important; }

.verify-identity-success-btn-section a img {
    width: 20px;
    height: auto;
    position: relative;
    top: -2px;
}

.profile-identity-verified,
.profile-identity-not-verified,
.profile-identity-verification-paid,
.profile-identity-verification-unpaid {
    font-weight: bold;
}

.profile-identity-verified,
.profile-identity-verification-paid {
    color: green;
}
.profile-identity-not-verified,
.profile-identity-verification-unpaid {
    color: blue;
}

.hide-verify-btn {
    display: none !important;
}

.identity-process-titles {
    font-weight: bold;
    text-align: center;
}

.identity-verified-badge {
    background-color: #485156 !important;
    color: #f9f9f9 !important;
}

.identity-verified-profile-badge {
    /* display: block;
    width: 250px; */
    display: inline-block;
    background-color: #485156 !important;
    /* background-color: #62411f !important; */
    color: #f9f9f9 !important;
    margin: 0 auto 4px auto;
    padding: 4px;
    border-radius: 4px;
}

.account-upgraded-badge {
    display: block;
    width: 250px;
    background-color: gold !important;
    margin: 0 auto 4px auto;
    padding: 4px;
    border-radius: 4px;
}
.account-upgraded-badge img {
    width: 20px;
    position: relative;
    top: -1px;
}
/*END OF VERIFY IDENTITY*/


/*ALERT ICON*/
.close { 
    opacity: 1 !important; 
    color: inherit;
}


/*AUTO RENEW*/
.autorenew-status-msg {
    display: none;
    font-size: 12px;
    font-weight: bold;
}
.autorenew-loader {
    color: #999;
}


/*HELP CENTER*/
.help-center-wrapper {
    margin-top: 50px;
}

.help-center-required {
    color: red !important;
    font-weight: normal !important;
    font-size: 18px;    
}

.help-center-bug-fields,
.help-center-abuse-fields {
    display: none;
}

.required-field-section {
    color: #999;
    font-weight: bold;
}

.menu-label-settings-adjustment {
    margin-left: 4px;
}

.menu-label-help-center-adjustment {
    margin-left: 10px;
}
/*HELP CENTER - USER LIST AUTOCOMPLETE*/
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    font-family: 'Gilroy-Light';
}


/*LOG OUT*/
.menu-label-logout-adjustment {
    margin-left: 8px;
}


/*INACTIVE USER ACCOUNT*/
.inactive-user-notif {
    color: #a94442;
    padding: 2px;
    font-size: 12px;
    text-align: center;
}


/*PROMO CODE SECTION*/
.promo-section  {
    display: none;
}


/*UNCONFIRMED CONTACT DETAILS*/
.unconfirmed-contacts {
    color: red;
    font-weight: bold;
}
.unconfirmed-contacts:hover {
    color: red;
}


/*STRUGGLE*/
.struggle-query-validation-holder {
    padding-top: 2px;
}

.struggle-label {
    display: none;
    position: absolute;
    right: 20px;
    padding-right: 4px;
    cursor: pointer;
    color: #0072bc;
    font-weight: bold;
    background-image: url('../images/icons/drowning-4.png');
    background-size: 30px auto;
    background-repeat: no-repeat;
    width: 30px;
    height: 60px;
    /* background-image: url('../images/icons/drowning-5.png');
    background-size: 40px auto;
    background-repeat: no-repeat;
    width: 40px;
    height: 80px;     */
}


/*SHORT BIO LIMIT*/
.char-limit-section {
    text-align: left;
    position: relative;
    top: -2px;
    color: #999;
}

/*NUDGE USER - STILL WANT TO CHAT SUSPENDED USER*/
#nudge-suspended-user {
    display: none;
    float: right;
    margin-top: 22px;
}

/*DATEPICKER MOBILE*/
#ui-datepicker-div {
    z-index: 4 !important;
}

/*NOTIFICATION MOBILE*/
.btn-accepted-redirect-mobile { display: none; }


/*DASHBOARD MOBILE*/
.dashboard-entry-mobile { display: none; }

/*TOAST - POPOVER*/
.toast-title {
    font-weight: bold !important;
}
.toast-message {
    font-size: 14px !important;
}
.toast-item-wrapper.error {
    background-color: #dc3545 !important;
    border: 1px solid #bb2d3b !important; 
}
.toast-item-wrapper.warning {
    background-color: #ffca2c !important;
    border: 1px solid #ffc107 !important; 
}
.toast-argo-redirect {
    cursor: pointer;
}
/*END OF TOAST - POPOVER*/


/*COMMUNITY GUIDELINES*/
.community-guideline-item p {
    font-size: 18px;
    text-align: justify;
}

.dreamers-of { display: block; }


/*QUICKSTART*/
#argo-quickstart {
    display: none;
    background-color: transparent;
}

#argo-quickstart img {
    width: 100%;
    min-width: 280px;
    max-width: 800px;
    height: auto;
}

#argo-quickstart div {
    padding-top: 4px;
    text-align: right;
    color: #fff;
}

#argo-quickstart div a {
    cursor: default;
    color: inherit;
    text-decoration: none;    
}
#argo-quickstart div a:hover {
    text-decoration: underline;
}

a.muteQuickStartMusic,
a.cancelQuickStart,
a.repeatSlide {
    cursor: pointer !important;
}

.quickstart-link {
    cursor: pointer;
}

/*USER QUERY FIELD AND BUTTON MOD*/
.user-query-mod {
    background-image: url('../images/icons/message-in-a-bottle-icon-gray-60.png');
    background-repeat: no-repeat;
    background-size: 36px auto;
    background-position: 16px 10px;
    padding: 20px 8px 20px 66px !important;
    border-radius: 20px 0 0 20px;
}
.user-query-mod-btn {
    padding: 20px 90px 20px 0 !important;
    border-radius: 0 20px 20px 0;    
}


/*ARGO LOGO*/
.argo-logo {
    width: 150px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 4px;
}

.login-holder {
    /* padding-top: 30px; */
    text-align: center;
}


/* MULTI STEP SIGN UP PROGRESS INDICATOR */
/* Make circles that indicate the steps of the form: */
.tab {
    display: none;
}

.processing-submission {
    margin-top: 30px;
    display: none;
}

.signup-field-required {
    font-weight: bold;
    font-size: 24px;
    color: #dc3545;
}

input.invalid {
    background-color: #ffdddd;
}

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

/* Mark the active step: */
.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #5b8ba0;
}

.multistep-process-indicators {
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
}

.multistep-buttons-section {
    text-align: center !important;
}


/*BIRTHDATE FLEX*/
.birthday-flex {
    display: flex;
    flex-wrap: nowrap;
}
.birthday-flex > div {
    width: 100%;
    margin-right: 4px;
}
.birthday-flex > div:last-of-type {
    margin: 0;
}
.birthday-flex > div > select {
    width: 100%;
    margin-right: 4px;
}

/*NEW AREA CODE FIELD*/
.area-code-addon-field {
    width: 25% !important;
    padding-right: 0 !important;
}

/*PROFILE SETTINGS FIELD*/
.shortbio-section div { text-align: left !important; }

.shortbio-preview {
    border: solid 1px #ccc;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 12px;
    margin-top: 10px;
}

.settings-field { max-width: 438px !important; }
.settings-mobile-no { max-width: 75% !important; }

.settings-shortbio {
    display: block;
    text-align: center !important;
    color: blue;
    font-weight: bold !important;
    cursor: pointer;
    margin-top: 4px;
    margin-bottom: 4px;    
}
.settings-shortbio:hover {
    text-decoration: underline;
}
.settings-shortbio-section label {
    text-align: center;
    display: block;
}

/*POTENTIAL MATCH MODAL*/
.connection-limit-warning {
    text-align: center;
    font-weight: bold;
    font-style: italic;
}
.connection-limit-warning a {
    color: inherit;
    text-transform: none !important;
    text-decoration: underline;
}

/*GOOGLE SIGN-IN*/
.other-login-option {
    color: #999;
}
.argo-google-login { 
    color: #fff;
    margin-bottom: 4px; 
    background-color: #0a95ff !important;
    border: none;
}
.argo-google-login:hover {
    color: #fff;
    background-color: #0074cc !important;
    border: none;
}
.argo-google-login:active,
.argo-google-login:visited {
    color: #fff !important;
}
.argo-google-login span {
    display: inline-block;
    border-radius: 4px;
    background-color: #fff;
    padding: 4px;
}
.argo-google-login span img {
    width: 18px;
}
.social-media-avatar {
    width: 50px;
    border-radius: 50%;
}

.close-messaging-reminder {
    position: relative;
    top: -30px !important;
}


/* CHAT POPUP SECTION */
.chat-popup-section {
    display: block;
    max-width: 50%;
    /* width: 50%; */
    height: 50px;
    z-index: 10000;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
}

.chat-popup-item {
    display: inline-block;
}


/*3840 resolution*/
@media screen and (max-width: 3840px) {

    body { 
        background-image: url('../images/animate-argo-bg-3840.png');
        background-size: cover;
    }

    #argo-query-form { 
        position: relative;
        top: 500px; 
    }

    .argo-text-only {
        top: 170px;
        background-size: 640px auto; 
    }

    .info { top: 400px; }    

    .what-is-argo-text { max-width: 60% !important; }
}

/*2560 resolution*/
@media screen and (max-width: 2560px) {

    body {
        background-image: url('../images/animate-argo-bg.png');
    }

    .info { top: 20px; }
}

@media screen and (max-width: 2560px) and (max-height: 1600px) {

    #chat-wrapper { height: 97% !important; }

    .chat-thread-messages { height: 1040px !important; }
}

@media screen and (max-width: 2560px) and (max-height: 1080px) {

    #chat-wrapper { height: 95% !important; }

    .chat-thread-messages { height: 540px !important; }
}

/*2048 resolution*/
@media screen and (max-width: 2048px) {

    #chat-wrapper { height: 96% !important; }

    .chat-thread-messages { height: 820px !important; }
}

/*1920 resolution*/
@media screen and (max-width: 1920px) {

    body { background-size: 1920px 1080px; }

    .argo-text-only {
        top: 0px;
        background-size: 450px auto; 
    }

    #argo-query-form, .info { top: 0px; }

    #chat-wrapper { height: 94% !important; }

    .chat-thread-messages { height: 440px !important; }
}

/*1680 resolution*/
@media screen and (max-width: 1680px) {

    .chat-thread-messages { height: 400px !important; }
}

/*1600 resolution*/
@media screen and (max-width: 1600px) {

    #chat-wrapper { height: 94% !important; }

    .channel-thread-header { max-width: 90%; }

    .chat-thread-messages { height: 420px !important; }

    .info { top: -140px; }
}

/*1440 resolution*/
@media screen and (max-width: 1440px) {

    .channel-thread-header { max-width: 90%; }

    .chat-thread-messages { height: 320px !important; }

    .info { top: -140px; }

    .profile-overlay-gallery ul li, .profile-overlay-gallery ul li a.overlay-gallery-item {
        width: 185px;
        height: 185px;
    }
}

/*1366 resolution*/
@media screen and (max-width: 1366px) {

    body { background-size: 1366px auto; }

    .argo-text-only {
        top: -80px;
        background-size: 420px auto;
    }

    .info { top: -165px; }

    .what-is-argo-text { max-width: 70% !important; }

    #chat-wrapper { height: 93% !important; }

    .chat-thread-messages { height: 230px !important; }

    .profile-overlay-gallery ul li, .profile-overlay-gallery ul li a.overlay-gallery-item {
        width: 175px;
        height: 175px;
    }
}

/*1280 resolution*/
@media screen and (max-width: 1280px) {
    
    #chat-wrapper { height: 93.2% !important; }
}

/*1024 resolution*/
@media screen and (max-width: 1024px) {

    .what-is-argo-text { max-width: 95% !important; }
}

/*896 resolution*/
@media screen and (max-width: 896px)  {

    .chat-header { padding: 0px 0px 4px 0px; }

    .chat-window-pane { display: none; }

    .chat-window-pane-header .back-to-chat-pane {
        display: inline-block;
        cursor: pointer;
    }

    .chat-terminate-holder { bottom: 4px; }

    .chat-channel-section ul li { 
        padding: 16px;
        text-align: left;
    }
    
    .chat-channel-section ul li span.chat-names { font-size: 10px; }

    .chat-thread-messages { height: 140px; }
}

/*834 resolution*/
@media screen and (max-width: 834px) {

    .info { padding-top: 20px; }

    .chat-channel-pane,
    .chat-window-pane { padding-top: 10px; }

    .chat-terminate-holder span.terminate-icon {
        position: relative;
        bottom: -10px;
    }       
}

/*820 resolution*/
@media screen and (max-width: 820px) {

    /* chat menu standard and mobile links */
    .chat-mobile-link { display: inline !important; }

    .chat-standard-link { display: none !important; }

    .info { padding-top: 60px; }

    .chat-mobile-footer-content button.close-messaging-reminder {
        position: relative !important;
        top: -12px !important;
        right: -6px !important;
    }
}

/*812 resolution*/
@media screen and (max-width: 812px) {

    .info { padding-top: 60px; }
}

/*768 resolution*/
@media screen and (max-width: 768px) {
    
    .query-wrapper { margin-top: 180px; }
    
    .login-wrapper { margin-top: 40px !important; }

    .minor-padding-left, 
    .minor-padding-right,
    .minor-padding-bottom,
    .no-padding { 
        padding: 0px !important;
        padding: 0 12px 4px 12px !important;
    }

    #userRegisterForm .col-sm-14 { padding: 0 10px 0 10px; }

    .category-wrapper {
        padding-left: 12px;
        padding-right: 12px;
    }

    .chat-channel-section {
        transition: height 220px 0.5s;
        height: 800px;
    }     

    /*.chat-channel-section ul li div:first-of-type {
        position: relative;
        right: -8px;
        top: -2px;
    } -- mobile adjustments*/

    .chat-thread-messages { height: 700px; }

    .chat-channel-pane,
    .chat-window-pane { padding-top: 4px; }
    
    .profile-overlay-content { width: 85%; }

    .profile-overlay-content .closebtn { right: 9.5%; }

    .profile-overlay-gallery ul li,
    .profile-overlay-gallery ul li a.overlay-gallery-item {
        width: 112px !important;
        height: 112px !important;
    }
    
    .profile-overlay-gallery ul li a.overlay-gallery-item {
        background-size: 160px auto;
    }

    .profile-personal-details { text-align: center !important; }

    /*multi-step sign up*/
    .tab { padding: 0 4px 0 4px; }
    .tab p { padding: 0 4px 0 4px; }

    .signup-label {
        /* padding-left: 14px; */
    }

    /* chat menu standard and mobile links */
    .chat-mobile-link { display: inline !important; }

    .chat-standard-link { display: none !important; }

    .chat-threadmessages-mobile-overlay .chat-thread-messages { height: 825px !important; }

    /*chat search field - mobile*/
    .chat-mobile-search .chat-mobile-searchfield {
        width: 100%;
        max-width: 95%;
        margin: 0 auto 0 auto;
    }

    .btn-accepted-redirect-mobile { display: block; }

    .btn-accepted-redirect-desktop { display: none; }

    .mobile-chat-notif-indicators { display: none; }

    .dashboard-entry-mobile { display: inline-block; }

    .dashboard-entry-desktop { display: none; }

    .row-wrapper a { text-decoration: underline !important; }

    #nudge-suspended-user { margin-top: 0px !important; }

    .profile-overlay-user-details-v2 { text-align: center; }

    .profile-public-mobileno-unverified-stamp { text-align: center !important; }

    .user-socialmedia-platforms { 
        display: block;
        text-align: center !important; 
    }
}

/*740 resolution*/
@media screen and (max-width: 740px) {

    body { background-position: top; }

    nav.navbar {
        background-color: #fff;
        border-bottom: solid 1px #ccc;
    }
    .menu-simplified,
    .menu-simplified-profile,
    .menu-simplified-item { display: none; }

    .menu-simplified-responsive,
    .menu-simplified-responsive-item { display: block !important; }

    .menu-simplified-responsive-item a > span { display: inline-block; }
    .menu-simplified-responsive-item a > span:last-of-type { vertical-align: middle; }

    .menu-simplified-responsive-item span.menu-notif-icon {
        position: initial;
        padding: 0px !important;
        margin: 0px !important;
        font-weight: normal;
        font-size: 11px !important;
    }

    .mobile-chat-notif-indicators { display: block; }
}


/*540 resolution*/
@media screen and (max-width: 540px) {
    /*MOBILE NAVIGATION BAR*/
    .argo-main-menu { display: none !important; }

    nav.navbar {
        background-color: transparent !important;
        border-bottom: none;
    }

    .set-sail-simplified-responsive { display: none !important; }

    nav div.navbar-header {
        background-color: #fff;
        border-bottom: solid 1px #ccc;
    }

    #navbar {        
        min-width: 180px;
        max-width: 195px;
        float: right;
        background-color: #fff;
        border: solid 1px #ccc;
        border-top: none;
        border-right: none;
        max-height: 500px !important;
    }

    .menu-simplified-responsive {
        padding-top: 6px;
        text-align: center;
    }
    
    .menu-simplified-responsive > span.nav-profile-image-holder {
        text-align: center;
    }
    .menu-simplified-responsive > span.nav-profile-image-holder > .nav-profile-image {
        float: none !important;
        margin: 2px auto 2px auto;
        width: 60px;
        height: 60px;    
    }
    .menu-simplified-responsive > span.nav-profile-image-holder > .nav-tempo-image {
        display: block;
        margin-top: 10px;
        /* font-size: 60px; */
        font-size: 45px;
    }

    .navbar-default .navbar-nav > li.menu-simplified-responsive-item > a {
        color: #222 !important;
    }

    .nav-icon-setsail {  
        /*width: 92px !important;*/
    }

    .nav-icon-notifications {
        /* width: 134px !important; */
        /* width: 124px !important; */
        /* background-image: url('../images/icons/icon-notification-hover.png') !important; */
    }

    .nav-icon-chats {
        /* width: 80px !important; */
        /* background-image: url('../images/icons/icon-chats-hover.png') !important; */
    }

    .nav-icon-profile-dashboard {
        /* width: 122px !important; */
    }    

    .menu-simplified-responsive-item-border {
        border-bottom: solid 1px #f9f9f9;
    }

    .menu-simplified-responsive-item-bottom-padding { padding-bottom: 8px; }

    .profile-idverified-holder-modal { left: 212px; }

    .profile-overlay-user-shortbio { text-align: justify; }

    .profile-overlay-user-details-v2 .badge-section div {
        display: block !important;
        text-align: center;
    }

    .profile-overlay-gallery ul li, .profile-overlay-gallery ul li a.overlay-gallery-item {
        width: 80px !important;
        height: 80px !important;
    }

    .identity-verified-badge {
        padding: 4px !important; 
        margin-right: 2px !important;
        border-radius: 4px !important;
        position: relative !important;
        bottom: -2px !important;
    }
    .identity-verified-badge > span {
        font-size: 11px;
    }

    .identity-verified-badge > span.badge-text {
        display: none !important;
    }

    .verify-identity-nav-btn,
    .go-heroic-link-nav-btn {
        margin: 4px auto 0 auto;
        display: block !important;    
        width: 150px !important;
    }    

    .go-heroic-link-nav-btn-mobile { 
        font-size: 11px !important;
        padding: 2px 8px 2px 8px !important; 
    }

    .chat-mobile-footer-content button.close-messaging-reminder {
        position: relative !important;
        top: -15px !important;
        right: -6px !important;
    }    
}


/*480 resolution*/
@media screen and (max-width: 480px) {

    body { 
        background-position: top; 
        background-size: 1450px auto;
    }

    .argo-text-only {
        top: 70px;
        background-size: 380px auto; 
    }

    .info { 
        position: relative;
        top: -60px;
    }

    .page-loader-holder { width: 90%; }

    .sidebar { padding-top: 50px; }
    .sidebar a { font-size: 14px; }

    .query-wrapper { margin-top: 80px; }

    .mood-wrapper { padding-bottom: 14px !important; }

    .info { padding-top: 4px; } 
    
    /*.menu-icons { display: none !important; }*/
    .chat-window-pane-header div { vertical-align: top !important; }

    .channel-thread-header { width: 300px; }

    .chat-channel-section { height: 490px; }  
    
    .chat-thread-messages { height: 345px; }
}

/*414 resolution*/
@media screen and (max-width: 414px) {

    .page-loader-holder { 
        /* width: 80%;  */
        width: 87%; 
    }

    .profile-overlay { 
        height: 100%;
        width: 100%;
        padding: 10px;
    }

    .profile-overlay-content {
        width: 100%;
        padding: 18px;
        padding-top: 40px;
    }

    .profile-overlay-content .closebtn {
        right: 10px;
    }

    .profile-overlay-gallery ul li,
    .profile-overlay-gallery ul li a.overlay-gallery-item {
        width: 80px !important;
        height: 80px !important;
    }
    
    .profile-overlay-gallery ul li a.overlay-gallery-item {
        background-size: 100px auto;
    }

    .public-profile-images ul li,
    .public-profile-images ul li a.profile-gallery-item {
        width: 100px;
        height: 100px;
    }
    
    .public-profile-images ul li a.profile-gallery-item {
        background-size: 120px auto;
    }
    
    .public-avatar-gender {
        text-align: center !important;
    }

    .chat-mobile-footer-content div.messaging-reminder a {
        font-size: 13px !important;
    }

    .chat-mobile-footer-content button.close-messaging-reminder {
        position: relative !important;
        top: -30px !important;
        right: -6px !important;
    }

    .verify-identity-link-nav {
        display: inline-block;
    }

    .go-heroic-link-nav-btn-mobile { 
        font-size: 11px !important;
        padding: 2px 8px 2px 8px !important; 
    }

    .go-heroic-icon-16 {
        max-width: 12px;
    }

    .identity-verified-badge {
        padding: 4px !important; 
        margin-right: 2px !important;
        border-radius: 4px !important;
        position: relative !important;
        bottom: -2px !important;
    }
    .identity-verified-badge > span {
        font-size: 11px;
    }

    .identity-verified-badge > span.badge-text {
        display: none !important;
    }

    .profile-idverified-holder-modal {
        left: 150px;
    }
    
    .profile-btns {
        font-weight: bold;
        padding: 10px 5px 10px 5px !important;
    }

    .navbar {
        box-shadow: none !important;
    }
}

/* iPhone 6/7/8 Plus - 414 x 736 */
@media (max-width: 414px) and (max-height: 736px) {
    .chat-thread-mobile-overlay .chat-channel-section {
        /* max-height: 636px !important; */
        /* max-height: 585px !important; */
        height: auto;
    }

    .chat-threadmessages-mobile-overlay .chat-window-loader {
        /* padding-top: 50% !important; */
        padding-top: 40% !important;
    }

    .chat-threadmessages-mobile-overlay .chat-thread-messages {
        /*padding-top: 25% !important; -- mobile adjustments*/
        /*height: 520px !important; -- mobile adjustments*/
        /* max-height: 400px; - live*/
        /* max-height: 300px; */
        height: auto;
    }
}

/* Pixel 2XL*/
@media (max-width: 411px) and (max-height: 823px) {
    .chat-thread-mobile-overlay .chat-channel-section {
        /* max-height: 723px !important; */
        height: auto;
    }

    /* .chat-threadmessages-mobile-overlay .chat-window-loader {
        padding-top: 50% !important;
    } */

    .chat-threadmessages-mobile-overlay .chat-thread-messages {
        /*padding-top: 25% !important; --mobile adjustments*/
        /* max-height: 475px; */
        height: auto;
    }
}

/* Pixel 2*/
@media (max-width: 411px) and (max-height: 731px) {
    .chat-thread-mobile-overlay .chat-channel-section {
        /* max-height: 631px !important; */
        height: auto;
    }

    /* .chat-threadmessages-mobile-overlay .chat-window-loader {
        padding-top: 50% !important;
    } */

    .chat-threadmessages-mobile-overlay .chat-thread-messages {
        /* padding-top: 25% !important; --mobile adjustments */
        /* max-height: 400px; */
        height: auto;
    } 
}


/*375 resolution*/
@media screen and (max-width: 375px) {

    body { 
        background-position: top; 
        background-size: 1400px auto;
    }

    .argo-text-only { 
        top: 60px;
        background-size: 340px auto; 
    }

    .info { top: -40px; }

    .channel-thread-header { width: 265px; }

    .chat-channel-section { height: 480px; }

    .chat-thread-messages { height: 280px; }

    .chat-window-pane-header .back-to-chat-pane {
        display: inline-block;
        cursor: pointer;
    }
    .gallery-images ul li.gallery-item,
    .gallery-images ul li.gallery-item div:last-of-type {
        width: 75px;
        height: 75px;
        background-size: 80px auto;
    }

    .profile-btns {
        font-size: 13px !important;
    }

    .profile-btns,
    .sticky-profile-nav.stick .profile-btns {
        padding: 10px 4px 10px 4px !important;
        margin-bottom: 4px;
    }
    
    .profile-overlay-gallery ul li a.overlay-gallery-item {
        background-size: 45px auto;
    }
    
    .profile-overlay-gallery ul li, .profile-overlay-gallery ul li a.overlay-gallery-item {
        width: 45px;
        height: 45px;
    }

    .profile-idverified-holder-modal {
        left: 132px;
    }
}

/* iPhone X - 375 x 812 resolution */
@media (max-width: 375px) and (max-height: 812px) {
    .chat-thread-mobile-overlay .chat-channel-section {
        /* max-height: 712px !important; */
        height: auto;
    }

    /* .chat-threadmessages-mobile-overlay .chat-window-loader {
        padding-top: 50% !important;
    } */

    .chat-threadmessages-mobile-overlay .chat-thread-messages {
        /*padding-top: 25% !important; --mobile adjustments*/
        /* height: 600px !important; --mobile adjustments*/
        /* max-height: 475px; */
        height: auto;
    }
}

/* iPhone 6/7/8 - 375 x 667 */
@media (max-width: 375px) and (max-height: 667px) {
    .chat-thread-mobile-overlay .chat-channel-section {
        /* max-height: 567px !important; */
        height: auto;
    }

    /* .chat-threadmessages-mobile-overlay .chat-window-loader {
        padding-top: 50% !important;
    } */

    .chat-threadmessages-mobile-overlay .chat-thread-messages {
        /*padding-top: 28% !important; --mobile adjustments*/
        /* height: 450px !important; --mobile adjustments*/
        /* max-height: 320px; */
        height: auto;
    }
}


/*360 resolution*/
@media screen and (max-width: 360px) {

    body { 
        background-position: top -10px; 
        background-size: 1300px auto;
    }

    .argo-text-only { 
        top: 60px;
        background-size: 330px auto; 
    }

    .info { top: -100px; }
    
    .public-profile-images ul li,
    .public-profile-images ul li a.profile-gallery-item {
        width: 100px;
        height: 100px;
    }
    
    .public-profile-images ul li a.profile-gallery-item {
        background-size: 120px auto;
    }

    .chat-mobile-footer-content div.messaging-reminder a {
        font-size: 11px !important;
    }

    .profile-idverified-holder-modal {
        left: 124px;
    }    
}

/* Galaxy Note 3, Note II, S III,  360 x 640*/
@media (max-width: 360px) and (max-height: 640) {
    .chat-threadmessages-mobile-overlay .chat-thread-messages {
        /*padding-top: 28% !important;*/
        /* max-height: 450px; */
        height: auto;
    }

    .chat-threadmessages-mobile-overlay .chat-window-loader {
        padding-top: 20% !important;
    }   
}

/*320 resolution*/
@media screen and (max-width: 320px) {

    body { 
        background-position: top -10px; 
        background-size: 1100px auto;
    }

    .argo-text-only { 
        top: 0px;
        background-size: 290px auto; 
    }

    .info { top: -180px; }

    .channel-thread-header { width: 200px; }

    .chat-channel-section { height: 320px; }

    .chat-thread-messages { height: 180px; }

    .my-message span.message,
    .others-message span.username,
    .others-message span.message { max-width: 200px; }

    .chat-channel-section ul li div:first-of-type {
        right: -8px;
        top: -8px;
    }

    .chat-channel-section ul li div:last-of-type {
        padding: 0px !important;
        font-size: 12px !important;
    }

    .chat-channel div.chat-names {
        display: block;
        overflow-wrap: break-word !important;
        word-wrap: break-word !important;
    }

    .chat-thread-mobile-overlay .chat-main-user {
        position: relative;
        right: -6px;
    }

    .profile-idverified-holder-modal {
        left: 104px;
    }    
}

/* iPhone SE - 320 x 568 */
@media (max-width: 320px) and (max-height: 568px) {
    .chat-thread-mobile-overlay .chat-channel-section {
        /* max-height: 468px !important; */
        height: auto;
    }

    .chat-threadmessages-mobile-overlay .chat-window-loader {
        padding-top: 30% !important;
    }

    .chat-threadmessages-mobile-overlay .chat-thread-messages {
        /* padding-top: 32% !important; */
        /* height: 335px !important; */
        /* max-height: 190px; */
        height: auto;
    }
}

/*280 resolution*/
@media screen and (max-width: 280px) {

    .profile-idverified-holder-modal {
        left: 280px;
    }
}

/*touch capability*/
@media(hover: hover) and (pointer: fine) {
    .nav-icon-setsail:focus,
    .nav-icon-setsail:active {
        color: #222;
        /* background-image: url('../images/icons/icon-setsail-hover.png'); */
    }

    .setsail-main-btn:focus,
    .setsail-main-btn:active {
        /* background-image: url('../images/icons/icon-setsail-main-b.png'); */
        background-color: #6c94a8;
    }

    .nav-icon-delete:focus,
    .nav-icon-delete:active {
        /* background-image: url('../images/icons/icon-delete-hover.png'); */
    }

    .nav-icon-delete-style:focus,
    .nav-icon-delete-style:active {
        background-color: #f9f9f9 !important;
    }

    .nav-icon-notifications:focus,
    .nav-icon-notifications:active {
        color: #222;
        /* background-image: url('../images/icons/icon-notification-hover.png'); */
    }
    
    .nav-icon-chats:focus,
    .nav-icon-chats:active {
        color: #222;
        /* background-image: url('../images/icons/icon-chats-hover.png'); */
    }
    
    .nav-icon-profile-notifications:focus,
    .nav-icon-profile-notifications:active {
        /* background-image: url('../images/icons/icon-notification-hover.png'); */
    }

    .nav-icon-profile-chats:focus,
    .nav-icon-profile-chats:active {
        /* background-image: url('../images/icons/icon-chats-hover.png'); */
    }

    .nav-icon-profile-dashboard:focus,
    .nav-icon-profile-dashboard:active {
        width: 110px;
        /* background-image: url('../images/icons/icon-dashboard-hover.png'); */
    }
    
    .chat-terminate-holder span.terminate-icon:focus,
    .chat-terminate-holder span.terminate-icon:active {
        /* background-image: url('../images/icons/icon-chat-terminate-red-hover.png'); */
        background-position: center;
    }    
}