.breadcrumb{
    width: 100%;
    background-image: url('../images/user/pattern_3.png');
}

.breadcrumb__item:first-child {
    padding-left: 23px;
}
.breadcrumb__item {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    font-size: 1.1rem;
    color: #858585;
    position: relative;
}

.breadcrumb__item:first-child::before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    right: 0;
    background: url('../images/user/icon/home-icon-silhouette.png') no-repeat center center / contain;
    top: 2px;
    opacity: .5;
    z-index: 1;
    left: -1px;
}
.breadcrumb__item::after {
    content: '/';
    position: absolute;
    right: -2px;
    top: 0;
    line-height: 1.9;
    color: rgba(172, 104, 209, 0.50);
}
.breadcrumb__item:last-child .breadcrumb__link {
    color: #34b6ea;
    pointer-events: none;
}
.breadcrumb__item a{
    color: #a8d9ed;
    font-size: 16px;
}
.breadcrumb__list .none-breadcrumb::after{
    display: none!important;
}
.panel .inner {
    padding-top: 30px;
}
.panel_style1 .p_color {
    background: #2c3241;
}
.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    visibility: hidden;
}
/****************************** Panel_STYLE ************************************/
/*#1*/
.panel_style1{}
.panel_style1 .p_color{
    background: #ffccbb;
}
.panel_style1 .p_head > .right,
.panel_style1 .p_main .right{
    float: right;
    width: 22%;
}
.panel_style1 .p_head > .left,
.panel_style1 .p_main > .left{
    float: left;
    width: 78%;
}
.panel_style1 .p_head > .right{
    position: relative;
}
.panel_style1 .p_head > .right .logout{
    position: absolute;
    top: 14px;
    left: 20px;
    color: rgba(255,255,255,.8);
    font-size: 2.1rem;
    transition: none;
}
.panel_style1 .p_head > .right .logout:hover{
    color: #d8ca9d;
}
.panel_style1 .p_head > .right .title{
    color: #000000;
    font-size: 1.5rem;
    line-height: 65px;
    padding-left: 60px;
    font-weight: 500;
}
.panel_style1 .p_head > .left .item{
    float: right;
    position: relative;
    width: 7.5%;
    text-align: center;
    padding-right: 15px;
}
.panel_style1 .p_head > .left .item:after{
    content: ' ';
    position: absolute;
    width: 2px;
    top: 19px;
    left: -22px;
    bottom: 5px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 100%);
}

.panel_style1 .p_head > .left .item .number {
    display: inline-block;
    position: absolute;
    right: 7px;
    top: 8px;
    min-width: 20px;
    border-radius: 2px;
    text-align: center;
    font-size: 1.0rem;
    line-height: 13px;
    background: #777;
    color: #fbf0c3;
    padding: 2px 3px 0;
    cursor: default;
}

.panel_style1 .p_head > .left .item .number:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    border-style: solid;
    border-width: 3px;
    border-color: #777 transparent transparent #777;
}
.panel_style1 .p_head > .left .item .icon {
    color: rgba(255,255,255,.8);
    font-size: 2rem;
    display: inline-block;
    margin-top: 24px;
}
.tooltip {
    position: absolute;
    padding: 0 5px;
    color: #fff;
    border-radius: 2px;
    display: none;
}
.panel_style1 .p_head > .left .item .tooltip{
    width: 90px;
    text-align: center;
    left: 0;
    top: 30px;
    line-height: 25px;
    display: block;
    opacity: 0;
    transition: all .3s;
    font-size: 1.2rem;
    background: rgba(0,0,0,.7);
}
.panel_style1 .p_head > .left .item:hover .tooltip{
    opacity: 1;
    top: 62px;
}
.panel_style1 .p_head > .left .item .tooltip > span{
    position: relative;
}
.panel_style1 .p_head > .left .item .tooltip > span:before{
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 5px solid rgba(0,0,0, 0.7);
    top: -8px;
    position: absolute;
    left: 36%;
}
.panel_style1 .p_head > .right, .panel_style1 .p_main .right {
    float: left;
    width: 22%;
}
.panel_style1 .p_main .right .user_asset {
    position: relative;
    display: none;
}
.panel_style1 .p_main .right .user_asset .intro .logout {
    position: absolute;
    top: 11px;
    right: 35px;
    color: rgba(255, 255, 255, .8);
    font-size: 2.1rem;
    transition: none;
}
.panel_style1 .p_main .right .user_asset .notification .item {
    float: left;
    position: relative;
    width: 28%;
    text-align: center;
    padding-right: 15px;
}

.panel_style1 .p_main .right .user_asset .notification .item .icon {
    color: rgba(255, 255, 255, .8);
    font-size: 1.9rem;
    display: inline-block;
}

.panel_style1 .p_main .right .user_asset .notification .item .tooltip {
    width: 77px;
    text-align: center;
    left: 0;
    top: 30px;
    line-height: 25px;
    display: block;
    opacity: 0;
    color: #cfcdd0;
    transition: all .3s;
    font-size: 1rem;
    background: rgba(0, 0, 0, .7);
}
.panel_style1 .p_main .right .user_asset .notification .item .tooltip span {
    position: relative;
}

.panel_style1 .p_main .right .user_name {
    position: relative;
    padding: 20px 10px 20px 30px;
}
.panel_style1 .p_main .right .user_name:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transform: rotateY(180deg);
}

.panel_style1 .p_main .right .user_name .pic {
    display: inline-block;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    margin-left: 13px;
    overflow: hidden;
    background: none no-repeat center center / cover;
}
.panel_style1 .p_main .right .user_name .wlcm {
    font-size: 1.5rem;
    line-height: 24px;
    color: #afb4b7;
}
.panel_style1 .p_main .right .user_name .name {
    font-size: 1.5rem;
    color: #e5e6e8;
}
.clear {
    width: 0;
    height: 0;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.text{
    float: right;
}


/*------------- menu ---------------*/

.panel_style1 .p_main .right .user_menu .hav{
    min-height: 600px;
}
.panel_style1 .p_main .right .user_menu .step1{
    background: #F2EEE2;
    margin-left: 10px;
    padding-left: 20px;
    padding-top: 25px;
    padding-bottom: 10px;
    border-top-left-radius: 3px;
    box-shadow: inset 9px 0 8px -11px rgba(0,0,0,.4);
    height: 100%;
    min-height: inherit;
}
.panel_style1 .p_main .right .user_menu .step1 > .item{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-bottom: 10px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
.panel_style1 .p_main .right .user_menu .step1 .item:hover{
    background: #eae7df;
}
.panel_style1 .p_main .right .user_menu .step1 .item.active{
    background-color: #f8fafa;
    box-shadow: 0px 4px 8px -3px rgba(0,0,0,.4);
    margin-right: -1px;
}
.panel_style1 .p_main .right .user_menu .step1 > .item > a{
    color: #777;
    font-size: 1.5rem;
    display: block;
    padding: 8px 10px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
}
.panel_style1 .p_main .right .user_menu .step1 .item.active a,
.panel_style1 .p_main .right .user_menu .step1 .item:hover a{
    color: #4d4d4f;
}
.panel_style1 .p_main .right .user_menu .step1 .item .icon{
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    background: #d6d2c5;
    color: #717177;
    font-size: 2rem;
    line-height: 32px;
    border-radius: 2px;
    vertical-align: middle;
}
.panel_style1 .p_main .right .user_menu .submenu {
    padding-left: 25px;
    margin-top: -8px;
    display: none;
}
.panel_style1 .p_main .right .user_menu .submenu.active {
    display: block;
}
.panel_style1 .p_main .right .user_menu .submenu .step2{
    border-left: 1px solid #d6d2c5;
    padding: 5px 0;
    overflow: hidden;
}
.panel_style1 .p_main .right .user_menu .submenu .step2 .item {
    -webkit-transform: translate3d(0,500px,0);
    transform: translate3d(0,500px,0);
    -webkit-transition: -webkit-transform 0s 0.4s;
    transition: transform 0s 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.panel_style1 .p_main .right .user_menu .submenu .step2 .item:nth-child(2){
    -webkit-transform: translate3d(0,1000px,0);
    transform: translate3d(0,1000px,0);
}
.panel_style1 .p_main .right .user_menu .submenu .step2 .item:nth-child(3){
    -webkit-transform: translate3d(0,1500px,0);
    transform: translate3d(0,1500px,0);
}
.panel_style1 .p_main .right .user_menu .submenu .step2 .item:nth-child(4){
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
}
.panel_style1 .p_main .right .user_menu .submenu .step2 .item:nth-child(5){
    -webkit-transform: translate3d(0,2500px,0);
    transform: translate3d(0,2500px,0);
}
.panel_style1 .p_main .right .user_menu .submenu .step2 .item:nth-child(6){
    -webkit-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0);
}
.panel_style1 .p_main .right .user_menu .submenu .step2 .item:nth-child(7){
    -webkit-transform: translate3d(0,3500px,0);
    transform: translate3d(0,3500px,0);
}
.panel_style1 .p_main .right .user_menu .submenu .step2 .item:nth-child(8){
    -webkit-transform: translate3d(0,4000px,0);
    transform: translate3d(0,4000px,0);
}
.panel_style1 .p_main .right .user_menu .submenu.active .step2 .item{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
}
.panel_style1 .p_main .right .user_menu .submenu .step2 .link{
    color: #4d4d4f;
    opacity: 0.9;
    display: block;
    font-size: 1.3rem;
    line-height: 24px;
    padding: 6px 28px 6px 15px;
    padding: 6px 15px 6px 28px;
    position: relative;
}
.panel_style1 .p_main .right .user_menu .submenu .step2 .link:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 11px;
    height: 1px;
    background-color: #d6d2c5;
    transition: all 0.3s;
}
.panel_style1 .p_main .right .user_menu .submenu .step2 .link:after {
    content: '';
    position: absolute;
    left: 13px;
    top: calc(50% - 4px);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    border: 2px solid #d6d2c5;
    transition: all 0.3s;
    background: #717177;
}
.panel_style1 .p_main .right .user_menu .submenu .step2 .link:hover:after,
.panel_style1 .p_main .right .user_menu .submenu .step2 .link.active_link:after{
    border-color:  rgba(221, 75, 57, 0.7);
    background:  #d6d2c5;
}
.panel_style1 .p_main .right .user_menu .submenu .step2 .link:hover:before,
.panel_style1 .p_main .right .user_menu .submenu .step2 .link.active_link:before{
    background-color: rgba(221, 75, 57, 0.6);
}
.panel_style1 .p_main .right .user_menu .submenu .step2 .item:hover{
    background: transparent;
}
.panel_style1 .p_main .right .user_menu .submenu .step2 .link:hover,
.panel_style1 .p_main .right .user_menu .submenu .step2 .link.active_link{
    color: #dd4b39;
}
.panel_style1 .p_main .right .user_menu .submenu .step2 .count_item{
    background-color: #eae5d7;
    border-radius: 3px;
    color: #515153;
    display: inline-block;
    font-size: 1.1rem;
    height: 20px;
    line-height: 23px;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    text-align: center;
    padding: 0 7px;
}

.panel_style1 .p_head > .left, .panel_style1 .p_main > .left {
    float: right;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 10px!important;
}
.panel_style1 .p_main > .left .head {
    padding: 25px;
    text-align: center;
}
.panel_style1 .p_main > .left .head .title {
    font-size: 2rem;
    color: #d7b800;
    line-height: 40px;
    position: relative;
    display: inline-block;
}

.panel_style1 .p_main > .left .head .title:before, .panel_style1 .p_main > .left .head .title:after {
    color: rgb(218, 204, 160);
}

.panel_style1 .p_main > .left .body {
    position: relative;
    padding: 40px;
    border: 1px solid #eee;
    background: #F8FAFA;
    height: 100%;
    /*min-height: 800px;*/
    border-radius: 10px;
}

.panel_style1 .p_main > .left .head .title:before {
    content: "..::";
    right: -28px;
}
.panel_style1 .p_main > .left .head .title:after {
    content: "::..";
    left: -28px;
}

.form_style2 .item {
    float: right;
    padding: 0px 13px;
    position: relative;
    margin: 13px 0;
}

.form_style2 #containerForm input{
    width: 100%;
    padding: 7px 15px 7px 45px;
    border: 1px solid #D8E1E5;
    border-radius: 2px;
    color: #4d4d4f;
    font-size: 1.2rem;
    line-height: 29px;
    height: 45px;
    /*text-align: justify;*/
    transition: all .3s ease-in-out;
    outline: none;
}
.form_style2 textarea{
    width: 100%;
    padding: 7px 15px 7px 45px;
    border: 1px solid #D8E1E5;
    border-radius: 2px;
    color: #4d4d4f;
    font-size: 1.2rem;
    line-height: 29px;
    text-align: justify;
    transition: all .3s ease-in-out;
    outline: none;
    resize: none;
}
.form_style2 #e9{
    width: 100%;
    padding: 7px 15px 7px 45px;
    border: 1px solid #D8E1E5;
    border-radius: 2px;
    color: #4d4d4f;
    font-size: 1.2rem;
    line-height: 29px;
    height: 45px;
    text-align: justify;
    transition: all .3s ease-in-out;
    outline: none;
}




.form_style2 .item .icon {
    font-family: FontAwesome;
    position: absolute;
    top: 4px;
    left: 15px;
    width: 35px;
    border-right: 1px solid #e1e1e1;
    font-size: 2.2rem;
    line-height: 36px;
    color: rgba(82,153,160,0.75);
    text-align: center;
    z-index: 1;
}
.form_style2 .item.req:after {
    content: ' ';
    border-style: solid;
    border-color: rgba(221, 75, 57, 0.6) transparent transparent transparent;
    border-width: 7px 7px 0 0;
    position: absolute;
    top: 0;
    right: 13px;
    transform: rotate(90deg);
}

/*uploader file -------------*/
.setting {
    width: 100%;
    background: #fff;
}
.setting h2 {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 6px;
    line-height: 24px;
}
.setting a[data-action] {
    cursor: pointer;
    color: #555;
    font-size: 14px;
    line-height: 24px;
    transition: color 0.2s;
}
.setting a[data-action] i {
    width: 1.25em;
    text-align: center;
}
.setting a[data-action]:hover {
    color: #f80;
}
.setting a[data-action].disabled {
    opacity: 0.35;
    cursor: default;
}
.setting a[data-action].disabled:hover {
    color: #555;
}
.image_picker .settings_wrap {
    overflow: hidden;
    position: relative;
    border: 3px double #D8E1E5;
}
.image_picker .settings_wrap .drop_target,
.image_picker .settings_wrap .settings_actions {
    float: left;
    margin-bottom: 0px;
}
.image_picker .settings_wrap .drop_target {
    margin-right: 18px;
}
.image_picker .settings_wrap .settings_actions {
    margin-top: 12px;
}
.settings_actions.vertical a {
    display: block;
}
.drop_target {
    position: relative;
    cursor: pointer;
    background: hsl(0, 0%, 90%);
    border-top: 1px solid hsl(0, 0%, 80%);
    border-radius: 4px;
    width: 150px;
    height: 150px;
    padding: 4px 6px 6px;
    transition: all 0.2s;
}
.drop_target input[type="file"] {
    visibility: hidden;
}
.drop_target:before {
    content: '\f0ee';
    font-family: FontAwesome;
    position: absolute;
    display: block;
    width: 140px;
    line-height: 142px;
    text-align: center;
    font-size: 32px;
    color: rgba(0, 0, 0, 0.3);
    transition: color 0.2s;
}
.drop_target:hover,
.drop_target.dropping {
    background: #e5cb2c;
    border-top-color: #e5cb2c;
}
.drop_target:hover:before,
.drop_target.dropping:before {
    color: rgba(0, 0, 0, 0.6);
}
.drop_target .image_preview {
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: contain;
    position: relative;
    z-index: 2;
}
.image_details {
    width: 192px;
    padding: 4px;
    background: hsl(0, 0%, 90%);
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 145px;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s;
}
.dropped ~ .image_details {
    opacity: 1;
    pointer-events: all;
}
.image_details:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-right-color: hsl(0, 0%, 90%);
    position: absolute;
    left: -12px;
    top: 10px;
}
.image_details .input_line {
    display: block;
    overflow: hidden;
    margin-bottom: 4px;
}
.image_details .input_line:last-of-type {
    margin-bottom: 0;
}
.image_details .input_line span,
.image_details .input_line input {
    float: left;
    line-height: 24px;
}
.image_details .input_line span {
    font-size: 12px;
    color: #666;
    width: 20%;
}
.image_details .input_line input[type="text"] {
    width: 100%;
    color: #444444;
    appearance: none;
    border: 1px solid hsl(0, 0%, 90%);
    border-radius: 3px;
    background: #fff;
    height: 24px;
    line-height: 18px;
    padding: 3px 5px;
    font-size: 14px;
    transition: border 0.2s;
}
.image_details .input_line input[type="text"]:hover,
.image_details .input_line input[type="text"]:focus {
    outline: 0;
    border: 1px solid #e5cb2c;
}
.image_details .input_line input[type="text"]::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
}
.image_details a.confirm {
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -12px;
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 100%;
    background: #eee;
    line-height: 23px;
    text-align: center;
    font-size: 16px;
}

#e9 .select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 45px!important;
}
ul{
    margin:0;
    padding: 0;
}

.btn_style2{
    color: #fff;
    background: transparent;
    border: 1px solid #34b6ea;
    outline: none;
    position: relative;
    display: inline-block;
    width: 185px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-size: 1.2rem;
    line-height: 25px;
    letter-spacing: 0.5px;
    margin: 10px auto ;
}
.btn_style2:hover{
    color: #666;
}
.btn_style2:before,
.btn_style2:after{
    content: '';
    display: inline-block;
    height: 1px;
    background: #34b6ea;
    position: absolute;
    right: 0;
    left: 0;
    width: 70%;
    margin: 0 auto;
    transition: all 0.3s ease;
}
.btn_style2:before{
    top: -6px;
}
.btn_style2:after{
    bottom: -6px;
}
.btn_style2 .title_btn{
    position: relative;
    display: block;
    padding: 5px 15px;
    width: inherit;
    z-index: 1;
}
.btn_style2 .title_btn:before,
.btn_style2 .title_btn:after{
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    background: #34b6ea;
    width: 50%;
    z-index: -1;
    transition: all 0.5s ease;
}
.btn_style2 .title_btn:before{
    right: 0;
}
.btn_style2 .title_btn:after{
    left: 0;
}
.btn_style2:hover:after,
.btn_style2:hover:before,
.btn_style2:hover .title_btn:before,
.btn_style2:hover .title_btn:after{
    width: 0;
}

.uploader input[type=file] {
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 45px;
    border: 0;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
}
.uploader .filename {
    color: #999999;
    height: 45px;
    padding: 12px 12px;
    width: 100%;
    padding-left: 46px;
    display: table-cell;
    cursor: default;
    border: 1px solid #ddd;
    background-color: #fff;
    text-align: left;
    word-break: break-word;
}
.uploader .action {
    z-index: 1;
    opacity: 0;
    display: none;
    border-radius: 0;
}
.uploader {
    width: 100%;
    position: relative;
    display: table;
}

.table_style3 {
    border-collapse: collapse;
    border-radius: 2px;
    width: 100%;
    overflow: auto;
    border: solid 1px #e1e1e1;
    vertical-align: middle;
    margin: 30px auto;
}
.table_style3 th.sender {
    width: 15%;
}
.table_style3 thead th {
    font-size: 1.4rem;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    padding: 12px 0;
    color: #34b6ea;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.table_style3 tbody tr:last-child {
    border-bottom: none;
}
.table_style3 tbody tr {
     border-bottom: 1px solid #e1e1e1;
}
.table_style3 th.sender {
    width: 15%;
}
.table_style3 th.subject {
    width: 33%;
}
.table_style3 th.status {
    width: 15%;
}
.table_style3 thead th.date {
    width: 15%;
}
.table_style3 th.action {
    width: 10%;
}
.table_style3 th.delete {
    width: 7%;
}

.table_style3 table {
    min-width: 700px;
    width: 100%;
    background: #fff;
    vertical-align: middle;
    border-collapse: collapse;
}
.table_style3 thead {
     background-color: #f8f8f8;
     border-bottom: 1px solid #e1e1e1;
 }
.table_style3 .no_item td {
    color: #ff4949;
    font-size: 1.4rem;
}
.table_style3 tbody td {
    color: #777;
    font-size: 1.4rem;
    padding: 10px 5px;
    text-align: center;
    border-left: 1px solid #e1e1e1;
    position: relative;
    line-height: 22px;
}
.search-advance-vendor {
    text-align: left;
    width: 100%;
    display: block!important;
}

.searchbtn-store {
    border-radius: 50%!important;
    padding: 9px;
    margin-bottom: 5px;
}
.searchbtn {
    border: none;
    border-style: none;
    box-shadow: none!important;
    background: #34b6ea;
    color: #fff!important;
    outline: none!important;
    cursor: pointer;
}
.searchboxpage-vendor {
    padding: 5px 15px;
    background: #aab7be5c;
    position: relative;
    margin-bottom: 15px;
    margin-top: 10px;
}
.searchboxpage-vendor:before {
    content: '';
    position: absolute;
    top: -18px;
    width: 0;
    left: 6px;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 18px solid #aab7be5c;
}
.trash-ticket i{
    background: gainsboro;
    padding: 7px;
    font-size: 20px;
    border-radius: 50%;
}

.tcenter .btn_style2{
    margin: 20px auto;
}
.btn-with-icon > div > span {
    display: initial;
    height: 100%;
    align-items: center;
}
.btn-with-icon{
    border-radius: 15px;
}
.wd-40-br {
    justify-content: center!important;
    border-radius: 50%!important;
    width: 40px!important;
}

.br-section-wrapper-level {
    background: #fff;
    padding: 10px;
    min-height: 500px;
}
.panel-heading {
    padding: 15px 20px;
    border-bottom: 1px solid transparent;
}
.panel-heading {
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
h6.panel-title, .h6.panel-title {
    font-size: 15px;
}
.media:first-child {
    margin-top: 0;
}
@media (min-width: 769px) {
    .chat-list .media {
        margin-left: 20%;
        margin-top: 20px;
    }
}
.media {
    display: flex;
    align-items: flex-start;
}
ul li{
    list-style: none;
}
.chat-list .media-left {
    padding-left: 20px;
}
.img-circle {
    border-radius: 50%;
}
.img-md {
    width: 40px!important;
    height: 40px!important;
}
.chat-list .media-content:not([class*=bg-]) {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.chat-list .media-content {
    position: relative;
    padding: 10px 12px;
    width: auto;
    border-radius: 3px;
    display: inline-block;
}
.display-block, label.display-block {
    display: block;
}
.text-muted {
    color: #868e96 !important;
}

@media (min-width: 769px) {
    .chat-list .media.reversed {
        margin-left: 0;
        margin-right: 20%;
        margin-top: 20px;
    }
}
@media (min-width: 769px) {
    .chat-list .media {
        margin-left: 20%;
        margin-top: 20px;
    }
}
.chat-list .reversed .media-body {
    text-align: left;
}
.chat-list .reversed .media-content:not([class*=bg-]) {
    background-color: #42A5F5;
    border-color: #42A5F5;
}
.chat-list .reversed .media-content {
    text-align: right;
    color: #fff;
}
.modal.fade .modal-dialog.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
}

    /*@media (min-width: 576px) {*/
    /*    .modal-dialog {*/
    /*        max-width: 500px;*/
    /*        margin: 30px auto;*/
    /*    }*/
    /*}*/

.chat-list .media-right {
    padding-right: 20px;
}
.media-right, .media>.pull-right {
    padding-right: 10px;
    padding-left: initial;
}
.media-left, .media-right, .media-body {
    position: relative;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media .media-body{
    text-align: right;
}
.mg-10{
    margin: 10px auto;
    margin: 10px auto;
}
.media-annotation{
    font-size: 12px;
}
.text-resize{
    resize: none;
}
.logiin{
    padding-top: 12px;
}

.user-account .dropdown{
    color: #d9d6cc;
    /*padding-top: 7px;*/
}

.sidebar_filter_menu{
    cursor: pointer;
    color: #fff;
}
/*---------------user------------*/

.justify-content-center{
    text-align: center;
}
#menu-user{
    text-align: center;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    background: #fff;
}

#menu-user .navbar .navbar-nav{
    text-align: center;
}
#menu-user .navbar{
    display: inline-block!important;
     margin-bottom: -11px;
    border: none;
}
@media(max-width: 768px){
    #menu-user .navbar{
      width: 100%;
    }
}
#menu-user .navbar .navbar-nav .nav-item{
      padding: 12px;
      border-left: 1px solid #c6c6c6;
  }
#menu-user .navbar .navbar-nav .nav-item:hover{
   background-color: #e6e7e8;
}
#menu-user .navbar .navbar-nav .nav-item:focus{
    background-color: #e6e7e8;
}
#menu-user .navbar .navbar-nav .active{
    background-color: #e6e7e8;
}
#menu-user .navbar .navbar-nav .nav-item .nav-link span{
    padding-right: 10px;
    color: #575757;
}
#menu-user .navbar .navbar-nav .nav-item .nav-link{
    color: #575757;
}
#menu-user .navbar .navbar-nav .nav-item .nav-link:focus{
    text-decoration: none!important;
}
@media (min-width: 768px) {
    .navbar .navbar-toggler {
        display: none;
    }
}
@media(max-width: 768px) {
    #menu-user {
        text-align: left !important;
    }
}
.navbar-light .navbar-toggler {
    border: none;
    background: inherit;
    font-size: 24px;
}
#ModalAddCart .modal-header .close{
    position: absolute!important;
    right: 20px!important;
    top: 20px!important;
    cursor: pointer!important;
    z-index: 2!important;
    transition: all .2s!important;
}
#ModalAddCart .modal-dialog .modal-content .modal-header{
   text-align: center;
    border-bottom: none!important;
}
#ModalAddCart .modal-dialog .modal-content{
    box-shadow: none!important;
    border-radius: 20px!important;
    background: #fff!important;
    width: 650px!important;
    height: 360px!important;
}
.modal-content .Free-download{
    height: 138px;
    width: 100%;
    text-align: center;
    background: #00a6540f;
}
.modal-content .Free-download #base-download-confirm-true {
    margin-top: 29px;
    width: 200px;
    height: 80px;
    background-color: #00a654;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
    border: none;
}
.download-confirm-btn-text {
    padding-top: 16px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
}
.form_style2 #tiketsend input{
    width: 100%;
    padding: 7px 15px 7px 45px;
    border: 1px solid #D8E1E5;
    border-radius: 2px;
    color: #4d4d4f;
    font-size: 1.2rem;
    line-height: 29px;
    height: 45px;
    text-align: justify;
    transition: all .3s ease-in-out;
    outline: none;
}
.download-confirm-btn-tips {
    padding-top: 5px;
    font-size: 13px;
    color: #fff;
    line-height: 1;
    text-align: center;
    display: none;
}
#base-download-confirm-true:hover{
    background-color: #a5c671;
}
.download-confirm-list {
    float: left;
    margin-top: 26px;
    margin-left: 35px;
    width: 280px;
    text-align: initial;
    font-size: 12px;
    color: #333;
}
.download-confirm-list .download-confirm-list-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #333;
    text-align: initial;
}
.download-confirm-list .icon-checked {
    margin: 0 6px;
    display: inline-block;
    width: 19px;
    height: 17px;
}

.download-confirm a.download-confirm-btn {
    margin-top: 29px;
    margin-left: 29px;
    float: left;
    width: 290px;
    height: 80px;
    background-color: #88b04b;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
    border-radius: 5px;
}
._premium {
     background-color: #ffdd0b;
    margin-top: 29px;
    margin-left: 29px;
    float: left;
    width: 290px;
    height: 80px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
    border-radius: 5px;
 }

.download-confirm-list .icon-checked.green {
    background: url('../images/checked-green.png') 1px 0px no-repeat;
}
.download-confirm-list .icon-checked.yellow {
    background: url('../images/checked-yellow.png') 1px 0px no-repeat;
}
.modal-content .Free-download #base-download-confirm-true:hover{
    opacity: 0.6;
}
.download-confirm-btn:hover{
    opacity: 0.6;
}
.user-panel-img {
    position: absolute;
    top: 105px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    padding: 4px;
    border-radius: 50%;
}
.user-panel-img.sliver {
    background: linear-gradient(120deg,#fff 0,#fff 100%);
    box-shadow: 1px 0px 20px 3px #0f0e0e;
}
.user-panel-img>img {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.user-panel-name h3{
    position: absolute;
    top: 182px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 300px;
    height: 50px;
    padding: 15px;
    border-radius: 50%;
    text-shadow: 7px 3px 4px rgb(0, 0, 0);
    color: #fff;
}

.mb-4, .my-4 {
    margin-bottom: 2.5rem!important;
    margin-top: 3.5rem!important;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.user-main-inner {
    padding: 34px 40px;
    background: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 0 4px 0 rgba(4,0,0,.1);
    overflow: hidden;
    margin-bottom: 20px;
}
.user-main-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}
.user-type-router li {
    flex: 0 1 auto;
    padding-right: 64px;
}

.user-type-router a {
    line-height: 24px;
    font-size: 14px;
    color: #616663;
    font-weight: 700;
}
.user-type-router {
    margin-top: 28px;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
}
@media(max-width: 991px){
    .user-type-router{
        width: 100%;
    }
    .date-download{
        width: 100%!important;
    }

}

@media(max-width: 1206px) and (min-width: 991px){
    .user-type-router li{
        padding-right: 50px;
    }
}
@media(max-width: 612px){
    .user-type-router li{
        width: 100%;
    }
}
.mg-b-20{
    margin-bottom: 20px;
}

.user-type-router a:hover{
    color: #e5cb2c;
    text-decoration: none;
    cursor: pointer;

}
.btn-search-date{
    position: absolute;
    color: #000;
    background: #e5cb2c;
    border: 1px solid #e5cb2c;
    cursor: pointer;
    margin-top: 28px;
}
.radio-custom:checked ~ label {
    color: #e5cb2c;
}
@media(max-width: 991px){
    .btn-search-date{
        margin-top: 0;
    }
}

.form_style2 #enableForm  input{
    padding: 7px 15px 7px 45px;
}
/*modal-user*/
.modal .modal-notify .modal-content .modal-body .img-fluid{
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    padding-bottom: 15px;
}
.detail-buy{
    font-weight: 500;
    text-align: right;
    color: #269abc;
}
.link-modal{
    cursor: pointer;
}
.modal-header strong{
    font-size: 16px;
}
.mg-b-10{
    margin-bottom: 10px;
}
#Update-Plan .modal-dialog .modal-content .modal-header ,#Wallet-Charge .modal-dialog .modal-content .modal-header ,#Purchase .modal-dialog .modal-content .modal-header{
    background: #46b8da;
    color:#fff;
}

.title-profile .user-main-title{
    display: none;
}
@media(max-width: 767px){
    .title-profile .user-main-title{
        display: block;
        margin-top: 1px;
        margin-bottom: 20px;
    }
}
.btn_style2-search{
    background: inherit;
    display: inline-block;
    border: none;
    color: #34b6ea;
    margin-left: 20px;
    font-weight: bold;
}
.btn_style2-search:hover{
    color: #a7e6ff;
}#change-password .modal-dialog .modal-content .modal-header{
    border-bottom: 0!important;
 }

.styled-select select {
    background: transparent;
    border: 0;
    width: 100%;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    border: 0 none !important;
    outline: 1px none !important;
    padding: 12px 10px!important;
}
