/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

#fullpage-overlay { display: table; position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; height: 100%; background-color: black; background-color: rgba(0, 0, 0, 0.8); color: #fff; }
#fullpage-overlay .outer-wrapper { position: relative; height: 100%; }
#fullpage-overlay .inner-wrapper { position: absolute; top: 50%; left: 50%; height: 30%; width: 50%; margin: -3% 0 0 -25%; text-align: center; }
#fullpage-overlay .msg { display: inline-block; padding: 20px; max-width: 400px; }
.hidden { display: none !important; }

@media (min-width: 576px){
    .container, .container-sm { width: 540px; }
}
@media (min-width: 768px){
    .container, .container-md, .container-sm { width: 720px; }
}
@media (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm { width: 960px; }
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl { width: 1140px; }
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { width: 1320px ; }
}

#main-body .row { display: block; }
section#main-body { background-color: #f9fafc; padding: 0 !important; border-top: 1px solid #e2e7ec;}
#main-body .btn { height: auto; }
#main-body .form-control { min-height: auto; }
#main-body .section-main {padding: 20px 25px 10px;}
#registration .field { box-shadow: none;}
#registration .prepend-icon .field-icon { top: 3px; }
.header .nav-bar .mega-menu>li.mega:hover > .dropdown-menu { z-index: 5; margin: 0; padding: 0; border: 0; box-shadow: none; }

div.header-lined h1 { font-size: 22px !important; font-weight: 700; }
.top-bar .top-link>ul { margin: 0; }
.cart-link .badge { background-color: red; }
.top-bar .top-link>ul>li>a:hover {text-decoration: none; }
.top-bar .top-link>ul>.login-link { display: flex; align-items: center; justify-content: flex-start; height: 32px; background-color: #4b555e; }

section#main-body .btn { display: inline-flex; align-items: center; justify-content: center; line-height: 1; padding:0 10px; font-size: 14px; font-weight: 600; height: 40px !important; }
section#main-body .btn i { margin-right: 4px; }
section#main-body .btn-primary { color: #fff; background-color: #00b2e3; border-color: #00b2e3; }

.client-banner { background: linear-gradient(90deg, rgba(0,178,227,1) 0%, rgba(0,155,227,1) 35%, rgba(0,178,227,1) 100%); }
.client-banner .section-main { position: relative; background-repeat: no-repeat; background-size: cover; }
.panelTop { position: relative; display: flex; align-items: center; justify-content: center; width: 300px; margin: 0 auto}
.userSetting { float: left; padding-top: 41px; position: relative; margin-bottom: 41px; }
.userSetting a { float: left; width: 60px; height: 60px; border-radius: 50%; background: #fff; line-height: 60px; color: #6c6f71; font-size: 30px; display: inline-block; text-align: center; }
.userAvatar { position: relative; padding: 10px; margin-left: auto; margin-right: auto; border-radius: 50%; width: 144px; height: 144px; }
.userAvatar:before {position: absolute; left: 0; content: ''; right: 0; top: 0; border-radius: 50%; width: 144px; height: 144px; border: 2px solid #fff; }
.userAvatar .image { width: 120px; height: 120px; display: inline-block; border-radius: 50%; float: left; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.userChange { float: left; padding-top: 41px; position: relative; margin-bottom: 41px; }
.userChange a { float: left; width: 60px; height: 60px; border-radius: 50%; background: #fff; line-height: 60px; color: #6c6f71; font-size: 30px; display: inline-block; text-align: center; }
.panelMiddle { text-align: center; font-size: 18px; color:#fff; padding: 10px 0;}
.panelBottom { position: relative; display: flex; align-items: center; justify-content: center; width: 700px; margin: 0 auto}
.panelBottom>div { width: 220px; margin-top: 10px; margin-bottom: 10px;}

.userAddBalance { margin-left: 15px; margin-right: 15px; }
section#main-body .userAddBalance .btn { height: 54px !important; font-weight: 600; padding: 14px !important; }
.userBalance { border-radius: 5px; background: #f1f3f8; padding: 15px 20px; min-width: 220px; }
.userBalance .icon { float: left; position: relative; top: -2px; font-size: 26px; line-height: 1; color: #6c6f71; margin-right: 10px; height: 24px; }
.userBalance .title { float: left; color: #6c6f71; font-size: 14px; font-weight: 500; line-height: 20px; display: inline-block; margin-top: 3px; }
.userBalance .sum { float: right; color: #fff; width: 20px; background-color:red; border-radius: 4px; text-align: center; font-weight: 700; font-size: 14px; line-height: 20px; display: inline-block; margin-top: 3px; }
.userMenu {display: flex;align-items: center;  cursor: pointer; -webkit-transition: all .3 ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.userMenu .btn { display: flex;align-items: center;border-radius: 5px; width: 100%;font-size: 14px; font-weight: 500; height: 54px !important; background: #f1f3f8; padding: 12px 20px; }
.userMenu .dropdown-menu { font-size: 15px; width: 100%; padding: 10px 0; }
.userMenu .dropdown-menu .dropdown-item { padding: 5px 10px; }
.userMenu .dropdown-menu .dropdown-item:hover { background-color: #f0f3f7; }
.userMenu i { position: relative; font-size: 24px; line-height: 1; margin-right: 10px; }

.client-menu-list { position: relative; background: #222d39; overflow: hidden; margin-bottom: 40px; }
.client-menu-list ul { list-style: none; padding: 0; margin:0; }
.client-menu-list ul li { float: left; width: 12.5%; }
.client-menu-list ul li { border-right: 1px solid #3c3f45; }
.client-menu-list ul li:last-child { border-right: 0; }
.client-menu-list ul li a { display: block; width: 100%; text-align: center; padding: 10px 5px; color:#f0f3f7;}
.client-menu-list ul li a i { display: block; font-size:  28px; margin-bottom: 2px;}
.client-menu-list ul li a img { display: block; width:  28px; margin: 0 auto 5px;}
.client-menu-list ul li a span { display: block; font-size: 15px; line-height: 1.3; font-weight: 500}
.client-menu-list ul li a:hover { text-decoration: none;color:#fff; background: #3c3f45;}
.client-menu-list ul li.active a {background: #3c3f45; color:#fff;}

.item-sale {
    background: #e82a8b;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .01em;
    padding: 2px 5px 1px;
    position: absolute;
    right: 12px;
    top: -15px;
    text-transform: uppercase;
}
.item-sale:before {
    border: 5px solid #0000;
    border-right-color: #e82a8b;
    bottom: -5px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    }

.blink{
	animation:blink-animation 1s steps(5,start) infinite;
	-webkit-animation:blink-animation 1s steps(5,start) infinite
}

@keyframes blink-animation{to{visibility:hidden}}
@-webkit-keyframes blink-animation{to{visibility:hidden}}

.tiles .tile { background-color: #fff; border: 1px solid #e2e7ec; box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 5%); }
.tiles .tile:last-child { border: 1px solid #e2e7ec; }

.panel { /* box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 5%);*/ font-size: 1em !important }
.panel-default>.panel-heading { background-color: #fff; /* border-top: 1px solid #e2e7ec;*/}
.panel-footer { background-color: #fff; border-top: 1px solid #e2e7ec;}
.panel-sidebar>.panel-heading { background-color: #fff; border-bottom: 1px solid #e2e7ec; border-top: 0 !important;}
.panel-sidebar>.panel-footer  { background-color: #fff; border-top: 1px solid #e2e7ec;}
.panel-sidebar>.panel-footer .form-control { line-height: 1; font-weight: 600; font-size: 13px; height: 42px !important; border: 1px solid #e2e7ec; box-shadow: none;}
.panel-sidebar>.panel-footer .btn { display: flex; align-items: center; justify-content: center; line-height: 1; font-weight: 600; font-size: 13px; height: 42px !important; }
.panel-sidebar>.panel-footer .btn i { margin-right: 4px; }
.home-kb-search .form-control { border: 1px solid #e2e7ec; height: 52px; box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 5%); }


div.header-lined h1 { color: #131a26; }
div.header-lined .breadcrumb>.active { color: #00b2e3; }
.panel-sidebar .list-group-item { font-size: 15px; }

.dataTables_wrapper { background-color: #fff; box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 5%); font-size: 15px; border-radius: 4px; border: 1px solid #e2e7ec;}
.dataTables_wrapper .dataTables_info { background-color: #131a26; }
.dataTables_wrapper .dataTables_length { background-color: #fff; font-size: 15px;  border-top: 1px solid #e2e7ec; }
.dataTables_wrapper table.table-list thead th { border-bottom: 0; }
.dataTables_wrapper table.table-list thead th:nth-child(even) { border-bottom: 0; }
.dataTables_wrapper table.table-list thead th.sorting_asc,
.dataTables_wrapper table.table-list thead th.sorting_desc { background-color: #fff; color: #00b2e3; }
.dataTables_wrapper .dataTables_length label .form-control { border: 1px solid #e2e7ec; box-shadow: none; font-size: 15px; height: 40px; padding: 0 10px; }
.dataTables_wrapper .dataTables_length label { padding: 10px 10px 5px; }
.dataTables_wrapper .dataTables_paginate { padding: 10px 10px 5px; }
.dataTables_wrapper .dataTables_paginate .pagination>li>a,
.dataTables_wrapper .dataTables_paginate .pagination>li>span { padding: 10px; }
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { background-color: #131a26; border-color: #131a26; }
.panel-sidebar a.list-group-item.active, .panel-sidebar a.list-group-item.active:focus, .panel-sidebar a.list-group-item.active:hover { background-color: #131a26; border-color: #131a26; }

.main-content input.form-control { border: 1px solid #e2e7ec; box-shadow: none; font-size: 15px; height: 40px; }
.marketing-email-optin { border: 1px solid #e2e7ec; background-color: #fff;box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 5%); }
.marketing-email-optin p { font-weight: 300; }

.alert-info { color: #00b2e3; background-color: #00b2e330; border-color: #00b2e330; }
.alert-info .form-control { border: 0; }
.alert-info .btn { height: 40px !important; border: 0; }
.alert-info .form-horizontal .control-label { padding-top: 11px; }

.mobile-top ul.toplink2 { margin-bottom: 0 !important;}
.adminreturndiv { top: 104px !important; display: none !important; }

.submit-ticket { display: flex; align-items: center; justify-content: flex-start; }
.submit-ticket a { display: flex; align-items: flex-start; justify-content: flex-start; background: #fff; padding: 20px; border-radius: 6px; color: #131a26; box-shadow: 20px 15px 81px 0 rgb(0 0 0 / 10%); }
.submit-ticket a b { display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; font-size: 20px; margin-bottom: 5px; margin-right: 4px; }
.submit-ticket a i { font-size: 42px; margin-right: 10px; }
.submit-ticket a small { font-size: 12px; font-weight: normal; opacity: .7; }
.submit-ticket a:hover { text-decoration: none; color: var(--bs-primary); }

@media only screen and (max-width: 767px){
    section#main-body { overflow: hidden; }
    #main-body .section-main { padding: 50px 15px; }
    .login-section .section-main { padding: 50px 15px; }
    .login-main { padding: 20px; }
    .panelBottom { flex-direction: column; width: 100%; }
    .panelBottom>*{ width: 100%; margin: 3px 0; }
    .panelBottom>div { width: 100%; }
    section#main-body .userAddBalance .btn { width: 100%; }
    .client-menu-list { overflow: hidden; }
    .client-menu-list .container { padding: 0; }
    .client-menu-list ul li { width: 25%; }
    .client-menu-list ul li a span { font-size: 12px; }
    .client-menu-list ul li a i { font-size: 20px; }
}

.loading {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  width: 24px;
  height: 24px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#product_renew_form .radio {
    font-size: 16px !important;
    background-color: #fff;
    width: max-content;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
}
#product_renew_form .radio+.radio {
    margin-top: 0px !important;
}
#product_renew_form .radio span.text-primary {
	color: #000 !important;
}
#product_renew_form .radio span.text-muted {
	color: #000 !important;
}
    
#product_renew_form .radio .pricespan {
	color: #5cb85c !important;
	font-weight: bold;
}

#product_renew_form div.radio .text-muted .pricespan:nth-child(3),
#product_renew_form div.radio .text-muted .pricespan:nth-child(4) {
	color: #000000 !important;
}
@media only screen and (min-width: 767px){
	#product_renew_form .btn.btn-success {
		min-width: 350px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
.section-transfer {
    background-color: var(--bs-dark-grey);
}
.section-transfer * {
    color: #fff !important;
}
.section-transfer small {
    font-size: 14px;
}


.pagination-container {
  width: calc(100% - 2rem);
  display: flex;
  align-items: center;
  padding: 1rem 0;
  justify-content: center;
}

.pagination-number,
.pagination-button{
  font-size: 1.1rem;
  background-color: #fff;
  border: none;
  margin: 0.25rem 0.25rem;
  cursor: pointer;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: .2rem;
}

.pagination-number:hover,
.pagination-button:not(.disabled):hover {
  background: #fff;
}

.pagination-number.active {
  color: #fff;
  background: var(--bs-primary);
}

.section-logos { padding: 70px 0; background-color: #f9fafc}
.section-logos h2 { font-size: 32px; line-height: 1.3; margin-top: 15px; margin-bottom: 15px;}
.section-logos p { font-size: 20px; line-height: 1.4; margin-bottom: 30px;}
.section-logos #paginated-list { list-style:none; display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.section-logos #paginated-list li { width: calc(33% - 40px); display: flex ; flex-direction: column; align-items: center; justify-content: center; background-color: #fff; border-radius: 6px; border: 1px solid #eee; padding: 10px 0px; }
.section-logos #paginated-list li .img { width: 100%; height: 80px; display: flex; align-items: center; justify-content: center; }
.section-logos #paginated-list li img { width: auto; max-height: 66px; max-width: 160px; }
.section-logos #paginated-list li span { font-weight: bold; text-align: center; font-size: 15px; }

@media only screen and (max-width: 767px){
  .section-logos #paginated-list li img { width: auto; max-height: 64px; max-width: 100%; }
}

