/* main elements */
body {
	background: #f6f7f9;
	font-size: 1.1rem;
}

iframe {
	border: 0;
}

#top-header-logo {
	text-align: center;
}

#top-header-logo img {
	width: 100%;
	max-width: 750px;
}

#top-header-userblock div {
	margin: 0 auto;
	width: 100%;
	max-width: 750px;
	text-align: right;
}

#top-header-userblock div p {
	margin: 0.15rem 0.5rem 0.2rem 0.5rem;
	font-weight: bold;
}

#top-header-userblock div p,
#top-header-userblock div a {
	color: #f67708;
}

#bottom-main-menu {
	background: #fff;
	color: #888;
	max-width: 750px;
	margin: 0 auto;
}

#bottom-main-menu .row>div {
	text-align: center;
	vertical-align: top;
	font-size: 0.75rem;
	padding: 0.4rem;
}

#bottom-main-menu .row>div>a {
	color: #888;
}

#bottom-main-menu .row>div>a>img {
	display: block;
	height: 1.5rem;
	max-width: 100%;
	margin: 0 auto 0.2rem auto;
}

#body-main-container {
	max-width: 750px;
	margin-top: 70px;
	margin-bottom: 70px;
	padding: 0.4rem 1.3rem 0.4rem 1.3rem;
}

#body-main-container-one-screen {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 750px;
	margin: 0 auto;
}

a.text-muted {
	text-decoration: underline;
}


/* header */
h2 {
	font-size: 1.5rem;
}

.caption-after-header {
	margin-bottom: 1.75rem;
}

h3 {
	font-size: 1.3rem;
}


/* .thrifty-role-option */
.thrifty-role-option {
	text-align: center;
}

.thrifty-role-option:first-child {
	padding-left: 1.5rem;
}

.thrifty-role-option:last-child {
	padding-right: 1.5rem;
}

.thrifty-role-option input {
	visibility: hidden;
	position: absolute;
}

.thrifty-role-option-checked {
	display: none;
	width: 16.5%;
	position: absolute;
	margin-left: -7%;
	top: -7%;
	transition: all .1s;
}

.thrifty-role-option input:checked~.thrifty-role-option-checked,
.thrifty-role-option input:checked~.thrifty-role-option-image-checked,
.thrifty-role-option-image {
	display: block;
}

.thrifty-role-option-image,
.thrifty-role-option-image-checked {
	width: 100%;
	transition: all .1s;
}

.thrifty-role-option-image-checked,
.thrifty-role-option input:checked~.thrifty-role-option-image {
	display: none;
}

.thrifty-role-option span {
	position: relative;
	top: -2.4rem;
}




/* form */
.form-group {
	margin-bottom: 1.75rem;
}

.material-input .form-control:focus {
	background-color: transparent;
	border-color: transparent;
}

.material-input .form-control:focus,
.orange-button:focus,
.orange-white-button:focus {
	box-shadow: 0 0 0 0.15rem rgba(255, 103, 27, .25);
}

.btn-orange {
	color: #ffffff;
	background-color: #f67708;
	border-color: #f67708;
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus {
	background-color: #f68628;
	border-color: #f68628;
	box-shadow: 0 0 0 0.15rem rgba(255, 103, 27, .25);
}

/* .material-input */
.material-input label {
	position: absolute;
	line-height: 0.9 !important;
	margin-left: 0.75rem;
	color: #f67708;
	text-transform: uppercase;
	font-size: 0.9rem;
	transition: all .1s;
}

.material-input .form-control {
	line-height: 2;
	background: none;
	border: none;
	border-radius: 0;
	border-bottom: 0.07rem #dddee0 solid;
	padding-top: 1rem;
}

.material-input textarea.form-control {
	line-height: 1.2;
	padding-top: 1rem;
}

.material-input-focused label,
.material-input-valued label {
	font-size: 0.6rem;
	line-height: 1.3;
}

.material-input select.form-control {
	height: auto;
	padding-top: 1rem;
	padding-bottom: .433rem;
}


/* .orange-button */
.orange-button,
.orange-white-button {
	border-radius: 2rem;
	background-color: #f67708;
	border: none;
	line-height: 2;
	font-size: 1.05rem;
	margin-right: 14px;
}

.orange-button:active,
.orange-button:hover,
.orange-button:disabled {
	background-color: #f67708 !important;
}

.orange-button:disabled {
	opacity: 0.55;
	color: #ddd;
}

.orange-white-button,
.orange-white-button:active,
.orange-white-button:hover,
.orange-white-button:focus {
	background-color: #fff !important;
	color: #f67708 !important;
	border: 2px #f67708 solid !important;
	line-height: 1.8;
}


/* .custom-control-input */
.custom-control {
	padding-left: 2rem;
}

.custom-checkbox .custom-control-label {
	padding-left: 7px;
}

.custom-checkbox .custom-control-label::before {
	border: 0.19rem #ebecee solid;
	background: #fff;
	width: 1.5rem;
	height: 1.5rem;
}

.custom-control-input:active~.custom-control-label::before {
	background: #f3f3f3;
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.15rem rgba(255, 103, 27, .25);
}

.custom-control-input:checked~.custom-control-label::before {
	background: #fff !important;
	border-color: #f8a13e;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
	width: 1.5rem;
	height: 1.5rem;
}


/* .input-radio-block-option */
.input-radio-block-option {
	display: block;
	position: relative;
	background: #fff;
	padding: 1.5rem 2rem;
	font-size: 0.95rem;
	text-transform: uppercase;
	border-radius: 0.3rem;
	word-wrap: break-word;
}

.input-radio-block-option input {
	visibility: hidden;
	position: absolute;
}

.input-radio-block-option-checked {
	display: none;
	width: 2rem;
	position: absolute;
	margin-left: -2.75rem;
	top: -0.75rem;
	transition: all .1s;
}

.input-radio-block-option input:checked~.input-radio-block-option-checked {
	display: block;
}

.input-radio-block-option:before {
	content: "";
	position: absolute;
}

.input-radio-block-option:before {
	top: -0.25rem;
	left: -0.25rem;
	right: -0.25rem;
	bottom: -0.25rem;
	background-image: linear-gradient(45deg, #f76b1c, #fad961);
	z-index: -1;
	border-radius: 0.4rem;
}


/* .input-radio-slider */
.input-radio-slider {
	overflow: auto;
	white-space: nowrap;
	border-bottom: 0.07rem #dddee0 solid;
}

.input-radio-slider-option input {
	display: none;
}

.input-radio-slider-option {
	text-align: center;
	width: 5rem;
	font-size: 0.75rem;
	text-transform: uppercase;
}

.input-radio-slider-option>div {
	width: 4rem;
	height: 4rem;
	margin: 0 auto 0.2rem auto;
	border: 1px #000 solid;
	border-radius: 2.1rem;
}

.input-radio-slider-option>div>div {
	width: 2.2rem;
	height: 2.2rem;
	margin: 0.9rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.input-radio-slider-option input[type=radio]:checked~div {
	background: #f67708;
	border-color: #f67708;
}


/* .orange-label */
.orange-label {
	color: #f67708;
	text-transform: uppercase;
	font-size: 0.9rem;
	margin-left: 0.5rem;
}



/* messages */
.messages-msg {
	margin: 0.7rem 0;
	width: 80%;
	padding: 0.4rem;
}

.messages-msg span:nth-child(1),
.messages-msg span:nth-child(2) {
	display: block;
}

.messages-msg span:nth-child(1) {
	font-size: 0.6rem;
	color: gray;
}

.messages-msg-from-me,
.messages-msg-from-0 {
	background: #eee;
	margin-left: 20%;
}

.messages-msg-from-they,
.messages-msg-from-1,
.messages-msg-from-2 {
	background: #fed;
}

.messages-msg-from-adm {
	background: #fee;
}

.frm-add-message-file {
	display: inline-block;
	padding: 0.2rem;
	border-radius: 0.2rem;
	border: 1px #ddd solid;
	font-size: 0.7rem;
	margin: 0.2rem;
	white-space: nowrap;
}



.checkmarked-list {
	list-style: none;
	position: relative;
}

.checkmarked-list li {
	margin-bottom: 15px;
}

.checkmarked-list li:before {
	content: "✓";
	position: absolute;
	left: 15px;
}

.form-group.material-input {
	min-height: 10px;
}

/* Chat */
#chat-container {
	height: calc(100vh - 192px);
	min-height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#chat-container .chat-history {
	overflow-y: scroll;
}

.user-info {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	/* text-align: left;
	margin-left: 25px; */
	text-align: center;
}

.account-detail {
	font-size: 8px !important;
	font-weight: 500 !important;
	margin: 0 !important;
	margin-top: 5px !important;
}

.account-detail img{
	height:40px !important; 
    width: 40px !important;

}

.user-name img {
	height:100px; 
	width:100px;
	border-radius : 50%;
	object-fit:cover;
}

.form-wrap{
	padding: 0px 0px !important;
}

.user-sales span {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.user-sales p {
    text-transform: capitalize;
	font-size: 16px;
}

.user-name{
	border-right: 3px solid #ff9c4b;
	height: 100%;
	padding: 14px 14px;
	text-align: center;
}

.user-form{
	padding: 14px 0px;
}




@media screen and (max-width: 575px) {
	.user-name {
		text-align: center;
		margin-bottom: 15px;
	}

	.user-info {
		margin-left: 0px !important;
		text-align: center;
	}

	.account-detail {
		font-size: 12px !important;
		font-weight: 500;
		margin: 0;
		margin-top: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.user-form {
		padding: 0px 14px !important;
	}

	
}