.payment-list{
    padding-top: 40px;
}

[role='button']{
    cursor: pointer;
}

.flex-initial{
    flex-grow: initial;
    flex-basis: 320px;
}
a.text-primary, a.text-primary:focus,a.text-primary:active, a.text-primary:hover, .text-primary{
    color: #fd9233 !important;
}
.g-bottom-1{
    bottom: -1px;
}
.g-border-2{
    border-color: #fd9233 !important;
    border-width: 2px !important;
    border-style: solid;
}
.g-border-2 .fa{
    position: absolute;
    bottom: 8px;
    right: 8px;

}
.g-border-2 .fa::after{
    content: "\f058";
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.inline-block{
    display: inline-block !important;
}
.hide{
    display: none !important;
}

.u-divider-stripe{
    top: -22px;
    position: relative;
}


/* Safari only override 
_::-webkit-full-page-media, _:future, :root .control-fileupload label {
    top: -6px;
}*/

.control-fileupload label{
    text-align: center;
    display: block;
    top: 8px;
    max-width: calc(100% - 130px);
}
.control-fileupload:hover:before, .control-fileupload:focus:before{
    border-color: #fdad66;
    background-color: #fdad66;
}

.word-break{
    word-break: break-all;
}

.material-form input {
    display: block;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0px;
    /* padding: 10px 0; */
    border-bottom: solid 1px #999;
    transition: all 0.5s cubic-bezier(0.64, 0.09, 0.08, 1);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #fd9233 4%);
    background-position: -700px 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
.material-form  .form-group.has-error input{
    border-color: red;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 96%, red 4%);
}

.material-form  .form-group.has-success input{
    border-color: #5cb85c;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 96%, #5cb85c 4%);
}

.material-form input:focus{
    box-shadow: none;
    outline: none;
    background-position: 0 0;
}


.help-block{
    margin-top: 5px;
    font-size: 0.8rem;
    line-height: 1rem;
}
.help-block .errorlist{
    padding-left: 0px;
}
.mention form{
    font-size: 1rem;
}


/* Flat page css */

.flatpage pre{
    background-color: #e2e2e2;
    padding: 15px;
    border-radius: 5px;
    overflow: scroll;
    max-height: 200px;
}
.flatpage .flat-title,
.mention .title{
    font-size: 42px;
    font-weight: 600;
    line-height: 43px;
    max-width: 760px;
    margin: 0px auto;
}
.mention .sub-heading{
    font-size: 26px;
    font-weight: 800;
}
.flatpage .flat-body,
.mention .body{
    font-size: 21px;
    line-height: 33px;
    max-width: 760px;
    margin: 0px auto;
}

/* Flat page css ends */

/* Downgrade forms css */
.downgrade-text{
    color: #959DA0;
    margin-bottom: 2rem;
}
.downgrade-title{
    color: #959DA0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5rem;
}
.one-thing{
    color:#384349;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.field-reason{
    font-size: 1.2rem;
    font-weight: 500;
}
.has-error .help-block, .has-error.help-block {
    color: red;
}
/* Downgrade forms css ends */

@media (max-width: 1199.98px) {
    .plan-header{
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
        font-size: 3rem !important
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .user-info{
        max-width: 220px;
    }
}
@media (max-width:991.98px) {
    .container-fluid-md{
        max-width: 100%;
    }
    .plan-header{
        padding-top: 2.5rem !important;
        padding-bottom: 3.5rem !important;
        font-size: 2.5rem !important
    }
}

.dropdown-toggle::after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome !important;
}
.dropdown-menu {
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}


/* Drop downon hover */
.dropbtn {
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

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

@media (max-width:688px) {
    .dropdown-content {
        display: none;
        position: none!important;
        /* background-color: #f1f1f1; */
        min-width: 200px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }
}

@media (min-width:689px) {
    .dropdown-content {
        display: none;
        position: absolute;
        /* background-color: #f1f1f1; */
        min-width: 200px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }    
}
/* End Dropdown Hover */

/* Search button */
.searchbutton{
    margin: 24px auto 12px auto; line-height: 40px; padding-bottom: 1px; padding-top: 1px;
}
/* End Search button */

.card-scroll {
    padding: 0;
    overflow-y: scroll;
    max-height: 100px;
    max-width: 170px;
}

.select_country li, .select_city li {
    padding-top: 5px !important;
    padding-left: 10px !important;
}
.select_country li.active, .select_city li.active, .select_country li:hover, .select_city li:hover{
    background-color: #f5f5f5;
}

input.errors {
    border-color: #721c24
}

.local-search .form-group{
    margin-bottom: 0;
    margin-top: 2px;
}

/* local search */
.local-search.table-responsive{
    overflow: visible;
}
