.FixBTeam a img{
    animation: none;
    -webkit-animation: none;
}
/**Sld**S**/
.sv_sld_body{
    min-height: 100px;
    overflow: hidden;
    border-radius: 0px;
    position: relative;
    display: flex;
    align-items: stretch;
    box-shadow: 0 2px 5px 0.05px rgb(0 0 0/20%);
    margin: 10px;
}
#sv_txt_slides {
	overflow: hidden;
	position: relative;
	width: 100%;/* 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; */
    height: 100%;
}
#sv_txt_slides ul {
	list-style: none;
	width:100%;
	margin: 0;
	padding: 0;
	position: relative;
	height: 100%;
}
	
#sv_txt_slides li {
	width:100%;
	float:left;
	text-align: center;
	position: relative;
	font-family:'Poppins', Lato;
	display: flex;
    align-items: stretch;
	height: 100%;
}
.sv_img_sld{
    overflow: hidden;
    position: relative;
    min-height: 150px;
	display: flex;
    align-items: stretch;
    width: 100%;
}
.sv_txt_slides{
    display: flex;
    align-items: center;
    position: relative;
}
.sv_txt_slides section{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

.sv_txt_slides img{
	width: 100%;
	height: 100%;
    display: block;

}
.sv_img_sld .sv_bankac_add_btn{
	position: absolute;
	z-index: 1;
} 

.sv_bankac_add_btn{
	position: absolute;
    top: 50%;
    z-index: 2;
    left: 2px;
    transform: translate(0, -50%);
	font-size:20px;
	border:2px solid #f1f1f1;
	border-radius:0px;
	transition:ease-in-out 0.2s all;
    width: 20px;
    height: 60px;
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.3;
}
.sv_bankac_add_btn:hover{
	cursor:pointer;
	opacity:1;
	background:#f2f2f2;
}
.sv_img_sld #next{
    left: auto;
    right: 2px;
}

/**Sld**E**/

/**Notice**S**/

.my_note{
    margin: 10px;
    padding: 10px;
    border-radius: 7px;
    background-color: rgba(255,255,255,0.03);
}
.my_note_in{
    border: 1px dashed rgba(255, 255, 255, 0.1);
    padding: 10px;
    border-radius: 7px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #979797;
    text-align: left;
    opacity: 0.7;
}
.my_note_in:hover{
    opacity: 1;
}
.my_note_t{
    text-align: left;
    display: flex;
    font-size: 20px;
    color: #fff;
    padding: 5px 0px;
    margin-bottom: 10px;
    align-items: center;
    opacity: 0.8;
}
.my_note_t i{
    font-size: 25px;
    color: var(--blue);
    margin-right: 3px;
}
.my_note_in li{
    display: block;
    text-align: left;
    position: relative;
    padding-left: 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    margin: 10px 5px;
}
.my_note_in li:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #759FDE;
    left: -5px;
    top: 3px;
}
.my_note_in h3{
    padding: 5px 0px;
    font-size: 16px;
}
.pte_activity{
	z-index:451;
	overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.3);
}
.pte_activity_in{
	position:absolute;
	z-index:1;
	background:var(--pdb);
	top:40px;
	bottom:30px;
	left:15px;
	right:15px;
	border-radius:3px;
    box-shadow: 0px 2px 5px 0.05px rgb(0 0 0 / 20%);
    animation: bounceInRight 0.3s alternate;
    transform: translate3d(0, 0, 0);
	max-width:600px;
}
.pte_activity_ani{
    animation: bounceOutDown 1.2s alternate;
}
@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
     }
     60% {
        opacity: 1;
        transform: translateX(-30px);
     }
     80% {
        transform: translateX(10px);
     }
     100% {
        transform: translateX(0);
     }
 }
 @keyframes bounceInRight {
    0% {
       opacity: 0;
       transform: translateX(2000px);
    }
    60% {
       opacity: 1;
       transform: translateX(-30px);
    }
    80% {
       transform: translateX(10px);
    }
    100% {
       transform: translateX(0);
    }
 } 
.pte_activity_btn{
	position:absolute;
	z-index:1;
	right:-5px;
	top:-15px;
	overflow:hidden;
	box-shadow:0px 1px 2px 1px rgba(0,0,0,0.2);
	font-size:20px;
	text-align:center;
	width:30px;
	height:30px;
	background:#f20000;
	line-height:30px;
	border-radius:30px;
	color:#fff;
	-webkit-animation: btn_effect 42s linear infinite;
    animation: btn_effect 42s linear infinite;
	text-transform:uppercase;
}
.pte_activity_btn:hover{
	cursor:pointer;
	color:#f20000;
	background:#fff;
}
.pte_activity_head{
    padding: 0px 30px;
}

.pte_activity_txt{
	position:absolute;
	z-index:1;
    top: 38px;
	bottom:60px;
	left:0px;
	right:10px;
    overflow-x: hidden;
    overflow-y: auto;
	border-radius:5px;
}
.pte_activity_txt section{
	text-align:left;
	padding:10px 5px;
	margin-bottom:5px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.pte_activity_txt section h1{
	padding:8px 0px;
	font-size:18px;
	color:var(--y);
	padding-left:5px;
}
.pte_activity_txt section article{
	padding:4px;
	font-size:14px;
	line-height:18px;
	color:var(--t2);
    font-family: 'Barlow';
	font-weight: 500;
}
.pte_activity_txt section article li{
	padding:3px 0px;
}
.pte_activity_cls{
	position:absolute;
	bottom:10px;
	left: 15px;
	right: 15px;
	/* transform:translate(-50%,0); */
	z-index:1;
	font-size:14px;
	padding:10px 30px;
	text-align:center;
	background: #48A4FF;
    box-shadow: 0px 2px 5px 0.05px rgb(0 0 0 / 20%);
    transition: ease-in-out 0.2s all;
	color:#fff;
	border-radius:3px;
    background: linear-gradient(0deg,#F44336,#bf0f02 100%);          
}
.pte_activity_cls:hover {
	cursor:pointer;
	background-position: right center;
	color: #fff;
	text-decoration: none;
}
.pte_activity_txt section dl{
	background:rgba(255,255,255,0.1);
	margin:3px 5px;
	padding:8px 6px;
	color:#ffffff;
	border-radius:4px;
	flex:1;
	font-size:14px;
	line-height:16px;
    text-align: center;
}
.pte_activity_h1{
	background:none;
	font-size:20px;
	color:var(--t);
	flex-wrap: wrap;
    font-family: 'Barlow';
	font-weight: 700;
	margin-bottom: 3px;
	
}

.my_social_link{
    padding: 0px 10px;

}
.my_social_link a{
    margin: 10px 0px;
    background: var(--w);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
    border-radius: 7px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: rgba(255,255,255,0.08);
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
}
.my_social_link a dd{
    flex: 1;
    padding: 8px 5px;
    text-align: left;
}
.my_social_link a dl{
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
}
.my_social_link a dl i{
    font-size: 30px;
}
.my_social_link a dd h5{
    padding-bottom: 5px;
    font-size: 10px;
    color: #898989;
    font-family: 'Barlow';
    font-weight: 600;
}
.my_social_link a dd h1{
    display: block;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Barlow';
    color: var(--t2);
}
.my_social_link a dd h3{
    display: block;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    font-family: 'Barlow';
    color: var(--t2);
    word-break: break-all;
}
/**Notice**E**/
/* 
.my_account_box1{
    background-color: rgba(255,255,255,0.05);
    margin: 10px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
    border-radius: 7px;
    min-height: 100px;
    position: relative;
    overflow: hidden;
}
.my_account_box1_h{
    padding: 0px 30px;

}
.my_account_box1_h span {
    -webkit-clip-path: polygon(0% 0%,97% 0%,100% 0%,88% 100%,12% 100%,6% 50%);
    clip-path: polygon(0% 0%,97% 0%,100% 0%,88% 100%,12% 100%,6% 50%);
    display: block;
    text-align: center;
    background-color: rgba(255,255,255,0.7);
    overflow: hidden;
    padding: 7px 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Barlow';
    font-size: 14px;
    margin: 0px 20px;
    color: var(--pdb);
    font-weight: 700;
}
.my_account_box1_h span i {
    font-size: 12px;
    margin-right: 2px;
}

.my_account_tab1 {
	padding: 10px 0px;
	text-align: center;
	padding-top: 0px;
}
.my_account_tab1 section{
    padding: 10px;
}
.my_account_tab1 section img {
    height: 100px;
}
.my_account_tab1 aside{
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 5px;
}
.my_account_tab1 h3{
	font-size: 12px;
	color: #ffffff;
	opacity: 0.9;
	padding-bottom: 2px;
	font-weight: 500;
	flex: 1;
}
.my_account_tab1 h3 b{
	color: #607d8b;

}
.my_account_tab1 h3 span{
	display: inline-block;
	border-bottom: 1px dashed rgba(255,255,255,0.7);
	padding-bottom: 3px;
}

.my_account_tab1 h3 span i{
	font-size: 10px;
}

.my_account_tab1 h1{
	border: 1px solid rgba(255,255,255,0.1);
	margin: 5px;
	border-radius: 7px;
	overflow: hidden;
	flex: 1 0 40%;
	font-size: 16px;
}
.my_account_tab1 h1 dd{
	display: block;
	background-color: rgba(255,255,255,0.1);
	font-size: 12px;
	color: #607d8b;
	padding: 3px 5px;
	font-weight: 400;
	text-transform: uppercase;
}
.my_account_tab1 h1 dd i{
	font-size: 10px;
}
.my_account_tab1 h1 small{
	display: block;
	padding: 5px;
	font-weight: 500;
	color: #c9c9c9;
}
*/

.my_account_box1_h{
    padding: 0px 30px;

}
.my_account_box1_h span {
    -webkit-clip-path: polygon(0% 0%,97% 0%,100% 0%,88% 100%,12% 100%,6% 50%);
    clip-path: polygon(0% 0%,97% 0%,100% 0%,88% 100%,12% 100%,6% 50%);
    display: block;
    text-align: center;
    background-color: rgba(255,255,255,0.7);
    overflow: hidden;
    padding: 7px 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Barlow';
    font-size: 14px;
    margin: 0px 20px;
    color: var(--pdb);
    font-weight: 700;
}
.my_account_box1_h span i {
    font-size: 12px;
    margin-right: 2px;
}

.my_account_tab1{
    display: flex;
    align-items: center;
    border-bottom: 1px dashed rgba(255,255,255,0.05);
    margin: 0px 10px;
    margin-bottom: 10px;
}
.my_account_tab1 aside{
    flex: 1;
    padding:10px 0px;
    text-align: left;
    padding-right: 0px;
    border-left: 1px dashed rgba(255,255,255,0.05);
}
.my_account_tab1 section{
    padding: 10px;
    flex: 1;
    padding-left: 0px;
}
.my_account_tab1 section img{
    display: block;
    /* border: 8px solid rgba(255,255,255,0.07);
    border-radius: 50%; */
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: 20px;
}
.my_account_tab1 aside h1{
    color: var(--blue);
    font-size: 16px;
    text-align: left;
    border-bottom: 1px dashed rgba(255,255,255,0.07);
}
.my_account_tab1 aside h1 b{
    display: inline-block;
    /* border-bottom: 1px dashed rgba(255,255,255,0.07); */
    padding: 2px 0px;
    padding-bottom: 0px;
    opacity: 0.8;
    font-size: 10px;
    font-weight: 400; 
    padding-left: 10px;
}
.my_account_tab1 aside h1 b i{
    font-size: 10px;
}
.my_account_tab1 aside h1 small{
    display: block;
    font-weight: 500;
    color: #c9c9c9;
    text-align: left;
    font-size: 14px;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 2px;
}

.my_account_tab2{
	padding-bottom: 10px;
	display: flex;
    align-items: center;
}


.my_account_tab2 section{
    text-align: left;
    position: relative;
    z-index: 1;
	padding: 0px 10px;
	flex: 1;
    align-items: center;

}

.my_account_tab2 section h3{
    display: flex;
    align-items: center;
    color: var(--blue);
	background: -webkit-linear-gradient(top,#fff9d6 39.98%,#ffe650 100%);
    background: linear-gradient(180deg,#fff9d6 39.98%,#ffe650 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 18px;
    font-family: 'Kanit', 'Poppins', 'Lato', Calibri, Arial, sans-serif;
}
.my_account_tab2 section h3 img{
    height: 20px;
    margin-right: 3px;
}
.my_account_tab2 section h1{
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 30px;
    padding-top: 10px;
}
.my_account_tab2 section h1 i{
    font-size: 23px;
    margin-right: 2px;
}
.my_account_tab2 section h1 span{
	display: inline-block;
	color: #9e9e9e;
	font-size: 22px;
	border-radius: 50%;
	margin-left: 5px;
    vertical-align: top;
	transition: ease-in-out 0.2s all;
	opacity: 0.6;
    margin-top: 5px;

}

.my_account_tab2 section h1 span i{
	font-size: 22px;
}
.my_account_tab2 section h1 span:hover{
	opacity: 1;
	cursor: pointer;
}
.my_account_tab2 section h1 span:active{
	transform: rotate(90deg);
}
.my_account_tab2 section h6{
    font-size: 18px;
    padding-top: 5px;
    color: var(--y);
    text-shadow: 0px 0.5px 0.8px rgba(0, 0, 0, 0.2);
    font-weight: 400;
}
.my_account_tab2 section h6 i{
    font-size: 14px;
    margin-right: 2px;
    margin-left: 1px;
}
.my_account_tab2 section h6 small{
    display: block;
    font-size: 12px;
}

.my_account_tab2 aside {
    text-align: center;
    position: relative;
    z-index: 1;
}
.my_account_tab2 aside i{
	font-size: 70px;
	margin-right: 10px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    background-image: repeating-linear-gradient(45deg, #fd004c, #fe9000, #fe9000, #fff020, #fff020, #3edf4b, #3edf4b, #3363ff, #3363ff, #b102b7);
    background-size: 400% 400%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: rainbow_txt 8s ease infinite;
    -webkit-text-stroke: 0.5px rgba(0, 0, 0, 0.2);
	opacity: 0.8;
	
}



.my_account_tab3{
    display: flex;
	padding: 0px 5px;
}
.my_account_tab3 section{
    flex: 1;
    background-color: rgba(255,255,255,0.1);
    margin: 0px 5px;
    border-radius: 7px;
    font-size: 14px;
    padding: 10px 5px;
}
.my_account_tab3 section h3{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    padding-bottom: 5px;
    font-weight: 400;
}
.my_account_tab3 section h1{
    display: block;
    font-size: 17px;
    color: #4993ff;
    font-weight: 600;
    padding: 5px 0px;
}
.my_account_tab3 section h1 i{
	font-size: 10px;
	margin-right: 2px;
}
.my_account_tab4{
	display: flex;
	overflow: hidden;
	margin: 5px;
	margin-bottom: 0px;
}
.my_account_tab4 section{
	flex: 1;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    padding: 2px;
	margin: 5px;
	background-color: #8bc34a;
}
.my_account_tab4 section a{
	display: block;
	padding: 10px 3px;
	background-color: var(--pd);
	font-size: 18px;
	z-index: 1;
	overflow: hidden;
	border-radius: 7px;
	transition: ease-in-out 0.2s all;
}
.my_account_tab4 section a:active{
	background-color: var(--w);
	color: #333;
	cursor: pointer;
	transform: translate(3px,3px);
}
.my_account_tab4_b1 a{
	color:var(--y);
}
.my_account_tab4_b2 a{
	color:#8bc34a;
}
.my_account_tab4_b1:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(100% + 500px);
    height: calc(100% + 500px);
    background: #a1902e;
    background: -webkit-gradient(left top,right bottom,color-stop(0,#a1902e),color-stop(35%,#ffdb66),color-stop(40%,#baa73e),color-stop(44%,#fff8d4),color-stop(48%,#6e5706),color-stop(52%,#574300),color-stop(56%,#fff6c7),color-stop(76%,#ab8f00),color-stop(100%,#ab8f00));
    background: linear-gradient(135deg,#a1902e,#ffdb66 35%,#baa73e 40%,#fff8d4 44%,#6e5706 48%,#574300 52%,#fff6c7 56%,#ab8f00 76%,#ab8f00);
    -webkit-animation: BorderAnimation 5s linear infinite;
    animation: BorderAnimation 5s linear infinite;
    z-index: 0;
}
.my_account_tab4 section a i{
	margin-right: 3px;
}
.my_account_tab4 section a em{
	margin-left: 4px;
}


.my_icon_part{
	display: flex;
	margin: 5px;
	margin-top: 0px;
}
.my_icon_part a{
	flex: 1;
	padding: 10px 3px;
	border: 2px solid rgba(255,255,255,0.8);
	color: rgba(255,255,255,0.8);
	margin: 5px;
	overflow: hidden;
	border-radius: 7px;
	display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.my_icon_part a i{
	font-size: 26px;
	margin-bottom: 4px;
	color: #fff;
}
.my_icon_part a:hover{
	cursor: pointer;
	color: #333;
	background-color:rgba(255,255,255,0.8);
}



.my_profile2{
    color: var(--t);
    background-color: rgba(255,255,255,0.1);
    margin: 10px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
    border-radius: 7px;
    min-height: 100px;
    position: relative;
    overflow: hidden;
	background: -webkit-linear-gradient(left,#374992 .14%,#4675D2 99.92%);
    background: linear-gradient(90deg,#374992 .14%,#4675D2 99.92%);
}
.my_profile2 h1{
    padding: 0px 30px;

}
.my_profile2 h1 span {
    -webkit-clip-path: polygon(0% 0%,97% 0%,100% 0%,88% 100%,12% 100%,6% 50%);
    clip-path: polygon(0% 0%,97% 0%,100% 0%,88% 100%,12% 100%,6% 50%);
    display: block;
    text-align: center;
    background-color: rgba(255,255,255,0.3);
    overflow: hidden;
    padding: 7px 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Barlow';
    font-size: 12px;
    margin: 0px 20px;
    color: var(--pdb);
    font-weight: 700;
}
.my_profile2 h1 span i {
    font-size: 12px;
    margin-right: 2px;
}
.my_profile2 section{
    display: flex;
    align-items: center;

}
.my_profile2 section dd{
    padding: 15px;

}
.my_profile2 section dd img{
    height: 60px;
}
.my_profile2 section dl{
    flex: 1;
    text-align: center;
}
.my_profile2 section dl b{
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 30px;
}
.my_profile2 section dt{
    padding: 0px 0px;
}
.my_profile2 section dt aside{
    background-color: rgba(255,255,255,0.1);
    padding: 5px;
    margin: 5px 0px;
    padding: 5px 10px;
    border-radius: 7px 0px 0px 7px;
    text-align: right;
}
.my_profile2 section dt aside h5{
    font-size: 10px;
    font-weight: 500;
    color: #717171;
}
.my_profile2 section dt aside h3{
    font-size: 16px;
    padding-top: 2px;
	color: #000;
}
.my_profile2 section dt aside h3 i{
    font-size: 14px;
    margin-right: 3px;
}
.my_profile2 nav{
	padding: 5px;
	padding-top: 0px;
}
.my_profile2 nav a{
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background-image: repeating-linear-gradient(45deg,
            #fd004c,
            #fe9000,
            #fe9000,
            #fff020,
            #fff020,
            #3edf4b,
            #3edf4b,
            #3363ff,
            #3363ff,
            #b102b7);
    background-size: 400% 400%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: rainbow_txt 8s ease infinite;
    -webkit-text-stroke: 0.5px rgba(0, 0, 0, 0.2);
	
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
    color: #ffffff;
    border-radius: 7px;
    padding: 9px 10px;
    display:block;
    font-weight: 700;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.my_profile2 nav a:hover{
	cursor: pointer;
	background: #fff;
	color: #333;
	text-shadow: none;
}





.my_total_view{
    display: flex;
    margin: 0px 5px;
	margin-top: 10px;
}
.my_total_view section{
    flex: 1;
    border: 1px solid rgba(73, 147, 255,0.5);
    padding: 10px;
    margin: 0px 5px;
    border-radius: 7px;
}
.my_total_view section h2{
    color: #ffffff;
    font-size: 16px;
}
.my_total_view section h1{
    color: #4993ff;
    font-size: 20px;
    padding: 8px 0px;
    font-weight: 600;
}

.my_total_view section h1 i{
    font-size: 16px;
    margin-right: 2px;
}
.my_total_view section aside{
    background-color: rgba(255,255,255,0.1);
    margin: 7px 0px;
    border-radius: 7px;
    display: flex;
    font-size: 14px;
    padding: 5px;
    align-items: center;

}
.my_total_view section aside dd{
    flex: 1;
    text-align: left;
    font-weight: 600;
    font-size: 10px;
    color: rgba(255,255,255,0.8);
}
.my_total_view section aside dl{
    flex: 1;
    text-align: right;
    color: #4993ff;
    font-size: 16px;
}
.my_total_view section aside dl i{
    font-size: 12px;
    margin-right: 1px;
}

.my_total_view_a{
	padding: 10px;
	padding-bottom: 0px;
}
.my_total_view_a a{
	display: flex;
	border-radius: 7px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	padding:13px 10px;
    background: linear-gradient(90deg,#374992 .14%,#4675D2 99.92%);
    box-shadow: 0px 2px 3px 0.05px rgb(0 0 0 / 20%);
    font-weight: 400;
	transition: ease-in-out 0.2s all;
    align-items: center;
    justify-content: center;

}
.my_total_view_a a i{
	margin-left: 5px;
}
.my_total_view_a a:hover{
	cursor: pointer;
	transform: translate(3px, 3px);
}

.my_mapply{
	display: flex;
    align-items: center;

}
.my_mapply article{
	flex: 1;
	font-size: 14px;
	line-height: 18px;
	padding: 10px;
	color: var(--t2);
	text-align: left;
}

.my_mapply a{
	flex: 1;
	border: 1px solid #fff;
    background-image: linear-gradient(150deg, #00BCD4 0%, #8BC34A 100%);
    box-shadow: 0px 2px 5px 0.05px rgb(0 0 0 /20%);
    font-weight: 600;
    cursor: pointer;
	font-size: 14px;
	padding: 15px;
	text-align: center;
	border-radius: 7px;
	margin: 10px;
	color: #fff;
	transition: ease-in-out 0.2s all;
	opacity: 0.9;
	margin-bottom: 0px;
}
.my_mapply a i{
	font-size: 20px;
	margin-top: 3px;
}
.my_mapply a:hover{
	cursor: pointer;
	transform: translate(3px, 3px);
	opacity: 1;
}























