*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    padding: 0;
    margin: 0;
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    background: #0a0a0a;
    height: 100%;
    color: #fff;
}

a {
    cursor: pointer;
    text-decoration: none;
}
.t-header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.t-body{
    padding-top: 58px;
}
.header-top {
    background: #000;
}

.header-button-left {
    color: #fff;
    font-size: 20px;
}

.logo {
    padding-top: 5px;
    padding-bottom: 5px;
}

.logo img {
    max-width: 100px;
}


.lobby-sec {
    width: 100%;
    padding-bottom: 50px;
}

.slider-section .carousel-indicators {
    margin-bottom: 10px;
}

.slider-section .carousel-indicators [data-target] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: none;
}

.index_tab ul {
    border: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: #000000;
}

.index_tab ul li a.nav-link {
    border: none;
    padding: 10px;
    position: relative;
    text-align: center;
    border-bottom: 4px solid transparent;
    color: #ffffff;
    min-width: 70px;
    font-size: 11px;
    text-transform: uppercase;
}

.index_tab ul li a.nav-link.active {
    color: #ffffff;
    background-color: #0f2d35;
    border: none;
    border-radius: 0;
    border-bottom: 4px solid #0ab8b6;
}

.index_tab ul li a.nav-link.active img {
    filter: brightness(12.0) grayscale(1);
}

.index_tab ul li a.nav-link img {
    max-width: 23px;
}

.tab_product_main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.tab_product_main a {
    color: #fff;
    background: #0f2d35;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 10px;
    height: 80px;
    display: grid;
}

.tab_product_main a img {
    max-width: 100px;
    max-height: 30px;
    margin: 0 auto;
}

.txt_product {
    font-size: 12px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright-text {
    color: #fff;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
}

/* MENU */
/* MODAL FADE LEFT RIGHT BOTTOM */
.modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}

.modal.fade:not(.in).bottom .modal-dialog {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}

.modal.right .modal-dialog {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.modal.left .modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

.modal.left .modal-dialog.modal-sm {
    min-width: 60%;
    z-index: 50;
}

.modal.left .modal-content,
.modal.right .modal-content {
    min-height: 100vh;
    border: 0;
    border-radius: 0;
    background: #0f2e35;
}

#left-menu.modal {}

#left-menu .modal-body {
    padding: 0;
}

.welcome-box {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 25px;
    text-transform: uppercase;
}

.welcome-box-text {
    margin-left: 10px;
}

.welcome-box-text p {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.welcome-box img {
    max-width: 45px;
}

.sidenav-link {
    padding: 0;
    list-style: none;
}

.sidenav-link li {
    padding: 10px 15px;
    border-left: 4px solid transparent;
}

.sidenav-link li.active,
.sidenav-link li:hover {
    border-left: 4px solid #0ab8b6;
    background: #000;
}

.sidenav-link li a {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    display: block;
}

.sidenav-link li a img {
    max-width: 30px;
    margin-right: 10px;
}

/* FOOTER NAV */
.footer-nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
}

.footer-nav ul li {
    width: 50%;
}

.footer-nav ul li a {
    padding: 10px;
}

.btn-login {
    background: linear-gradient(to bottom, #0aada8 0%, #113e43 100%);
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 400;
}

.btn-register {
    background: linear-gradient(to bottom, #e4cb6f 0%, #ae851b 100%);
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 400;
}

/* REGISTER MODAL */
.modal-login {
    background: #0b0602;
    border: 1px solid #0bbab4;
}

.modal-register {
    background: #0b0602;
}


.join-link {
    color: #28adec;
}

.forgot-link {
    color: rgb(187, 187, 187);
}


.login-title,
.forgot-title,
.reg-title {
    color: #0bbab4;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

button.login-submit:hover {
    background: #227399;
    box-shadow: none;
}

.menu-provider-sec {
    background: #000 url(../images/bg-1.jpg)no-repeat center top;
    min-height: 70%;
    background-size: cover;
}

button.close-modal {
    color: #fff;
}

.provider-item img {
    width: 100%;
}

.vip-img {
    background: none;
}

.download-sec {
    background: none;
}

.dl-item-box {
    border-radius: 0;
    border: none;
}

.dl-item-box img {
    width: 100%;
}

.dl-pro-box {
    max-width: 100%;
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
}

.dl-download-btn {
    width: 100%;
    border: none;
    border-radius: 5px;
    background: #28adec;
}

.dl-download-btn:hover {
    background: #218bbd;
}

.dl-title-top {
    background: #28adec;
}

.poker-access-info table tr th {
    background: #28adec;
    border: 1px solid #fff;
}

.poker-access-info table tr td {
    border: 1px solid #fff;
    background: #000;
}

ul.acc-tabs {
    border: none;
}

ul.acc-tabs {
    background: none;
}

.nav-tabs.acc-tabs .nav-item.show .nav-link,
.nav-tabs.acc-tabs .nav-link.active {
    background: linear-gradient(to bottom, rgba(254, 172, 0, 1) 0%, rgba(249, 248, 0, 1) 100%);
    color: #000;
}

.nav-tabs.acc-tabs .acc-item {
    border: none;
}

.t-body.login {
    padding-top: 65px;
}

.blue-text {
    color: #0bbab4;
}

.verify-wrap label,
.prob {
    color: #fff;
}

.player-info-wrapper {
    border: none;
}

.check-tick i {
    color: #fff;
}

.accept-terms {
    color: #fff;
}

.modal-content input {
    border-radius: 5px;
    border: 1px solid #aaaaaa;
    padding: 6px 9px;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 16%);
    background: #fff;
    position: relative;
    width: 100%;
}

/** Promotion **/

.mix {
    display: none;
}

.filter-menu-bar {
    overflow: auto;
    white-space: nowrap;
    box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.1);
    background: #000000;
}

.pmbox {
    display: inline-flex;
    text-align: center;
    align-items: center;
    border-bottom: 0px solid transparent;
    font-size: 15px;
    color: #fff;
    padding: 10px 18px;
    text-transform: uppercase;
}

.promo-col {
    padding: 10px
}

.pmbox.active {
    color: #ffffff;
    border-bottom: none;
    background-image: none;
    background: #0bbab5;
}

.promo-content {
    padding: 15px;
    padding-bottom: 50px;
}

.promo-bx {
    width: 100%;
    padding-bottom: 0.6rem;
    margin-bottom: 10px;
    border: none;
    background: #191919;
    position: relative;
}

.promo-bx img {
    max-width: 100%;
}

.promo-tag {
    position: absolute;
    max-width: 15%;
    left: -4px;
    top: 0;
    z-index: 2;
}

.promo_img img {
    width: 100%;
}

.pm-boxer {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 10px;
}

.date-promo {
    position: absolute;
    left: 0;
    bottom: 9%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0 15px 15px 0;
    z-index: 2;
    font-size: 2.7vw;
    padding: 3px 8px;
    color: #1A1A1A;
}

.date-promo i {
    color: #505050;
}

.pmbx {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12);
    padding: 20px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    color: #4a4a4a;
    border: 1px solid #7d7d7d3d;
    margin-top: 15px;
}

.prosm-title {
    color: #ffda6b;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.ptable {
    overflow: auto;
}

.promo-table {
    text-align: center;
}

.promo-table tr th {
    background: #00a3e2;
    color: #fff;
    font-weight: 500;
    padding: 8px 3px;
    border: 1px solid #262626;
}

.promo-table tr td {
    background: #fff;
    padding: 8px 3px;
    border: 1px solid #262626;
}

/*newaddpromo*/

.p1_promo {
    margin-top: 0.45rem;
    color: #0bbab5;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 12px;
}

.p2_promo {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 10px;
}

.promo_btn {
    display: block;
    margin-top: 10px;
    text-align: center;
    justify-content: center;
}

.btn-common {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-shadow: none;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    height: 1.1rem;
    display: inline-block;
    line-height: 1.1rem;
    color: #000;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    text-shadow: none;
    width: 100%;
    display: block;
    height: 33px;
    font-size: 12px;
}

.btn-blue-promo {
    line-height: 1rem;
    color: #fff;
    background: #0bbab5;
    border-radius: 5px;
    text-transform: uppercase;
}

.btn-red-promo {
    line-height: 1rem;
    white-space: nowrap;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcb813), to(#d58200));
    background: -webkit-linear-gradient(#fcb813, #d58200);
    background: -o-linear-gradient(#fcb813, #d58200);
    background: linear-gradient(#fcb813, #d58200);
    border-radius: 5px;
}

.promo_modal_custom .modal-header {
    border-bottom: 2px solid #ffffff;
    color: #fff;
background: #0a0a0a;
}
button.close{
    color: #fff;
}

.promo_modal_custom .modal-body {
    background: #0a0a0a;
}

.logo_login {
    margin: 20px 0px;
}

/* AF-LOGIN */

.title-top .row{
    display: flex;
    align-items:center ;
}
.balance-box {
    background: #0ab8b6;
    border-radius:8px  0 0 0 ;
    justify-content: center;
    width: 35%;
    padding-left: 5px;
    color: #fff;
    height: 65px;
    display: flex;
}
.afmember-section{
    position: fixed;
    bottom: 0;
    width: 100%;
}
.wallet-bar-height {
    border-radius: 0 0 8px 8px;
}

.wallet-amount {
    margin: auto 0;
    text-align: right;
}

.wallet-amount h6 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
    font-size: .55rem;
}

.wallet-amount h6 span {
    color: #fff !important;
    font-size: 1rem;
    line-height: 1;
}

.wallet-refresh {
    margin: auto 0;
}

.wallet-refresh i {
    width: 17px;
    margin-left: 5px;
}

.transaction-box {
    width: 65%;
    padding: 10px 7px 5px;
    background: #0f2d35;
    border-top-right-radius: 8px;
}

.wallet-navi {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.wallet-navi li {
    text-align: center;
}

.wallet-navi li a {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.wallet-navi li a h6 {
    font-size: 10px;
}

.wallet-navi li a img {
    max-width: 30px;
    margin: 0 auto;
}

.title-top {
    padding: 14px 5px;
    font-size: 17px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    background: #0a0a0a;
    position: relative;
}

.left-btn {
    position: absolute;
    left: 2%;
    color: #959494;
}

.right-btn {
    position: absolute;
    right: 2%;
    top: 0px;
    color: #fff;
    font-size: 19px;
}

.right-btn a,
.right-login-btn a {
    color: #d3d3d3;
    margin-right: 5px;
}

.right-btn-1 {
    position: absolute;
    right: 2%;
    top: 1%;
    font-size: 17px;
}

.right-btn-1 a {
    color: #414655;
}

/* DEPOSIT */
.af-body{
    padding-top: 55px;
    padding-bottom: 80px;
}
.member-sec{
    padding-bottom: 20px;
}
.transaction-selection-bank .selection-details-img img {
    border-radius: 5px 0 0 5px;
    width: 100%;
}

.transaction-container-expanded {
    padding: 15px;
    background: #224a76;
    background: linear-gradient(0deg, rgb(32 57 87) 0, #1d2738 100%);
    border-radius: 10px;
    margin-bottom: 15px;
}

.bank-details {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bank-details p {
    color: #fff;
    margin: 0;
    font-size: 13px;
}

.transaction-label p {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: .75rem;
    margin-bottom: 15px;
}

.transaction-label p span {
    color: #0bbab4;
    border: 1px solid #0bbab4;
    margin-right: 10px;
    border-radius: 5px;
    display: inline-block;
    width: 25px;
    padding: 5px 0;
    text-align: center;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.transaction-container {
    padding: 15px;
    background: #0f2d35;
    border-radius: 10px;
    margin-bottom: 15px;
}

.transaction-selection {
    padding: 10px 20px 10px 15px;
    background-color: #0a0a0a;
    border-radius: 5px;
    -moz-box-shadow: inset 0 2px 5px #00000090;
    -webkit-box-shadow: inset 0 2px 5px #00000090;
    border: none;
    margin-bottom: 0;
    color: #fff;
    font-size: .75rem;
    text-align: center;
    height: 43px;
    line-height: 2;
}

.transaction-selection-bank .selection-details {
    margin-bottom: 0;
    width: 55%;
    display: inline;
    text-align: center;
    background-color: #0a0a0a;
    border-radius: 0 5px 5px 0;
    -moz-box-shadow: inset 0 2px 5px #00000090;
    -webkit-box-shadow: inset 0 2px 5px #00000090;
    box-shadow: inset 0 2px 5px #00000090;
    position: relative;
}
.box-amount{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    margin-top: 10px;
}
.box-amount a{
    width: 100%;
    padding: 15px;
    background-color: #0a0a0a;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}


.important-note {
    border: 1px solid #0bbab4;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
}

.important-note p {
    line-height: 1.2;
    font-weight: lighter;
    text-transform: uppercase;
}

.important-note ol {
    padding-left: 10px;
}

.important-note ol li {
    font-size: .65rem;
    text-align: left;
    padding-left: 10px;
}
.af-footer-nav{
    bottom: 0;
    width: 100%;
    margin: 0;
    background: #0f2d35;
}
.af-footer-nav ul{
    padding: 0;
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(5,1fr);
}
.af-footer-nav ul li{
    width: 100%;
    text-align: center;
    padding: 10px;
}
.af-footer-nav ul li.active{
    background: #0ab8b6;
}
.af-footer-nav ul li a:hover{
    text-decoration: none;
}
.af-footer-nav ul li.active a img{
    filter: brightness(8) grayscale(1);
}
.af-footer-nav ul li a{
    text-align: center;
    color: #fff;
    font-size: 11px;
    width: 100%;
    text-transform: uppercase;
}
.af-footer-nav ul li a img{
    max-width: 30px;
    margin: 0 auto;
}
/* TRANSFER */

.card-header .accicon {
  float: right;
  font-size: 20px;  
  width: 1.2em;
}
.card-header{
  cursor: pointer;
  border-bottom: none;
}
.card{
  border: 1px solid #ddd;
}
.card-body{
  border-top: 1px solid #ddd;
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(-180deg);
}
.transaction-container .card{
    border: none;
}
.transaction-container .card-header{
    background: #000;
    padding: 5px;
    outline: none;
    border-radius: none;
}
.transaction-container .card-header a{
    color: #fff;
}
.transaction-container .title{
    font-size: 12px;
}
.transaction-container .title img{

max-width: 40px;
}
.transaction-container ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.transaction-container .card-body{
    padding: 10px;
    background: #000;
}
.transaction-container .card-body ul li{
    
padding: 5px;
}
/* ACCOUNT */
.account-sec{
    padding-bottom: 80px;
}
.account-nav{
    padding: 0;
    list-style: none;
}
.account-nav li{
    color: #fff;
    font-size: .85rem;
    padding: 25px 20px;
    border-bottom: 1px solid #2d3e50;
}
.account-nav li a{
    display: flex;
    width: 90%;
    margin: 0 auto;
    align-items: center;
    color: #fff;
}
.account-nav li a span{
    margin-left: 26px;
}
/* PROFILE */
.form-input-style {
    padding: 10px 20px 10px 15px;
    background-color: #0a0a0a;
    border-radius: 5px;
    color: #fff;
    font-size: .75rem;
    height: 43px;
    line-height: 2;
    border: none;
}
.input-text{
    width: 100%;
}
.input-text p {
    color: #0ab8b6;
    font-size: .65rem;
    margin-bottom: 20px;
}
.transaction-container .form-control:disabled, .form-control[readonly]{
    background: #0a0a0a;
    color: #16202f;
}
/*inbox*/
.inbox_main{
    display: grid;
    grid-template-columns: 30% 70%;   
}
.inbox-list {
    background: #E3E3E3;
    font-weight: bold;
    flex: 0 0 auto;
}
.inbox-list ul {
    background: #0a0a0a;
    list-style: none;
    padding: 0px;
}
.inbox-list ul li a{
    display: flex;
    color: #b9b9b9;
    width: 100%;
    padding-right: 18px;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-left: 0.75rem;
    border-bottom: 1px solid rgba(151, 151, 151, 0.26);
    cursor: pointer;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    -o-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
}
.inbox-list-body{
    width: 80%;
}
.inbox-list ul p {
    max-width: 17.875rem;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
}
.inbox-list ul .time {
    font-size: 1rem;
    font-weight: normal;
    text-align: right;
}
.inbox-list ul .time img{
    width: 40px;
}
.inbox-list::-webkit-scrollbar{
     width: 10px;   
}
.inbox-scrollar::-webkit-scrollbar-thumb,.inbox-list::-webkit-scrollbar-thumb {
    background-image: linear-gradient(#174F81, #0FA3E6);

}
.inbox-list ul li:hover {
    background: #0ab8b6;
}
.subject{
    padding: 30px;
    color: #5F5F5F;
}
.subject_title{
    font-size: 20px;
    font-weight: bold;
}
.message-delete-checkbox{
    margin-right: 10px;
    padding-top: 10px;
}
.subject {
    padding: 30px;
    color: #fff;
}
.subject_title {
    font-size: 20px;
    font-weight: bold;
    color: #0ab8b6;
}
.inbox-list.top_list ul{
    margin-bottom: 0px;
}
.top_list ul{
    background: #0ab8b6;
}
.top_list ul .tumbSubject{
    color: #fff;
}
.top_list ul .time{
    display: flex;
}
.top_list ul .time img{
    width: 30px;
    margin: 0px 5px;
}
.time i{
    margin-left: 10px;
    margin-right: 10px;
}
/* HISTORY */
.table-responsive {
    border: none;
    margin-bottom: 0px;
}

.history-table tr:nth-child(odd) {
    background: #0a0a0a;
}

.history-table tr:nth-child(even) {
    background: #000000;
}

.history-table tr th {
    border: 1px solid #e7e7e7;
    padding: 4px;
    /* background: #ffffff00; */
    text-align: center;
    color: #e4e4e4;
}

.history-table tr td {
    border: 1px solid #ffffff;
    padding: 10px 4px;
    text-align: center;
    color: #a9a9a9;
}

.history-table {
    background: #000;
    font-size: 12px;
    margin-top: 15px;
}
/* CONTACT */
.contact-content ul{
    list-style:none;
    padding: 0;
}
.contact-content ul li{
    background: #0f2d35;
    margin-bottom: 10px;
    border-radius: 10px;
}
.contact-content ul li a{
    display: flex;
    justify-content: unset;
    align-items: center;
    padding: 10px 30px;
    font-size: 15px;
    text-transform: uppercase;
}
.contact-content ul li a img{
    max-width: 30px;
    margin-right: 20px;
}
.info-content .accordion-button {
    background: #d7d7d740;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    text-align: left;
    border: 1px solid #333333;
    font-size: 16px;
    padding: 8px;
}

.info-content .accordion-item {
    background: none;
    margin-bottom: 10px;
}

.info-content .accordion-button::after {
    background-image: url(../images/common/caret-down-solid.svg);
    filter: invert(1);
    width: 21px;
    height: 15px;
    background-position-y: -10px;
}
/* LANGUAGE */
.language-wrapper ul{
    margin: 0 auto;
    margin-top: 20px;
    list-style: none;
    max-width: 50%;
    display: flex;
    justify-content: space-between;
    padding: 0;
}
/* BLOG */
.blog-sec{
    padding-top: 60px;
    padding-bottom: 20px;
}
.blog-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #78806f;
    border-radius:5px;
}

.blog-title-box {
    border: 1px solid #78806f;
    padding: 5px;
    border-radius: 5px;
}

.blog-title-box i {
    font-size: 28px;
    color: #0bbab5;
    margin-left: 10px;
    margin-right: 10px;
}

.blog-boxer {
    grid-template-columns: 40% 60%;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    margin: 25px 0;
    grid-gap: 10px;
}
.blog-content-page{
    margin-bottom: 10px;
}

.blog-boxer img {
    width: 100%;
}

.blog-boxer h4 {
    color: #0bbab5;
    font-weight: 600;
    font-size: 26px;
}

.blog-time-title {
    color: #166138;
}

.blog-time-title p {
    color: #0bbab5;
}

.blog-time-title p i {
    margin-right: 10px;
    color: #0bbab5;
}

.blog-content {
    color: #fff;
    margin-bottom: 15px;
    max-height: 95px;
    overflow: auto;
}

.blog-boxer .moreinfo_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}
.blog-boxer .moreinfo_btn:hover{
    color: #fff;
}

.blog-boxer_inner {
    display: grid;
    padding-bottom: 10px;
}

.blog-boxer .moreinfo_btn i {
    background: #fff;
    color: #28adec;
    border-radius: 50%;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    padding: 2px;
    padding-left: 5px;
}

.seperate-line {
    height: 2px;
    width: 80%;
    margin: 0 auto;
    background: #78806f;
    border-radius: 10px;
}

.moreinfo_btn {
    background: #0bbab5;
    box-shadow: 0px 4px #119c9e;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    width: 100px;
    height: 30px;
    font-size: 13px;
}