﻿/* MY CUSTOM CSS */

@media only screen and (max-width: 1032px) {

    .mb-dn {
    display: none !important;
    }
}

.flash_good{
	color:green;
	font-size:14px;
}

.error-message{
	color:red;
}
#flashMessage{
	color:#57b161;
}

.flash_success_page{
	color:green;
}

.mail-box .panel {
    min-height: 888px;
}

/* .bsTable thead tr th{
				text-align:right !IMPORTANT;
			} */
			.bsTable thead tr th a {
				position: relative !IMPORTANT;
				color: #212121 !IMPORTANT;
			}

th > a:after {
    content: " \f0dc";
    font-family: FontAwesome;
    color: #CCC;
}
th > a.asc:after {
    content: " \f0dd";
    font-family: FontAwesome;
    color: #333;
}
th > a.desc:after {
    content: " \f0de";
    font-family: FontAwesome;
    color: #333;
}

.breadcrumb{
	display:none !IMPORTANT;
}

.UnreadMsg td{
		font-weight:bold !IMPORTANT;
}

.heading-dashboard-widget{
	color: #343434;
	font-size: 17px;
}

.RowHeading{
	font-weight:bold;
}

.nav-tabs li a span{
	font-family:Larsseit;
	font-size: 16px;
}

.soldProductTitle{
	color:#333;
	font-size: 16px;
}


/*Custom CSS by me */

/* .btn.btn-success.btn-block.msgComposeCls, .btn.btn-success.btn-s.addBtn {
	background: -webkit-gradient(linear, left top, left bottom, from(#2d8cec), to(#16b));
	background: linear-gradient(to bottom, #2d8cec, #16b);
	border-color: #16b;
	color: white;
	border-radius: 3px;
	font-weight: 600;
	letter-spacing: 0.03em;
	padding: 10px 14px; --- If issues in other some buttons arise, then remove this comment
}
*/
/* .btn.btn-success.btn-s.addBtn{
	background: -webkit-gradient(linear, left top, left bottom, from(#fda421), to(#ff9800));
	background: linear-gradient(to bottom, #fda421, #ff9800);
	border-color: #FF9800;
	-webkit-box-shadow: inset 0 1px 0 0 #f1a22d;
	box-shadow: inset 0 1px 0 0 #f1a22d;
	color: white;
	border-radius: 3px;
	font-weight: 600;
	letter-spacing: 0.03em;
}
*/


.label.label-success {
	background: -webkit-gradient(linear, left top, left bottom, from(#6dcb00), to(#52b256));
	background: linear-gradient(to bottom, #6dcb00, #52b256);
	border-color: #009688;
	color: white;
	border-radius: 3px;
}


/* CLASS FOR LOADER.GIF ON IMAGE UPLOADS*/
.overlay {
	position: relative;
	width:100%;
	text-align:center !IMPORTANT;
}

.overlay img.loading_circle {
	position: absolute;
	z-index:999;
	margin-left:38%;
	top: 35%;
}

.overlay img.website_setting_logo {
	position: absolute;
	z-index:999;
	margin-left:33%;
	padding-top:2%;
}

.overlay img.userInfoPg {
	position: absolute;
	z-index:999;
	margin-left:38%;
	padding-top:30%;
}


.overlay img.mediumBannerImg {
	position: absolute;
	z-index:999;
	cursor:pointer;
	height:30%;
	width:auto;
	left:40%;
	top: 35%;
}

.overlay img.leatherboardBannerImg {
	position: absolute;
	z-index:999;
	cursor:pointer;
	height:90%;
	width:auto;
	left:45%;
	top: 5%;
}

.overlay img.skycrapperBannerImg {
	position: absolute;
	z-index:999;
	cursor:pointer;
	height:10%;
	width:auto;
	left:35%;
	top: 45%;
}

.overlay img.sqreBannerImg {
	position: absolute;
	z-index:999;
	cursor:pointer;
	height:30%;
	width:auto;
	left:35%;
	top: 35%;
}

.overlay img.PostPurchasePopupDiv {
	position: absolute;
	z-index:999;
	cursor:pointer;
	padding-top:12%;
	padding-left:45%;
}

/* CLASS FOR LOADER.GIF ON IMAGE UPLOADS*/

/* CLASS FOR SOCIAL LINKS */
	.SocialLinks{
		padding:11px !IMPORTANT;
	}

/* CSS FOR WELCOME PAGE */

.WelcomeHeading{
	color:#364C9C !IMPORTANT;
	font-size:16px;
	font-weight:bold;
}

.WelcomeScriptWrapper{
	position:relative;
	font-family: 'Graphik';
}

.copyIconCls{
	position:absolute;
	padding:5px; 
	margin-right:30%;
	border:1px solid #CCC;
	background-color:#CCC;
	color:#333;
	cursor:pointer;
}

.codeBlockDiv{
	background-color:#0C0C39;
	color:#FFF;
	height: 200px;
	width:100%;
}

.CodeWrapperDiv{
	background-color:#0C0C39;
	color:#FFF;
}

/* CSS FOR WELCOME PAGE */

/* Ellopsis Text after 100% width reached*/
.ellipsisTxt{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* SWITCH TOGGLE INTEGRATION PAGE */
.IntegrationSwitch .switchery{
	margin-top:0px !IMPORTANT;
}

/* HEIGHT OF PAYMENT PAGE CARDS */
.payment-wrapper-card {
    max-height: 300px;
    padding: 14px;
    white-space: nowrap;
}

.payment-card-container {
    width: 100%;
    height: 150px;
}

.pay-btn, .mn-pay {
    width: 300px !IMPORTANT;
    padding: 10px;
}
/* CSS FOR WHITE BUTTON */
/* .btn.btn-default{
    background: -webkit-gradient(linear, left top, left bottom, from(#2d8cec), to(#16b)) !IMPORTANT;
    background: linear-gradient(to bottom, #2d8cec, #16b) !IMPORTANT;
    border-color: #16b !IMPORTANT;
    color: white !IMPORTANT;
    border-radius: 3px !IMPORTANT;
    font-weight: 600 !IMPORTANT;
    letter-spacing: 0.03em !IMPORTANT;
} */
/* CSS FOR WHITE BUTTON */


/* Created as 02 Nov 2018 For notification page */
.notiMsg{
	font-size:13px;
}

.notiDate{
	font-size:11px; float:right;
    color: #878787;
}

.video-popup {
    float: right;
/*    display:none;*/
}

.videoPlay {
    position: absolute;
    right: 0;
    z-index: 70;
    cursor: pointer;
    margin-right: 153px;
    padding-bottom: 4px;
   /* display: none;*/
}

.videoPlayInteg {
    position: absolute;
    left: 60px;
    z-index: 70;
    cursor: pointer;
    margin-right: 153px;
    padding-bottom: 4px;
 /*   display: none;*/
}

.GraphDiv .dropdown-toggle{
	padding:10px 25px !IMPORTANT;
}


.NoDataSect{
	background-color:#FFF !IMPORTANT;
	cursor:auto !IMPORTANT;
}

.auth-welcome-form {
	width: 700px;
	a.txt-danger {
		&:hover{
			color:$red;
		}
	}
}

@media (max-width: 700px) { 
	.auth-welcome-form {
		width: 100%;
	}
}

/*Welcome Page Style*/
.welcomeSection {
    width: calc( 100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -4px; 
}
.wsTop {
    position: relative;
    margin: 0 0 45px;
}
.wsTop:before {
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.08);*/
    background: rgb(250, 250, 250);
    content: '';
}
.wsTop h1 {
    text-align: center;
    font-size: 2em;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: calc( 50% - 15px);
    line-height: 30px;
    font-weight: 700;
}
.wsTop img{
    width: 100%;
}
.wsContent h2 {
    margin-bottom: 10px;
    font-size: 2em;
    font-weight: 700;
}
.first-para{
    font-size: 1.1em;
}
.wscList {
    margin: 30px 0;
}
.wscList ul {
    margin: 0px 0 0 30px;
    padding: 0;
    list-style: none;
}
.wscList ul li{
    padding: 3px 0;
}

.btn-area{
    position: relative;
    margin-top: 60px
}
.btn-area:before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 10px;

}
.btn-area img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.wscButton {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: calc( 50% - 35px );
    color: #fff;
    font-size: 50px;
    z-index: 999;
}
.wscButton i{
    color: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    padding-left: 10px;
    transition: all .192s ease-in 0s;
    box-shadow: 0px 0px 5px #fff;
}
.wscButton:hover i{
    color: #fff;
    box-shadow: 0px 0px 10px #fff;
}

@media (min-width: 1400px) and (max-width: 1550px){
   .welcomeSection .container{
      width: 970px;
   }
}
@media (max-width: 767px){
  .welcomeSection {
      width: calc( 100% + 0px);
      margin-left: 0px;
      margin-right: 0px;
  }
}



/* custom notificaton */
*{
    font-family: Graphik;
}
.custom-notification{
    border-top: 5px solid #48C1BF;
    background: #E0F6F4;
    padding: 10px 50px;
 /*   height: 200px; */
    margin: 0 auto;
    margin-bottom: 37px;
    margin-top: -20px;
    max-width: 1100px;
    font-family: Graphik;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.1);
}
.custom-notification h6{
    font-weight: bold;
    font-size: 14px;
    font-family: Larsseit;
}
.custom-notification ul{ 
    padding-left: 15px;
}
.custom-notification ul>li{
    padding-top: 5px;
    list-style: inside;
}
/* first */
.custom-card-block{
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1350px;
    font-family: Graphik;
}
.favorite-btn {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #136BC4;
	*background-color: #136BC4;
	background-image: -moz-linear-gradient(top, #238EF0, #136BC4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#238EF0), to(#136BC4));
	background-image: -webkit-linear-gradient(top, #238EF0, #136BC4);
	background-image: -o-linear-gradient(top, #238EF0, #136BC4);
	background-image: linear-gradient(to bottom, #238EF0, #136BC4);
	background-repeat: repeat-x;
	border-color: #136BC4;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#238EF0', endColorstr='#136BC4', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    position: absolute;
    right: 10px;
    top: -5px;
}
.favorite-btn:hover,
.favorite-btn:focus,
.favorite-btn:active,
.favorite-btn.active,
.favorite-btn.disabled,
.favorite-btn[disabled] {
	color: #FFFFFF;
	background-color: #136BC4;
	*background-color: #003bb3;
}

.custom_right_btn {
    background: #CCF6EC !important;
    color: #2DD4A9 !important;
    border-color: #CCF6EC !important;
    padding: 2px 7px !important;
    font-size: 11px;
}
.custom_right_btn-r {
    background: #fcddde !important;
    color: #f2545b !important;
    border-color: #fcddde !important;
    padding: 2px 7px !important;
    font-size: 11px;
}
.CancelInvitation {
    background: #fcddde !important;
    color: #f2545b !important;
    border-color: #fcddde !important;
    padding: 2px 7px !important;
    font-size: 11px;
}

.custom_right_btn:hover {
    background: rgb(182, 243, 229) !important;
    border-color: rgb(182, 243, 229) !important;
}

.custom-card-view {
    padding: 3px 8px 0;
    font-family: sans-serif !important;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    width: 290px;
    margin-left: 22px;
    margin-right: 22px;
    margin-bottom: 44px;
    max-height: 351px;
    border-radius: 8px;
    background-image: linear-gradient(to bottom,#fafafa 0,#f9f9f9 20%,#fff 60%);
}

.cus-user-img{
    width: 100px !important;
    height: 100px !important;
}
.custom-table {
    width: 90%;
    margin-left: 5%;
    /* margin-top: 10px; */
    margin-bottom: 0;
    font-family: Graphik !important;
}
.custom-table span{
    font-size: 11px;
}

.custon-table strong{
    font-family: Larsseit;
}

.custom-table td {
    border-top: unset !important;
    padding: 0px !important;
    padding-top: 0px !important;
}

.custom-card-font {
    font-size: 11px;
    font-family: 'Graphik';
    letter-spacing: 0.1px;
}

.custom-user {
    color: #3f3f3f;
    font-family: 'Larsseit';
    font-weight: 400;
    font-size: 15px;
}

.custom-invite_btn1 {
    font-size: 13px;
    padding: 2px 30px !important;
    border-radius: 3px;
    margin-top: 10px;
}

.custom-like-icons {
    font-size: 20px;
    margin-top: 11px;
}

.custom-like-icons span {
    margin-left: 3px;
    margin-right: 3px;
}

.custom-like-icons .fa-heart-o:hover{
    cursor: pointer;
    color: rgb(223, 89, 111);
}
.custom-like-icons .fa-heart:hover{
    cursor: pointer;
    color: rgb(223, 89, 111);
}

.custom-like-icons .ti-comment-alt {
    color: #5A8727;
    font-size: 18px;
}
.custom-like-icons .ti-comment-alt:hover{
    color: rgb(66, 104, 23); 
    cursor: pointer;
}

.custom-social-icons {
    margin-bottom: 4px;
    font-size: 15px;
    margin-top: 3px;
}

.custom-social-icons .ti-facebook{
    margin-right: -4px;
}

.custom-social-icons span {
    padding: 0 5px;
    color: #86868E;
}

.custom-social-icons span:hover {
    color: rgb(32, 32, 32);
    cursor: pointer;
}

.custom-icon-color {
    color: #F48093;
}

.custom-card-view:hover,
.custom-card-viewt:focus,
.custom-card-view:active {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}

.custom-total-padding {
    /* padding-left: 20px !important;
      padding-right: 20px !important; */
}

.custom-none {
    display: none !important;
}

.panel-heading-height {
    height: 56px;
}

.custom-invite_btn2 {
    font-size: 13px;
    padding: 2px 30px !important;
    border-radius: 3px;
    margin-top: 10px;
    position: relative;
    background-color: #855FA8 !important;
    border-color: #855FA8 !important;
}

.custom-invite_btn2:hover {
    opacity: 0.8;
}

.custom-invite_btn2 .custom_check {
    background-image: url(../icons8-ok-48.png);
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: -11px;
}

.btn.btn-sm {
    font-family: 'Graphik';
    letter-spacing: 0.3px;
}

.custom-table-height {
    height: 55px;
}

.custom-social-icons-height {
    height: 53px;
}

.custom-invite_btn3 {
    font-size: 13px;
    padding: 2px 30px !important;
    border-radius: 3px;
    margin-top: 10px;
    position: relative;
    background-color: #598526 !important;
    border-color: #598526 !important;
}

.custom-invite_btn3:hover {
    opacity: 0.8;
}

.dashboard-list-box-cus{
    padding-bottom: 9px;
}


/* Block */

.custom-block {
    width: 290px;
    height: 125px;
    padding: 0 !important;
    margin: -3px 0 0 -8px !important;
    position: relative;
}
.custom-block img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.block_head_btn {
    position: absolute;
    top: 10px;
    right: 9px;
}


/* modal */

.modal.fade.modal-bottom-right .modal-dialog {
    position: absolute;
    bottom: 0;
    /* width: 100%; */
    right: 1.75rem;
    margin: 1.75rem auto;
}

.modal-bottom-right .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    outline: 0;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
}

.custom-request-bg {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

.pull-up-sm {
    margin-top: -50px;
}

.m-b-10 {
    margin-bottom: 5px;
}

.avatar-lg {
    width: 4rem;
    height: 4rem;
    position: relative;
    padding: unset;
    left: unset;
    float: unset;
    border-radius: 8px;
}

.avatar-lg img {
    border-radius: unset;
}

.modal-bottom-right h5 {
    font-size: 1.125rem;
    font-family: 'Jost*', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    color: inherit;
    margin-top: 0;
}

.opacity-75 {
    opacity: .75;
}

.modal-bottom-right p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: 'Hind Vadodara', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-weight: 500;
    color: #3e4676;
    line-height: 21px;
}

.modal-bottom-right .btn-success {
    color: #fff;
    border-color: #0c9;
    background: #0c9;
}

.modal-bottom-right .btn-success:hover {
    background: rgb(2, 163, 123);
    border-color: rgb(2, 163, 123);
}

.modal-bottom-right .btn {
    font-size: .8rem;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    padding: .375rem .75rem;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-family: unset;
    margin-bottom: 4px;
}

.modal-bottom-right .btn-danger {
    color: #fff;
    border-color: #f2545b;
    background: #f2545b;
}

.modal-bottom-right .btn-danger:hover {
    border-color: red;
    background: red;
}

.cus-bg-dark {
    background-color: #28304e!important;
}

.text-white {
    color: #fff!important;
/*    padding-left: 4px;
    padding-right: 4px;*/
}

.p-b-10 {
    padding-bottom: 10px;
}

.text-white p {
    color: #fff!important;
}

.cus-btn-white {
    color: #3e4676 !important;
    border: 1px solid #d3e0e9;
    background: #fff;
    box-shadow: none;
}

.p-t-10 {
    padding-top: 10px;
}

.text-underline {
    border-bottom: 1px dotted currentColor;
    color: #fff!important;
}

.p-t-20 {
    padding-top: 20px;
}

.rounded-circle {
    border-radius: 50% !important;
}

/* profile detaile */

.profile_block{
    max-width: 1266px;
    padding: 30px 50px 70px 55px;
    box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    font-size: 12px !important;
    letter-spacing: 0.025em;
    background-color: white;
}
.profile_block p{
    font-size: 13px;
    line-height: 19px !important;
}
.profile_block h6{
    font-size: 13px;
    font-weight: bold;
    font-family: Larsseit;
}
.profile_block h4{
    font-size: 27px;
    font-weight: bolder;
    margin-top: 7px;
    margin-bottom: 11px;
    font-family: Larsseit;
    color: #575757;
}
.logo{
    margin: 0 auto;
    position: relative;
}
.top-right-part{
    position: absolute;
    right: 2px;
    top: 0;
}

.top-right-part .btn-primary{
    padding: 1px 20px;
    border-radius: 4px;
}

.profile_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #575757;
    margin-top: 40px;
}
.profile_content .left-profile{
    height: 535px;
    min-width: 667px;
    background: #FBFBFB;
    padding: 11px 20px;
    border-radius: 8px;
}
.top-left-profile{
    display: flex;
    border-bottom: 1px solid #e8e8e8;

}
.top-left-profile p{
    margin-bottom: 20px;
}

.right-profile{
    border: 1px solid #e8e8e8;
    width: 435px;
    border-radius: 8px;
}

.right-profile .right-profile-title{
    background-color: #F5F6F8;
    height: 40px;
    border-radius: 8px 8px 0px 0px;
}
.right-profile-title h6{
    line-height: 40px;
}
.right-profile-top{
    height: 72%;
    padding: 25px;
    border-bottom: 1px solid #e8e8e8; 
}
.right-profile-top p{
    margin-bottom: 16px;
}

.right-profile-bottom{
    padding: 25px;
    height: 100px;
}

.right-profile-bottom a{
    text-decoration: underline;
}
.logo img{
    width: 460px;
    height: 115px;
    object-fit: contain;
}
.m-t-20{
    margin-top: 20px;
}
.m-t-15{
    margin-top: 15px;
}
.m-left-200{
    margin-left: 200px;
}


@media only screen and (max-width: 1549px) {
    .profile_content .left-profile{
        width: 43vw;
    }
    .right-profile{
        width: 28vw;
    }
    .profile_block{
        padding-left: 3.2vw;
        padding-right: 3.6vw;

    }
}
@media only screen and (max-width: 1400px) {
    .profile_content .left-profile{
        width: 48vw;
    }
    .right-profile{
        width: 31.1vw;
    }
    .profile_block{
        padding-left: 3.8vw;
        padding-right: 4.1vw;

    }
}
@media only screen and (max-width: 1024px) {
    /* .profile_content{
        flex-direction: column;
    } */
    .profile_content .left-profile{
        width: 53vw;
        height: unset;
    }
    .right-profile{
        width: 33vw;
    }
    .profile_block{
        padding-left: 3.8vw;
        padding-right: 4.1vw;

    }
}
@media only screen and (max-width: 1024px) {
    /* .profile_content{
        flex-direction: column;
    } */
    .profile_content .left-profile{
        width: 53vw;
        height: unset;
    }
    .right-profile{
        width: 33vw;
    }
    .profile_block{
        padding-left: 3.5vw;
        padding-right: 3.5vw;

    }
}
@media only screen and (max-width: 810px) {
    .profile_content{
        flex-direction: column;
    }
    .profile_content .left-profile{
        width: 100%;
        height: unset;
        max-width: unset;
        margin-bottom: 50px;
    }
    .right-profile{
        width: 100%;
    }
    .profile_block{
        padding-left: 3.5vw;
        padding-right: 3.5vw;
    }
    .m-left-200{
        margin-left: 25vw;
    }
    .logo img{
        width: 56vw;
        height: 14vw;
    }
}
@media only screen and (max-width: 570px) {
    .profile_block h4{
        font-size: 5vw;
    }
    .top-right-part{
        position: unset;
    }
}


/*End new CSS which starts with 'custom notifications comment' */

.HiddenBtnClas {
    cursor: unset;
    padding: 15px 50px 15px 50px;
    font-size: 15px;
    background-color: #fbd7d7;
    border: none;
    color: #575757;
}
.VisibleBtnClas {
    cursor: unset;
    padding: 15px 50px 15px 50px;
    font-size: 15px;
    background-color: #c9f2c9;
    border: none;
    color: #575757;   
}

@media (max-width:500px) {
    .mlm-phone {
        margin-left:0px;
    }
    .mlm-explaination {
        padding: 0 !important;
    }
}

.btn.btn-coupon {
    /* background: #76c880; */
    /* border: none; */
    background: -webkit-gradient(linear, left top, left bottom, from(#2d8cec), to(#16b));
    background: linear-gradient(to bottom, #fc447c, #e1396c);
    border-color: #16b;
    color: white;
    border-radius: 3px;
    /* padding: 10px 14px; */
    /* font-weight: 600; */
    letter-spacing: 0.03em;
}
.navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
    font-size: 16px;
    text-transform: none;
}

.SAVESETTING {
    width: 100%;
    margin-bottom: 27px;
}