body {
    font-family: tahoma;
    font-size: 77%;
    font-weight: 400;
    color: #0e618f;
    background-color: #eceff1;
    margin: 0;
}

[x-cloak] { display: none !important; }

a {
    color: #6c757d;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none  !important;
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.session-message-text {
    color: #2ecc71;
}

.error-message-text {
    color: #e74c3c;
}

/* Cropper ================================= */

.crop-img {
    display: inline;
    width: 100%;
    height: 100%;
}

.crop-img-cont {
    width: 100%;
    max-height: 600px;
}

.crop-preview {
    overflow: hidden;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

#avatarModal .modal-dialog {
	max-width: 1000px !important;
}

.profile-avatar-cont img {
	border-radius: 50%;
}

/* Calc-box-content ============================================================================================== */

.calc-input {
    outline: none !important;
    border: solid #eceff1 1px;
    box-shadow: none !important;
}

.bs-searchbox .form-control {
    outline: 1px solid #3498db !important;
}

.dropdown.bootstrap-select {
    outline: solid #eceff1 1px !important;
}

.calc-main-content-box {
    padding-bottom: 25px;
}

.calc-content-box, .exchange-icon-box {
    display: inline-block;
    padding: 0 5px;
}

.calc-content-box-select {
    display: inline-block;
    vertical-align: 3px;
}

.calc-text {
    font-size: 20px;
    font-weight: bold;
}

.calc-content-box {
    margin-top: 50px;
    display: inline-block;
}

.fa-exchange-alt {
    font-size: 25px;
}

.dropdown-menu.inner.show {
    overflow: hidden !important;
}

.option-span {
    margin-left: 10px;
}

.exchange-icon-box {
    margin-left: 5px;
    vertical-align: -2px;
}


/* Login-Box ================================================================================================= */

.login-box {
    border: solid #eceff1 1px;
    background-color: #f9f9f9;
    border-radius: 13px;
    width: 500px;
    height: 420px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 300ms ease-in-out;
    z-index: 1001;
}

.calc-box {
    border: solid #eceff1 1px;
    background-color: #f9f9f9;
    border-radius: 13px;
    width: 1000px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 300ms ease-in-out;
    z-index: 1001;
}

.loginBox-mobile {
    border: solid #eceff1 1px;
    background-color: #f9f9f9;
    border-radius: 13px;
    max-width: 500px;
    height: 420px;
}

.afterLogin-box {
    border: solid #eceff1 1px;
    background-color: #f9f9f9;
    border-radius: 13px;
    height: auto;
    position: absolute;
    top: 42px;
    right: 214px;
    width: 100px;
    transform: scale(0);
    transition: 200ms ease-in-out;
    z-index: 1000;
}

.afterLogin-box-mobile {
    border: solid #eceff1 1px;
    background-color: #f9f9f9;
    border-radius: 13px;
    height: auto;
    position: fixed;
    top: 45px;
    right: 215px;
    width: 100px;
    transform: scale(0);
    transition: 200ms ease-in-out;
    z-index: 5000;
}

.afterLogin-box-mobile-sm {
    border: solid #eceff1 1px;
    background-color: #f9f9f9;
    border-radius: 13px;
    height: auto;
    position: fixed;
    top: 45px;
    right: 215px;
    width: 100px;
    transform: scale(0);
    transition: 200ms ease-in-out;
    z-index: 5000;
}

.afterLogin-box p, .afterLogin-box-mobile p, .afterLogin-box-mobile-sm p {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.afterLogin-box.active, .afterLogin-box-mobile.active, .afterLogin-box-mobile-sm.active {
    transform: scale(1);
}

#overlayAfterLogin {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 899;
    pointer-events: none;
}

#overlay-mobile, #overlay-mobile-sm {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 4999;
    pointer-events: none;
}

#overlayAfterLogin.active, #overlay-mobile.active, #overlay-mobile-sm.active {
    pointer-events: all;
}

.reg-box {
    border: solid #eceff1 1px;
    background-color: #f9f9f9;
    border-radius: 13px;
    width: 500px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 300ms ease-in-out;
    z-index: 1001;
}

.regBox-mobile {
    border: solid #eceff1 1px;
    background-color: #f9f9f9;
    border-radius: 13px;
    max-width: 500px;
    height: auto;
}

.login-box.active, .reg-box.active, .calc-box.active {
    transform: translate(-50%, -50%) scale(1);
}

.cancel {
    float: right;
    color: #2c4552;
    font-weight: bold;
    font-size: 28px;
    margin-right: 10px;
    margin-top: -5px;
}

.signin-text-box h2 {
    font-weight: bold;
    font-size: 19px;
}

.signin-text-box h4 {
    font-weight: bold;
    margin-top: -20px !important;
    font-size: 13px;
}

.google-face-btn-box {
    margin-top: 35px;
}

.google-btn {
    width: 140px;
    background-color: #c32f10 !important;
    display: inline-block;
    margin-right: 0px;
    border-radius: 4px;
    color: #ffffff;
    padding: 7px 20px !important;
    text-align: center;
    cursor: pointer;
}

.face-btn {
    width: 140px;
    background-color: #3b5998 !important;
    display: inline-block;
    margin-right: 0px;
    border-radius: 4px;
    color: #ffffff;
    padding: 7px 20px !important;
    text-align: center;
    cursor: pointer;
}

.login-box-csikok {
    margin-top: 20px;
}

.sign-register-btn-box {
    margin-top: 35px;
}

.auth-btn {
    display: inline-block;
    color: #f5f0f0;
    font-weight:bold;
    border-radius: 4px;
    padding:7px 31px;
    cursor:pointer;
    background: #304753;
    outline: none !important;
    border: none !important;
}

.auth-btn:hover {
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;	color: #f5f0f0;
	background-color: #feb235;
	font-weight:bold;
}

#overlay, #overlayCalc {
    position: fixed;
    opacity: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45);
    transition: 300ms ease-in-out;
    z-index: 999;
    pointer-events: none;
}

#overlay.active, #overlayCalc.active {
    opacity: 1;
    pointer-events: all;
}

#overlayC, #overlayL {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 899;
    pointer-events: none;
}

#overlayC.active, #overlayL.active {
    pointer-events: all;
}

#langpickerBox {
    padding: 10px;
    right: 75px !important;
}

#langpickerBox-mobile {
	padding: 10px;
	transform: scale(0);
	position: absolute;
	background-color: #fff;
    border-radius: 13px;
    border: 1px solid #eceff1;
    position: absolute;
    z-index: 1001;
    transition: 300ms ease-in-out;
	bottom: 30px;
	left: -15px;
}

#langpickerBox-mobile.active {
	transform: scale(1);
}

.langpicker-link {
    display: block;
    text-align: center;
    padding-block: 2px !important;
}

@media (max-width: 766px) {
	.afterLogin-box-mobile-sm {
		right: 32px;
	}
}

/* Currency-box ===================================================================================================*/

.currency-box {
    background-color: #ffffff;
    border-radius: 13px;
    border: 1px solid #eceff1;
    position: absolute;
    z-index: 1001;
    transition: 250ms ease-in-out;
    transform: scale(0);
    top: 43px;
    right: 0px;
}

.currency-box.active {
    transform: scale(1);
}

#overlayC {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 899;
    pointer-events: none;
}

#overlayC.active {
    pointer-events: all;
}

button.close {
	text-shadow: none !important;
	opacity: unset !important;
}

button.close > span {
	color: #304753 !important;
}

#mobile-box-md, #mobile-box-sm {
	display: flex;
	align-items: center;
	gap: 5px;
}

#mobile-box-sm {
	gap: 0;
}

/* ============================== SearchBox ========================================================= */

.searchbar-box {
    position: relative;
}

#searchbar-list, #searchbar-list-md, #searchbar-list-sm {
    position: absolute;
    top: 35px;
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    z-index: 1001;
    transform: scale(0);
    transition: 200ms ease-in-out;
    border-radius: 13px;
    border: 1px solid #eceff1;
    background-color: #fff;
}

#searchbar-list-md {
	top: 45px;
	width: 215px;
	position: fixed;
}

#searchbar-list-sm {
	top: 43px;
	width: 215px;
	position: fixed;
}

#searchbar-list.active, #searchbar-list-md.active, #searchbar-list-sm.active {
    transform: scale(1);
}

.search-result-list {
    width: 100%;
    border-radius: 13px;
}

.search-result-header {
    background-color: #fff;
    font-family: tahoma;
    font-size: 15px;
    color: #2c4552;
    padding: 5px 5px;
    font-weight: 600;
    text-align: left;
    width: 100%;
}

.no-results-span {
    font-size: 15px;
    font-weight: 600;
}

.search-result-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 5px 5px;
    border-top: 1px solid #eceff1;
    border-bottom: 1px solid #eceff1;
}

.search-result-flex:nth-child(even) {
    background-color: #f9f9f9;
}

.search-result-flex:nth-child(odd) {
    background-color: #fefffd;
}

.search-result-text-box {
    text-align: left;
}

#mobile-searchbox-sm {
	position: fixed;
	top: 48px;
	margin-inline: 0;
	left: 0;
	right: 0;
	padding-inline: 25px;
	padding-block: 10px;
	transform: scale(0);
	background-color: #fff;
	transition: 200ms ease-in-out;
	border-bottom: 1px solid #eef1f2;
}

#mobile-searchbox-sm.active {
	transform: scale(1);
}

@media (max-width: 935px) {
	#searchbar-list-md {
		right: 4%;
	}
}

/* Mobile Menu ================================================================================================ */

.elvalaszto_csik_hosszu_1, .exc_elvalaszto_csik_hosszu_1 {
    border-top: 1px solid #d8d8db;
    margin: 0 auto 0 auto;
    width:100%;  
}

.elvalaszto_csik_hosszu_2, .exc_elvalaszto_csik_hosszu_2 {
    border-top: 1px solid #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    -webkit-box-shadow:  0 2px 4px 0 rgba(0, 0, 0, 0.12),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    margin: 0 auto 0 auto;
    width:100%;  
}

.menu-mobile, .login-mobile-box-small, .login-button-mobile-box-small {
    display: none;
}

.menu-mobile {
    overflow: hidden;
}

.logo-mobile-box {
    width: min-content;
    margin-top: -8px;
}

.login-button-mobile-box, .search-mobile-box {
    display: inline-block !important;
}

.navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0;
}

.fa-bars {
    font-size: 1.7rem;
    color: black;
    text-rendering:optimizeLegibility;
    background: transparent;
}

.search-fa-mobile {
    color: #304753 !important; 
    font-size: 30px !important;
}

.navbar-nav .nav-item .nav-link {
    color: #2c4552 !important;
    background-color: transparent !important;
    font-family: tahoma;
}

.navbar-nav {
    margin-top: 20px !important;
    margin-left: 20px !important;
}

.mobile-menu-logo-box {
    margin-left: 30px !important;
}

.navbar-collapse > a > div {
    display: inline-block !important;
}

.mobile-menu-bg {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    visibility: hidden;
    display: none;
    opacity: 0;
    animation: fadeInComment .4s;
    -webkit-animation: fadeInComment .4s;
    z-index: 100;
}

.mobile-menu {
	background-color: #fff !important; 
    width: 20%;
	min-width: 300px;
    height: 100vh;
    position: relative;
    z-index: 101 !important;
    overflow-y: auto;
    transition: 400ms ease-in-out;
}

.mobile-menu-bg.active {
	visibility: visible;
    opacity: 1;
    display: block;
}

.mobile-menu-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-block: 15px;
	padding-inline: 15px;
	border-bottom: 1px solid #0e618f;
}

.mobile-menu-body {
	padding-top: 15px;
}

#mobile-menu-close > span {
	font-size: 25px !important;
	color:#2c4552 !important;
}

.mobile-menu-item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #0e618f;
	padding-inline: 15px;
	padding-block: 10px;
}

.mobile-menu-item > a{
	font-size: 16px;
}

.mobile-menu-footer {
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-inline: 50px;
}

.mobile-menu-footer > div {
	position: relative;
}

#mobile-logo-link {
	display: inline-block;
	width: max-content;
	margin: 0 auto;
}

@-webkit-keyframes fadeInComment {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeInComment {
    from { opacity: 0; }
      to { opacity: 1; }
}

@media (min-width: 768px) {

    .mobile-search-div {
        display: none;
    }
}

@media (max-width: 1270px) {
	.login-mobile-box {
		display: flex;
	}

    .menu-mobile {
        display: block;
        width: 100% !important;
        position: fixed;
        top: 0;
        z-index: 100;
    }
}

/* @media (max-width: 889px) {
	.login-mobile-box {
		display: flex;
	}
} */

@media (max-width: 767px) {
    
    .menu-mobile {
        position: fixed;
        top: 0;
        z-index: 100;
    }

    .logo-mobile-box {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .logo-mobile {
        width: 105px !important;
    }

    .login-mobile-box {
        display: none;
    }

    .login-mobile-box-small {
        display: block;
    }

	.login-button-mobile-box-small {
		display: flex;
		align-items: center;
	}

    .login-mobile-box-small {
        margin-left: 3px;
    }

	.marg-top-10px {
		margin-top: -10px;
	}

    /* .login-button-mobile-box-small {
        margin-top: -10px;
    } */
}

/* Logo-Navbar ================================================================================================ */

.logo-navbar {
    margin-top: 25px;
    width: 1270px;
    margin-right: auto;
    margin-left: auto;
}

.logo-navbar-row {
    width: 1230px;
    margin-right: auto;
    margin-left: auto;
}

.logo {
    display: block;
    background-image: url(/css/white/img/logo.png);
    background-size: contain;
    background-repeat: repeat-y;
    margin-bottom: 20px;
    height: 30px;
}

.logo-mobile {
    display: block;
    background-image: url(/css/white/img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px !important;
    height: 23px;
    width: 140px;
    position: relative;
}

.login-button {
    display: block;
    background-image: url(/css/white/img/login.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 33px;
    height: 33px;
}

.afterLogin-button {
    display: inline-block;
    width: 45px;
    height: 45px;
    padding-bottom: 10px !important;
    border-radius: 50px;
}

.afterLogin-button-mobile {
    display: inline-block;
    width: 33px;
    height: 33px;
    border: none !important;
    border-radius: 50px;
}

.afterLogin-button img, .afterLogin-button-mobile img {
    display: inline-block;
    /* width: 33px;
    height: 33px; */
    border-radius: 50px;
}

.down-arrow-box {
    display: inline-block;
    background-image: url(/css/white/img/down-arrow.png);
    background-repeat: no-repeat, repeat;
    background-size: contain;
    margin-right: 0;
    margin-top: 5px;
    margin-left: 2px;
    width: 12px;
    height: 12px;
}

.down-arrow-box-mobile, .down-arrow-box-mobile-sm {
    display: inline-block;
    background-image: url(/css//white/img/down-arrow.png);
    background-repeat: no-repeat, repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
}

.down-arrow-box-mobile-sm {
	width: 16px;
	height: 16px;
}

.form-control {
    color: #6c757d;
}

.form-control:focus {
    box-shadow: none !important;
}

.search-input {
    background-color: #ffffff !important;
    box-shadow: none;
    border-radius: .23rem;
    height: 33px;
    font-size: .875rem;
    border: 1px solid #dee2e6;
}

.input-style {
    font-size: .875rem;
    line-height: 1.5;
    color: #6c757d;
    border: none;
    outline: none;
    height: 31px;
}

.search-icon {
    color: #304753 !important;
    outline: none;
    font-size: 1.475rem;
    margin-top: -3px;
    margin-right: -5px;
    box-shadow: none;
    border: none;
}

.pre-searchbar-box, .searchbar-box {
    display: inline-block;
}

.pre-searchbar-box {
    margin-right: 8px;
}

.guest-searchbar-box {
    display: inline-flex !important;
    vertical-align: top;
}


@media (max-width: 1270px) {

    .logo-navbar {
        display: none;
        width: auto;
    }

    .login-button {
        margin-bottom: -10px;
        margin-right: 5px;
        height: 32px;
    }
}

/* Main Menu ================================================================================================== */

.main-menu-row {
    background-color: #fdfdfd;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    display: block;
    width: 1270px;
    /* border: 1px solid #fff; */
    margin-right: auto;
    margin-left: auto;
}

.main-menu-content {
    width: 1200px;
    display: block;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
}

.nav-pills .nav-link {
    height: 40px;
    color: #2c4552;
    background-color: transparent !important;
    border-top:solid 4px #fdfdfd; 
	border-radius: initial !important;
    font-family: tahoma;
}

.nav-pills .nav-link:hover{
	transition: color 0.4s ease-in-out,background-color 0.4s ease-in-out,border-color 0.6s ease-in-out,box-shadow 0.4s ease-in-out,-webkit-box-shadow 0.4s ease-in-out;
	border-top:solid 4px #f9a924;
	height: 40px;
	color: #2c4552;
	background-color: transparent !important;
	border-radius: none !important;
} 

.nav-pills .nav-link.active {
    border-top: solid 4px #f9a924;
    height: 40px;
    color: #2c4552;
    background-color: transparent !important;
}

.nav-link {
    display: block;
    padding: .5rem .7rem !important;
}

.nav {
    display: inline-flex;
}

.pull-right {
    float: right;
}

.h-100 {
    height: 100% !important;
}

.align-items-center {
    align-items: center !important;
}

.menu-bar-icons {
    display: inline-flex;
    padding: .0rem .4rem !important;
    width: max-content;
}

.main-menu-first {
    width: max-content;
}

.calc-button {
    background-image: url(/css/white/img/calculator.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
}

.flash-button {
    background-size: contain;
    background-image: url(/css/white/img/flash.png);
    background-repeat: no-repeat, repeat;
    width: 24px;
    height: 24px;
}

.button-page {
    background-color: #304753 !important;
    text-decoration: none !important;
    color: #f5f0f0 !important;
    border-radius: 4px;
    padding: 8px 10px;
    margin-left: 3px;
    margin-right: 3px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.fiat-page {
    background-color: #304753 !important;
    color: #f5f0f0 !important;
    width: 40px !important;
    height: 30px !important;
    border-radius: 4px;
    display: inline-block !important;
    text-decoration: none !important;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center !important;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 5px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.fiat-page.active {
    color:  #f5f0f0 !important;
	background-color: #feb235 !important;
	text-decoration: none !important;
}

.button-page-hover{
    color:  #f5f0f0;
    background-color: #f9a924;
    border-radius: 4px;
    padding:8px 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    margin-left:3px;
    margin-right:3px;
    text-decoration: none !important;
}

.button-page:hover, .fiat-page:hover {
	transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,box-shadow 0.2s ease-in-out,-webkit-box-shadow 0.2s ease-in-out;
	color:  #f5f0f0 !important;
	background-color: #feb235 !important;
	position:relative;
	text-decoration: none !important;
}


.button-page.left{
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}

.theme_button_black.black {
    background-color: #000000;
}

.theme_button_black {
    transition: transform .5s;
    padding: 0;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 100%;
    background: none;
    transition: transform .5s;
}

.theme_button_black:hover{
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: transform .5s;
}

.menu_elvalaszto_csik_1{
	border-top: 1px solid #d8d8db;
	margin: 0 auto 0 auto;
	width: 100%;
}

.menu_elvalaszto_csik_2{
    border-top: 1px solid #ffffff;
	margin: 0 auto 0 auto;
	width: 100%;  
}

@media (max-width: 1270px) {

    .main-menu {
        display: none;
        width: auto;
    }
}

@media (max-width: 767px) {

    #navbarTogglerDemo01 {
        /* max-width: 300px !important;
        margin-left: 0 !important; */
    }

}

/* Body-Section =============================================================================================== */

.body-section {
    width: 1270px;
    height: auto;
    min-height: 500px;
    background-color: #fdfdfd;
    border: 1px solid #fff;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.content-body {
    margin-top: 17px;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.jumbotron {
    padding: 1.5rem .8rem;
}

.center-jumb-table {
    text-align: left; 
    background-color: #ffffff;
    font-weight: bold;
    border: solid 1px #eceff1;
    border-radius: 13px;
}

.center-jumb-table-mobile {
    text-align: left; 
    background-color: #ffffff;
    font-weight: bold;
    border: solid 1px #eceff1;
    border-radius: 13px;
    display: none;
}

.jumb-text-box {
    display: inline-block;
}

.money-bag,
.bar-chart,
.hand,
.law,
.bitcoin_i {
    background-repeat: no-repeat, repeat;
    background-size: contain;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.money-bag {
    background-image: url(/css/white/img/money-bag.png);
}

.bar-chart {
    background-image: url(/css/white/img/bar-chart.png);
}

.hand {
    background-image: url(/css/white/img/hand.png);
}

.law {
    background-image: url(/css/white/img/law.png);
}

.bitcoin_i {
    background-image: url(/css/white/img/bitcoin.png);
}

@media (max-width: 1270px) {
    
    .body-section {
        width: 100%;
        margin-top: 40px;
    }

    .content-body {
        width: 95%;
        padding-top: 10px;
    }
}

@media (max-width: 1060px) {

    .jumb-text-box {
        display: block;
        
    }

    .jumb-col-desk {
        text-align: center;
    }
}

@media (max-width: 767px) {

    .body-section {
        margin-top: 40px;
    }

    .content-body {
        padding-top: 10px;
    }

    .jumb-text-box {
        display: inline-block !important;
    }

    .center-jumb-table {
        display: none;
    }
    
    .center-jumb-table-mobile {
        display: block;
    }

    .jumb-col-mobile {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

}

@media (max-width: 479px) {

    .jumb-text-box {
        display: block !important;
    }

    .jumb-col-mobile {
        text-align: center;
    }
}

/* Table ======================================================================================================= */

.center-table{
	text-align: center;	
	background-color: #ffffff;
	font-weight: bold;
	border: solid 1px #eceff1;
	border-radius: 13px;
}

.coins-table {
    background-color: #ffffff;
    border-radius: 13px !important;
    border: none !important;
}

.coins-table-head {
    border-top: none !important;
    border-radius: 13px !important;
    border-collapse: collapse !important;
    border-bottom: solid 1px #eceff1 !important;
}

table {
    color: inherit !important;
    border-radius: 13px !important;
    overflow: auto !important;
}

td{
    border-collapse: collapse !important;
    padding: 0.5rem !important;
    vertical-align: middle  !important;
    overflow: auto !important;
}

tr{
   border-collapse: collapse !important;
}

.nowrap {
    white-space: nowrap;
}

.coins-table.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
	font-weight: bold;
	border-top: 1px solid #ffffff !important;
	border-bottom: 1px solid #ffffff !important;
}

.coins-table.table-striped tbody tr:nth-of-type(2n) {
    background-color: #fefffd;
	border-top: 1px solid #d8d8db !important;
	border-bottom: 1px solid #d8d8db !important;
	font-weight: bold;
}

.favourite_i {
    display: inline-block;
    background-image: url(/css/white/img/star.png);
    background-repeat: no-repeat, repeat;
    background-size: contain;
    width: 24px;
}

.favourite_i_full {
    display: inline-block;
    background-image: url(/css/white/img/star_teli.png);
    background-repeat: no-repeat, repeat;
    background-size: contain;
    width: 24px;
}

.coin-name {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
}

.green {
    color: #02D098;
}

.red {
    color: #FA5C7D;
}

@media (max-width: 576px) {

    .coin-name{
		max-width: 60px !important;
	}
}

/* ================================= Added Content: Currency Table ========================================= */
.fav-form button, .p button, .btn-login-close {
    background: transparent !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.btn-login-close {
    padding: 0 !important;
    margin: 0 !important;
    display: inline !important;
}

/* Exchanges-Dia ================================================================================================== */

#loading_i{
    display:inline-block;
    background-image: url(/css/white/img/loading.png);
    background-repeat: no-repeat, repeat;
    background-size: contain;
    width:64px; 
    height:64px;
}

.rotate {
    animation: rotation 1s infinite linear;
}

@keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
}

#exc-dia-col1 {
    border-right: 1px solid #d2d2d5;
}

#exc-dia-col2 {
    /* border-left: 1px solid #304753; */
}

.rotate-div {
    position: relative;
    width:64px; 
    height:64px; 
    margin: 0 auto;
    margin-top: 17%;
}

.dia-div {
    font-weight: bold !important;
    position: relative !important;
    min-height: 310px;
}

/* Exchange Graph ================================================================================================ */

#grafikon_menu{
	float:right;
	top:15px;
	margin-right: 15px;
    position: relative;
	z-index: 890;
}

.button-grafikon  {
    color: #f5f0f0;
    border-radius: 4px;
    padding:7px 9px;
    margin-left:3px;
    margin-right:3px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-grafikon{
    color: #f5f0f0;
    background-color: #304753; /* this is a light blue */
}

.button-grafikon-hover{
    color: #f5f0f0;
    background-color: #f9a924;
    border-radius: 4px;
    padding:8px 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-grafikon:hover {
	transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,box-shadow 0.2s ease-in-out,-webkit-box-shadow 0.2s ease-in-out;
	color: #f5f0f0;
	background-color: #feb235;
	position:relative;
}

#kereso_hatter{
	display:block;
	font-weight:bold;
	text-align:left;
	border-radius: 4px;
	border: solid 1px #eceff1;
	background-color: #ffffff;
	border-radius: 13px;
}

/* Exchange ==================================================================================================== */

.exchange-div {
    border-radius: 13px;
    background-color: #fff;
    border: solid 1px #eceff1;
}

.dia-div {
    min-height: 300px;
}

.row-exchange {
    margin-bottom: 30px;
}

.exchanges-div {
    padding-bottom: 30px;
}

.exc-jumb {
    border-radius: 13px;
    border: solid 1px #d8d8db;
    background-color: #f9f9f9;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 11px;
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 2px;
}

.exc-img, .exc-text-box {
    display: inline-block;
}

.exc-text-box {
    width: 235px;
    padding-left: 15px;
}

.exc-link:link, .exc-link:visited {
    color: #6c757d;
    font-weight: normal;
    text-decoration: none;
    word-wrap: break-word;
    font-size: 18px;
}

.exc-link:active, .exc-link:hover {
    color: #0056b3;
}

.exc-link-box {
    margin-bottom: 4px;
}

.exc-data-box {
    display: flex;
    width: 220px;
    justify-content: space-between;
    margin-top: 6px;
}

.exc-data-text-box {
    display: inline-block;
}

.exc-data-name {
    word-wrap: break-word;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
}

.exc-data-info {
    font-weight: bold;
    margin-top: -3px;
}

@media (min-width: 576px) and (max-width: 1200px) {

    .exc-img {
        display: block;
        width: min-content;
        margin-left: auto;
        margin-right: auto;
        padding-top: 25px;
        padding-bottom: 10px;
    }

    .exc-link-box {
        text-align: center;
    }

    .exc-data-box {
        margin-left: auto;
        margin-right: auto;
    }

    .exc-text-box {
        width: 100%;
        padding-right: 15px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .exc_elvalaszto_csik_hosszu_1, .exc_elvalaszto_csik_hosszu_2 {
        width: 235px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    
    .exc-data-box {
        width: 200px;
    }

    .exc-text-box {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px) {

    .exc-jumb {
        margin-bottom: 30px;
    }

    .row-exchange {
        margin-bottom: 0;
    }
}

/* Exchange Profile ============================================================================================ */

.exc-img-single, .exc-text-box-single, .exc-text-box-single-right, .exc-small-img-box, .exc-small-text-box, .exc-social-text, .www-icon, .face-icon, .reddit-icon, .exc-search, .exc-showAll-btn-box, .link-icon  {
    display: inline-block;
}

.exc-text-box-single {
    padding-left: 45px;
    padding-top: 10px;
    vertical-align: middle;
}

.exc-text-box-single-right {
    border-right: 1px solid #d8d8db;
    height: 75px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    vertical-align: middle;
}

.exc-jumb-single {
    border-radius: 13px;
    border: solid 1px #d8d8db;
    background-color: #f9f9f9;
    width: 100%;
    padding: 10px 15px;
}

.exc-social-text {
    padding-left: 15px;
    padding-right: 8px;
    padding-top: 6px;
    margin-top: 1px;
}

.www-icon, .face-icon, .reddit-icon, .white-paper-icon, .twitter-icon, .forum-icon, .github-icon, .explorer-icon {
    background-repeat: no-repeat, repeat;
    background-size: contain;
    margin-top: 5px;
    width: 24px;
    height: 24px;
}

.link-icon {
    background-image: url(/css/white/img/link.png);
    background-repeat: no-repeat, repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.www-icon {
    background-image: url(/css/white/img/www.png);
}

.face-icon {
    background-image: url(/css/white/img/facebook.png);
}

.reddit-icon {
    background-image: url(/css/white/img/reddit.png);
}

.white-paper-icon {
    background-image: url(/css/white/img/document.png);
}

.twitter-icon {
    background-image: url(/css/white/img/twitter.png);
}

.forum-icon {
    background-image: url(/css/white/img/forum.png);
}

.github-icon {
    background-image: url(/css/white/img/github.png);
}

.explorer-icon {
    background-image: url(/css/white/img/explore.png);
}

.exc-search {
    max-width: 250px;
}

.exc-showAll-btn-box {
    width: max-content;
    margin-top: 0;
    padding-top: 0;
}

.exc-small-text-box {
    padding-left: 10px;
}

input[type=search] {
    box-shadow: none !important;
    width: 200px !important;
}

input[type=search]:focus {
    border: 1px solid #aaaaaa !important;
    outline: 1px solid #aaaaaa !important;
}

.dataTables_filter {
    float: left !important;
}

#exc-bottom-table, #exc-top-table, #userlist-table, #markets-table, #market-table {
    background-color: #fff !important;
    /* border-radius: 13px; */
    /* overflow: none; */
    /* border: 1px solid #eceff1 !important; */
}

.sorting_1, .sorting_2, .sorting_3 {
    background-color: transparent !important;
}

#exc-bottom-table tbody tr:nth-of-type(2n+1),
#exc-top-table tbody tr:nth-of-type(2n+1),
#userlist-table tbody tr:nth-of-type(2n+1),
#markets-table tbody tr:nth-of-type(2n+1),
#market-table tbody tr:nth-of-type(2n+1) {
    background-color: #f9f9f9 !important;
	font-weight: bold !important;
}

#exc-bottom-table tbody tr:nth-of-type(2n),
#exc-top-table tbody tr:nth-of-type(2n),
#userlist-table tbody tr:nth-of-type(2n),
#markets-table tbody tr:nth-of-type(2n),
#market-table tbody tr:nth-of-type(2n) {
    background-color: #fefffd !important;
	border: none !important;
	font-weight: bold !important;
}

.ellipsis {
    background-color: #304753 !important;
    color: #f5f0f0 !important;
    margin-left: 7px !important;
    min-width:1.5em !important;
    padding:.6em 1em !important;
    font-weight: bold !important;
    border-radius: 4px !important;
}

.ellipsis:hover {
    background-color: #f9a924 !important;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    border-top: 1px solid #dddddd !important;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 1px solid #dddddd !important; 
}

.table thead th {
    border-bottom: none !important;
    border-top: none !important;
}

.markets-table-outer {
    border: 1px solid #eceff1 !important;
    border-radius: 13px !important;
    overflow: hidden !important;
}

.markets-table-outer table {
    margin-bottom: 0;
}

.dataTables_wrapper .dataTables_paginate {
    text-align: center !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 30px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-left:7px !important;
    color:#f5f0f0 !important;
    background-color: #304753 !important;
    border: none !important;
    border-radius: 4px !important;
    transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,box-shadow 0.2s ease-in-out,-webkit-box-shadow 0.2s ease-in-out;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #f5f0f0 !important;
    border: none !important;
    background-color: #f9a924 !important;
    background: #f9a924 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #f5f0f0 !important;
    background:#304753 !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #f5f0f0 !important;
    background:#f9a924 !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    color: #c1d6ea !important;
    background:#f9a924 !important;
    background-color:#f9a924 !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_processing {
	background: transparent !important;
}

.spinner-border {
	width: 4rem;
	height: 4rem;
}

.text-primary-custom {
	color: #304753 !important;
}
/* ============================================== Exchange profile added content =========================== */

.exchange-div .data-div-mini {
    font-family: 'Roboto', sans-serif !important;
    height: 85px;
}

.exchange-col .data-div-mini {
    width: max-content;
    padding-right: 20px;
    padding-left: 5px;
}

.exchange-24h-col .data-div-mini {
    width: max-content;
}

.exchange-24h-col .data-div-mini .data-24h-item {
    width: max-content;
    padding-left: 20px;
    padding-right: 20px;
}

.exchange-btn-col .btn-box-flex {
    width: auto;
    justify-content: flex-start;
}

.exchange-btn-col .social-link-btn, .exchange-btn-col .btn-box-flex a {
    width: max-content !important;
}

.exchange-btn-col .social-link-btn {
    padding-right: 15px;
}

@media (max-width:992px) {
    .exchange-col {
        margin-bottom: 25px;
    }
}

@media (max-width: 800px) {
    .exchange-24h-col .data-div-mini {
        width: 100%;
    }
}

/* Markets ====================================================================================================== */

.markets-div {
    background-color: #fdfdfd;
    border-radius: 13px;
    border: 1px solid #eceff1 !important;
    padding: 20px 0;
}

/* Market Profile =================================================================================================== */

.market-upper-div, .market-bottom-first-div, .market-bottom-second-div {
    background-color: #fff;
}

.market-upper-div {
    border: 1px solid #eceff1;
    border-radius: 13px;
    margin-top: 5px;
    overflow: hidden;
    font-family: 'Roboto', sans-serif !important;
}

.market-bottom-first-div {
    border: 1px solid #eceff1;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    min-height: 250px;
    margin-top: 40px;
}

.market-bottom-second-div {
    border: 1px solid #eceff1;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}

.market-info-div {
    background-color: #f9f9f9;
    border: 1px solid #d8d8db;
    border-radius: 13px;
}

.market-img, .market-text-box, .market-info-div, .market-slash-div, .market-text-box-right {
    display: inline-block;
}

.market-slash-div {
    font-weight: bold;
    vertical-align: middle;
    padding-left: 10px;
    padding-top: 6px;
}

.market-info-name {
    font-size: 18px;
    font-weight: normal;
}

.market-text-box {
    vertical-align: middle;
    padding-top: 12px;
    padding-left: 10px; 
}

.market-info-data {
    font-weight: bold;
    margin-top: -15px;
}

.market-text-box-right {
    border-right: 1px solid #d8d8db;
    vertical-align: middle;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 12px;
    height: 75px;
}

/* ============================== Market Profile Added Content ========================================== */

.market-upper-profile-div {
    padding: 0 15px;
}

.market-upper-profile-div .data-div-mini {
    height: 85px;
}

.market-info-col i {
    font-size: 20px !important;
}

.market-24h-col .data-div-mini{
    width: max-content;
}

.market-24h-col .data-div-mini .data-24h-item {
    width: max-content;
    padding-left: 20px;
    padding-right: 20px;
}

.market-info-col .data-div-mini {
    gap: 25px;
    width: max-content !important;
    padding-left: 20px !important; 
    padding-right: 20px !important;
}

@media (max-width: 992px) {
    .market-info-col {
        margin-bottom: 25px;
    }
}

@media (max-width: 540px) {
    .market-24h-col .data-div-mini {
        width: 100%;
    }
}

/* News ============================================================================================================== */

.blog-listing {
    padding-top: 30px;
    padding-bottom: 30px;
}
.gray-bg {
    background-color: #fff;
}
/* Blog 
---------------------*/
.blog-grid {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  /* border-radius: 5px; */
  overflow: hidden;
  background: #f9f9f9;  
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 13px;
}
.blog-grid .blog-img {
  position: relative;
}
.blog-grid .blog-img .date {
  position: absolute;
  background: #a61932;
  color: #ffffff;
  padding: 8px 15px;
  left: 10px;
  top: 10px;
  border-radius: 4px;
}
.blog-grid .blog-img .date span {
  font-size: 22px;
  display: block;
  line-height: 22px;
  font-weight: 700;
}
.blog-grid .blog-img .date label {
  font-size: 14px;
  margin: 0;
}

.blog-show-link:link,
.blog-show-link:visited {
	color: black;
	text-decoration: none;
}

.blog-show-link:active,
.blog-show-link:hover {
	color: rgb(61, 61, 61);
	text-decoration: none;
}

.blog-img-size {
	width: 100% !important;
	height: 200px !important;
}

.blog-img-size-first {
	width: 100% !important;
	height: 400px !important;
}

.paginator-div {
	width: max-content !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.blog-grid .blog-info {
  padding: 20px;
}
.blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}
.blog-grid .blog-info h5 a {
  /* color: black; */
}
.blog-grid .blog-info p {
  margin: 0;
}
.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}


/* Blog Sidebar
-------------------*/
.blog-aside .widget {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  /* border-radius: 5px; */
  overflow: hidden;
  /* background: #ffffff; */
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.blog-aside .widget-body {
  padding: 15px;
}

.widget-img-size{ 
	height: 350px;
	width: 100%;
}

.widget-para {
	font-size: 21px;
	color: white;
	font-weight: 400;
	line-height: 24px;
}

.widget-btn-box {
	margin-top: 180px; 
}

.widget-btn:link,
.widget-btn:visited,
.widget-btn:active,
.widget-btn:hover {
	/* font-size: 16px;
	text-transform: uppercase;
	color: white;
	background-color: #a61932;
	font-weight: 600;
	border-radius: 5px;
	padding: 8px 30px !important;
	text-decoration: none; */
    display: inline-block;
    color: #f5f0f0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight:bold;
    border-radius: 4px;
    padding:7px 31px;
    cursor:pointer;
    background: #304753;
    outline: none !important;
    border: none !important;
}

/* .widget-btn:active,
.widget-btn:hover {
	font-size: 16px;
	text-transform: uppercase;
	color: #df3b56;
	background-color: white;
	transition: all 0.5s;
	outline: 1px solid #df3b56;
	font-weight: lighter;
	padding: 8px 25px !important;
	text-decoration: none;
} */

.widget-para-box {
	margin-top: -335px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.blog-aside .widget-author {
	height: 350px !important;
}
.blog-aside .widget-title {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.blog-aside .widget-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fc5356;
  margin: 0;
}
.blog-aside .widget-author .media {
  margin-bottom: 15px;
}
.blog-aside .widget-author p {
  font-size: 16px;
  margin: 0;
}
.blog-aside .widget-author .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-aside .widget-author h6 {
  font-weight: 600;
  color: #20247b;
  font-size: 22px;
  margin: 0;
  padding-left: 20px;
}
.blog-aside .post-aside {
  margin-bottom: 15px;
}
.blog-aside .post-aside .post-aside-title h5 {
  margin: 0;
}
.blog-aside .post-aside .post-aside-title a {
  font-size: 18px;
  color: #20247b;
  font-weight: 600;
}
.blog-aside .post-aside .post-aside-meta {
  padding-bottom: 10px;
}
.blog-aside .post-aside .post-aside-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.blog-aside .latest-post-aside + .latest-post-aside {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}
.blog-aside .latest-post-aside .lpa-right {
  width: 90px;
}
.blog-aside .latest-post-aside .lpa-right img {
  border-radius: 3px;
}
.blog-aside .latest-post-aside .lpa-left {
  padding-right: 15px;
}
.blog-aside .latest-post-aside .lpa-title h5 {
  margin: 0;
  font-size: 15px;
}
.blog-aside .latest-post-aside .lpa-title a {
  color: #20247b;
  font-weight: 600;
}
.blog-aside .latest-post-aside .lpa-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}

.tag-cloud a {
  padding: 4px 15px;
  font-size: 13px;
  color: #ffffff;
  background: #20247b;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.tag-cloud a:hover {
  background: #fc5356;
}

.blog-single {
  padding-top: 30px;
  padding-bottom: 30px;
}

.article-img {
	width: 100%;
}

.article-img-size { 
	width: 100%;
	height: 350px;
}

.article {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  /* border-radius: 5px; */
  overflow: hidden;
  background: #ffffff;
  padding: 15px;
  margin: 15px 0 30px;
}
.article .article-title {
  padding: 15px 0 20px;
}
.article .article-title h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.article .article-title h6 a {
  text-transform: uppercase;
  color: #fc5356;
  border-bottom: 1px solid #fc5356;
}
.article .article-title h2 {
  /* color: black; */
  font-weight: 600;
}
.article .article-title .media {
  padding-top: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.article .article-title .media .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.article .article-title .media .media-body {
  padding-left: 8px;
}
.article .article-title .media .media-body label {
  font-weight: 600;
  color: #fc5356;
  margin: 0;
}
.article .article-title .media .media-body span {
  display: block;
  font-size: 12px;
}
.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
  color: black;
  font-weight: 600;
  margin-bottom: 15px;
}
.article .article-content blockquote {
  max-width: 600px;
  padding: 15px 0 30px 0;
  margin: 0;
}
.article .article-content blockquote p {
  font-size: 20px;
  font-weight: 500;
  color: #fc5356;
  margin: 0;
}
.article .article-content blockquote .blockquote-footer {
  color: #20247b;
  font-size: 16px;
}
.article .article-content blockquote .blockquote-footer cite {
  font-weight: 600;
}
.article .tag-cloud {
  padding-top: 10px;
}

.article-comment {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  /* border-radius: 5px; */
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
}
.article-comment h4 {
  color: #20247b;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}
img {
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}

.blog-info-para {
	font-size: 17px;
	font-weight: lighter;
	line-height: 25px;
}

.tovabb-span {
	font-size: 17px;
	font-weight: lighter;
}


/* News SHOW ================================================================================================ */

.blog-listing {
    padding-top: 30px;
    padding-bottom: 30px;
}
.gray-bg {
    background-color: #fdfdfd;
}
/* News
---------------------*/

.blog-grid .blog-img {
  position: relative;
}

.next-post-div {
	background-color: #f9f9f9;
	box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 13px;
	padding: 0 10px;
}

.next-post-title-text {
	width: 100%; 
	text-align: center; 
	border-bottom: 1px solid #ccc;
	line-height: 2px;
	/* padding: 0 10px; */
	font-weight: lighter;
	font-size: 20px;
	margin: 10px 0 20px; 
}

.next-post-title-text span {
	background: #f9f9f9;
    padding:0 20px;
}

.next-post-img-size {
	width: 95%;
	height: 200px;
}

.next-post-title-h2 {
	margin-bottom: 30px;
}

.row-next-post-text {
	margin-top: 30px;
	padding-bottom: 50px;
}

.next-post-btn-box {
	margin-top: 30px;
}

.blog-grid .blog-img .date {
  position: absolute;
  background: #a61932;
  color: #ffffff;
  padding: 8px 15px;
  left: 10px;
  top: 10px;
  border-radius: 4px;
}
.blog-grid .blog-img .date span {
  font-size: 22px;
  display: block;
  line-height: 22px;
  font-weight: 700;
}
.blog-grid .blog-img .date label {
  font-size: 14px;
  margin: 0;
}
.blog-grid .blog-info {
  padding: 20px;
}
.blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}
.blog-grid .blog-info h5 a {
  /* color: black; */
}
.blog-grid .blog-info p {
  margin: 0;
}
.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}


/* Blog Sidebar
-------------------*/
.blog-aside .widget {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  /* border-radius: 5px; */
  overflow: hidden;
  /* background: #ffffff; */
  border-radius: 13px;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.blog-aside .widget-body {
  padding: 15px;
}
.blog-aside .widget-title {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.blog-aside .widget-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fc5356;
  margin: 0;
}
.blog-aside .widget-author .media {
  margin-bottom: 15px;
}
.blog-aside .widget-author p {
  font-size: 16px;
  margin: 0;
}
.blog-aside .widget-author .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-aside .widget-author h6 {
  font-weight: 600;
  color: #20247b;
  font-size: 22px;
  margin: 0;
  padding-left: 20px;
}
.blog-aside .post-aside {
  margin-bottom: 15px;
}
.blog-aside .post-aside .post-aside-title h5 {
  margin: 0;
}
.blog-aside .post-aside .post-aside-title a {
  font-size: 18px;
  color: #20247b;
  font-weight: 600;
}
.blog-aside .post-aside .post-aside-meta {
  padding-bottom: 10px;
}
.blog-aside .post-aside .post-aside-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.blog-aside .latest-post-aside + .latest-post-aside {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}
.blog-aside .latest-post-aside .lpa-right {
  width: 90px;
}
.blog-aside .latest-post-aside .lpa-right img {
  /* border-radius: 3px; */
}
.blog-aside .latest-post-aside .lpa-left {
  padding-right: 15px;
}
.blog-aside .latest-post-aside .lpa-title h5 {
  margin: 0;
  font-size: 15px;
}
.blog-aside .latest-post-aside .lpa-title a {
  color: #20247b;
  font-weight: 600;
}
.blog-aside .latest-post-aside .lpa-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}

.tag-cloud a {
  padding: 4px 15px;
  font-size: 13px;
  color: #ffffff;
  background: #20247b;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.tag-cloud a:hover {
  background: #fc5356;
}

.blog-single {
  padding-top: 30px;
  padding-bottom: 30px;
}

.article {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  /* border-radius: 5px; */
  overflow: hidden;
  background: #f9f9f9;
  padding: 15px;
  border-radius: 13px;
  margin: 15px 0 30px;
}
.article .article-title {
  padding: 15px 0 20px;
}
.article .article-title h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.article .article-title h6 a {
  text-transform: uppercase;
  color: #fc5959;
  border-bottom: 1px solid #fc5959;
}
.article .article-title h2 {
  /* color: black; */
  font-weight: 600;
}
.article .article-title .media {
  padding-top: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.article .article-title .media .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.article .article-title .media .media-body {
  padding-left: 8px;
}
.article .article-title .media .media-body label {
  font-weight: 600;
  color: #fc5959;
  margin: 0;
}
.article .article-title .media .media-body span {
  display: block;
  font-size: 12px;
}
.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}
.article .article-content blockquote {
  max-width: 600px;
  padding: 15px 0 30px 0;
  margin: 0;
}
.article .article-content blockquote p {
  font-size: 20px;
  font-weight: 500;
  color: #fc5959;
  margin: 0;
}
.article .article-content blockquote .blockquote-footer {
  color: #000;
  font-size: 16px;
}
.article .article-content blockquote .blockquote-footer cite {
  font-weight: 600;
}
.article .tag-cloud {
  padding-top: 10px;
}

.article-comment {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
}
.article-comment h4 {
  color: #20247b;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}
img {
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}

.blog-title-hr {
	margin-top: -15px;
	border-top: 1px solid #ccc !important;
}

@media (max-width: 767px) {
  .contact-form .send {
    margin-bottom: 20px;
  }

   .blog-img-size,
   .blog-img-size-first,
   .article-img-size {
		height: 280px !important;
	}

	.blog-single {
		padding-top: 65px;
	}
}


.section-title h2 {
    font-weight: 700;
    color: #20247b;
    font-size: 45px;
    margin: 0 0 15px;
    border-left: 5px solid #fc5959;
    padding-left: 15px;
}
.section-title {
    padding-bottom: 45px;
}
.contact-form .send {
    margin-top: 20px;
}
.px-btn {
    padding: 0 50px 0 20px;
    line-height: 60px;
    position: relative;
    display: inline-block;
    color: #20247b;
    background: none;
    border: none;
}
.px-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 30px;
    background: transparent;
    border: 1px solid rgba(252, 83, 86, 0.6);
    border-right: 1px solid transparent;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    width: 60px;
    height: 60px;
}
.px-btn .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
}
.px-btn .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Coin Profile ==================================================================================================== */

.coin-star-div {
    height: 24px;
    vertical-align: middle;
    margin-left: 5px;
}

.coin-rotated-div {
    width: 155px;
    height: 30px;
    text-align: center;
    float: right;
    overflow: hidden;
    display: flex;
    margin-top: -6px;
    margin-right: -45px;
    color: #fff;
    justify-content: center;
    background-color: #304753;
    align-items: center;
    text-shadow: -1px -1px 0 rgba(44,121,118,.56);
    transform: rotate(45deg);
}

.coin-mini-table tr {
    line-height: 16px;
}

.all-time-high-progress-outer {
    background-color: #e7e7e7;
    overflow: hidden;
    width: 100%;
    height: 30px;
    border-radius: 10px;
}

.coin-all-time-high-div, .coin-circular-progress-bar-div, .coin-mini-bottom-div-text-box, .coin-mini-calculator-div, .transfer-icon-div {
    display: inline-block;
}

.transfer-icon-div {
    /* background-image: url(/css/white/img/transfer.png); */
    width: 32px;
    height: 32px;
    vertical-align: -11px;
    margin: 0 5px;
}

.only-white-img {
    width: 32px;
    height: 32px;
    vertical-align: 0px;
}

.coin-mini-bottom-div {
    display: flex;
    justify-content: space-between;
    float: right;
    width: 70%;
    margin-right: 35px;
}

.all-time-high-progress-inner {
    background-color: #304753;
    height: 30px;
}

.chart {
    position: relative;
    margin: 0 auto;
    width: 85px;
    height: 85px;
}

canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.margin-bottom-div-white {
    margin-bottom: 15px;
}

/* ========================================= Added Content (Coin Profile / All Profile Upper Section) ===========================================*/

.coin-upper-profile-div {
    padding: 0 15px;
}

.coin-upper-profile-div .data-div-mini {
    justify-content: space-between !important;
    height: 85px;
}

.coin-upper-profile-div .data-div-logo {
    flex-basis: 40%;
    padding-left: 10px;
}

.coin-upper-profile-div .row > div {
    margin-bottom: 15px;
}

.coin-star-div {
    height: 85px;
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(30, 52, 64, 0.4) 0%, rgba(249, 169, 36, 0.3) 100%), #f9f9f9;
}

.coin-star-div i {
    color: #304753;
    font-size: 31px;
}

.data-div-mini {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: stretch;
    background-color: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
}

.data-div-logo, .data-div-price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.data-24h-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #dcdcde;
    height: 75px;
    width: 25%;
}

.data-24-item > div {
    width: max-content;
}

.data-div-price i {
    font-size: 52px;
}

.data-div-price-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
}

.data-div-price-text-lower {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: right;
}

.data-div-name-text, .data-div-symbol-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
}

.data-div-symbol-text {
    text-transform: uppercase;
}

.data-div-rank {
    width: 50px;
    height: 46px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.data-div-rank-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 2px;
}

.data-div-rank-number {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    display: block;
    text-align: center;
    background-color: #304753;
    border-radius: 5px;
    padding: 3px 0;
    width: 100%;
}

.data-24h-upper-text, .data-24h-bottom-text {
    font-size: 16px;
    line-height: 19px;
}

.data-24h-upper-text {
    font-weight: 700;
}

.data-24h-bottom-text {
    font-weight: 400;
}

.data-24h-bottom-text i{
    font-size: 20px;
}

.coin-mini-table {
    width: 100%;
    padding-inline: 20px;
}

.coin-mini-table thead tr th {
    color: #0e618f;
    padding-left: 16px;
}

.coin-mini-table tbody tr td{
    padding-inline: 15px !important;
}

.coin-mini-table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.coin-mini-table tbody tr:nth-child(odd) > td:first-child {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.coin-mini-table tbody tr:nth-child(odd) > td:last-child {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.coin-mini-table tr, .coin-mini-table th {
    width: 20%;
}

.all-time-high-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.all-time-high-item {
    flex-basis: 30%;
}

.circular-progress-bar-item {
    flex-basis: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.supply-stat-item {
    flex-basis: 50%;
}

.all-time-high-text {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    display: block;
    text-align: center;
}

.all-time-high-bottom-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    display: block;
    text-align: center;
}

.percentage_circle {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 21px !important;
    width: max-content;
    height: max-content;
    display: block;
    text-align: center;
    position: absolute;
    inset: 0;
    margin: auto;
}

.supply-text{ 
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 14px !important;
}

.supply-stat-row {
    width: 100% !important;
    height: 85px;
    border-radius: 10px;
    overflow: hidden;
    margin-inline: 0;
}

.supply-stat-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 10px;
    width: 100%;
    height: 100%;
}

.supply-stat-upper-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}

.supply-stat-bottom-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.black {
    color: #13242E !important;
}

.yellow {
    color: #f9a924 !important;
}

.white-bg {
    background-color: #fff !important;
}

.const-bg {
    background-color: #f9f9f9 !important;
}

.lightblue-bg {
    background-color: #c1d6ea !important;
}

.social-link-btn {
    display: inline-flex;
    background-color: #f7f7f7;
    align-items: center;
    justify-content: flex-start;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #6c757d;
    padding-left: 10px;
    gap: 10px;
    height: 35px;
    width: 100%;
    border-radius: 10px;
    transition: 0.3s all;
}

.social-link-btn:hover {
    background-color: #e7e7e7;
}

.social-link-btn:hover span {
    color: #0056b3 !important;
}

.social-link-btn i {
    color: #2c4552 !important;
    font-size: 20px !important;
}

.btn-box-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

.btn-box-flex a{
    width: 100% !important;
}

.coin-mini-calculator-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coin-mini-calculator-input {
    display: block;
    height: 34px;
    width: 100%;
    /* margin-left: -3px; */
}

.form-calc {
    display: inline-block !important;
	height:33px !important;
    padding: .45rem .9rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    color: #6c757d !important;
    background-color: #ffffff !important;
    background-clip: padding-box !important;
    border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
    width: 100% !important;
}

.coin-mini-calculator-btn {
    background-color: #304753;
    display: inline-flex;
    color: #f5f0f0;
    text-align: center;
    font-weight: 400 !important;
    font-size: 14px !important;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-inline: 8px;
    height: 34px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.coin-mini-calculator-input-flex {
    display: flex;
    flex-basis: 45%;
    align-items: center;
}

.coin-mini-calculator-icon {
    flex-basis: 10%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 992px) {
    #coin-logo-col {
        order: 1;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    #coin-mini-table-col {
        order: 2;
        margin-bottom: 25px;
    }

    #coin-24h-col {
        order: 3;
        margin-bottom: 25px;
    }

    #coin-coverter-col {
        order: 4;
        margin-bottom: 40px;
    }

    .all-time-high-flex {
        margin-bottom: 40px;
    }

    #coin-all-time-high-col {
        order: 5;
    }

    #coin-buttons-col {
        order: 6;
    }
}

/* Bootstrap Pager ===================================================================================================*/

.page-item.active .page-link {
    z-index: 3;
    color: #f5f0f0;
    background-color: #f9a924 !important;
    /* border-color: #007bff; */
}

.page-item {
    margin-left: 4px !important;
    margin-right: 4px !important;
}

.page-item.active {
    font-weight: 700 !important;
}

.page-link, .page-item.disabled .page-link  {
    border: none;
    color: #f5f0f0;
    background-color: #304753;
    border-radius: 4px !important;
}

.page-link:hover {
    color: #f5f0f0 !important;
    background-color: #f9a924 !important;
    border: none;
    border-color: transparent;
}

.page-link:focus {
    outline: none !important;
    box-shadow: none !important;
}

.coin-table-footer {
    padding-top: 30px;
    border-top: 1px solid #e5e5e7 !important;
}

/* Footer =======================================================================================================*/

footer {
    width: 1270px;
    min-height: 100px;
    background-color: #fdfdfd;
    border: 1px solid #fff;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
}

@media (max-width: 1270px) {
    
    footer {
        width: 100%;
    }
}