/*
 Theme Name:   Nanum Child
 Theme URI:    https://themeforest.net/user/Pixerex/nanum
 Description:  Nanum Child Theme
 Author:       Pixerex
 Author URI:   https://themeforest.net/user/Pixerex/portfolio
 Template:     nanum
 Version:      1.0.0
*/

/* Font icons */
@font-face { 
font-family: 'bolddesk-web-icon';
src: url(../woff/bolddesk-web-icon5ed3.woff?v4) format('woff');
font-weight: normal;
font-style: normal;
 font-display: swap !important;
}

/* Child Theme Custom CSS */

html,
body,
applet,
object,
iframe,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,h2,h3,h4,h5,h6 {
  border: 0;
  font-size: 100%;
  font-style: inherit;
/*   font-weight: inherit; */
  font-family: 'Inter',Sans-serif !important;
  outline: 0;
  vertical-align: baseline;
}

body
{
   color:#3c3c3c !important;
}
#primary {
    padding-top: 0px;
    padding-bottom: 0px;
}



/* CSS For Crisp chat icon */
#chatIcon
{
    position:fixed !important;
    width:58px;
    float:right;
    bottom: 20px;
    right: 17px;
    z-index: 9;
    cursor: pointer;
  display:none !important
}
.crisp-client .cc-tlyw{
	z-index:10 !important;
}

#chatIcon:hover
{
  content:url(../png/bolddesk_chat_icon_hover.png);  
}
#wpfront-scroll-top img{
	display:none;
}
#wpfront-scroll-top{ 
    cursor:pointer;
    position: fixed;
    /*background: #fff;*/
    /*border-radius: 50%;*/
    right: 17px;
    bottom: 80px;
    /*box-shadow: 0 0 25px 0 rgba(0,0,0,.04);*/
    z-index: 10 !important;
    /*border: 1px solid #ececec;*/
    vertical-align : middle;
    text-align : center;
}
#wpfront-scroll-top img{    
    width: 45px;
    height: 45px;
}
.single .crisp-client .cc-tlyw[data-full-view=true] .cc-kxkl .cc-nsge {
right: 27px !important;
bottom:28px !important;
}
/* Cookie consent */
#cookie {
	width: 100%;
	bottom: 0px;
	position: fixed;
	background-color: #03091E;
	opacity: 0.9;
	z-index: 21474836461;
	padding: 20px 0 15px 0;
	display:none;
/*   text-align: center; */
  animation: slidebottom 0.5s;
  left:0;
}

#cookie #custom-popup-text {
	color: #fff;
  font-size:15px;
	line-height: 28px;
	letter-spacing: 0.5px;
  display: inline-block;
	width:75%;
}
#cookie #custom-popup-text a {
	color: #BDB4FE;
	text-decoration:underline;
}
#cookie #custom-popup-text a:hover {
	color: #9B8AFB;
}
#cookie .custom-agree-button {
	letter-spacing: 0.5px;
	padding: 8px 0px;
	text-align: center;
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	font-size:16px;
	line-height:24px;
	background-color: #FFFFFF;
	color: #10193B;
	border-radius: 8px;
	width: 120px;
	cursor: pointer;
	margin-left: 30px;
	display: inline-block;
	vertical-align: text-bottom;
}
#cookie .custom-agree-button i {
	margin-left: 5px;
  font-weight: 600;
}
#cookie .custom-agree-button:hover {
	background-color: #EFF3F9;
	color: #0A122F;
}
@media(min-width:1050px) and (max-width:2560px){
	#merger {
        width: 1050px;
        padding-left:0px;
        margin-left: auto;
		margin-right: auto;
	}
	#cookie{
		padding-left: 0;
	}
	/*#cookie #custom-popup-text {
  		width: 75%;
	padding-left:25px;
  	}
  	#cookie .custom-agree-button {
  		vertical-align: text-bottom;
  	} */
}

@media(min-width:768px) and (max-width:1024px){
	#cookie #custom-popup-text {
		padding-left:25px;
		width:100%;
  	}
	#cookie .custom-agree-button {
  		margin-top:15px;
		margin-left:22px
  	} 
}

@media(min-width:320px) and (max-width:767px){
	#cookie {
		padding: 35px 0;
		
	}
	#cookie #custom-popup-text {
		padding: 0 2% 0 15px;
		font-size:10px;
		line-height: 16px;
		width: 100%;
	}
  	#cookie .custom-agree-button {
  	padding: 4px 0 4px;
	width: 90px;
	font-size: 12px;
    line-height: 16px;
	vertical-align: unset;
	margin-left:15px;	
	}
}

#cookie .custom-agree-button{
	font-family: Overpass ! important;
}
#cookie .custom-agree-button::after{
	display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    content: "\e702";
    font-family: "bolddesk-web-icon";
    line-height: 1;
    font-size: 12px;
	font-weight:700;
}
#docs-post-title .breadcrumb-menu, #documentation-detail-page .breadcrumb-menu {
    font-weight: 600;
    line-height: 17px;
    font-size: 14px;
    color: #394CAF;
}

#bc-launcher-btn::shadow
{
 z-index:20 !important;
}
#overlay{
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.7;
    z-index: 5;
    display: block;
}

html {     scroll-behavior: auto !important; }
.cky-notice-des * {
    font-weight:600;
}



#onesignal-slidedown-container {
  display: none;
}

div#slidedown-body {
    padding-top: 15px;
    align-items: center;
    padding-bottom: 6px;
}

.slidedown-body-message:before{
	    content: "Hi there!";
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: .8px;
    display: block;
    margin-bottom: 4px;
    letter-spacing: 0.2px;
}

button#onesignal-slidedown-allow-button:before{
	content: url(https://storage.googleapis.com/cdn-website-bolddesk/2025/03/349a3b01-bell-icon.svg);

    margin-right: 12px;
    margin-top: 2px;
}

button#onesignal-slidedown-allow-button:after{
	content: "Allow Notifications";
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: .8px;
    font-weight: 500;
}

#onesignal-slidedown-allow-button {
    font-size: 0 !important; 
}

#onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-button.primary{
	padding: 10px 24px !important; 
	border-radius: 8px !important; 
}

#onesignal-slidedown-cancel-button {
    font-size: 0 !important; 
}

button#onesignal-slidedown-cancel-button:before{
	content: url(https://storage.googleapis.com/cdn-website-bolddesk/2025/02/fc68b654-close.svg);

     position: absolute;
    top: -110px;
    right: 10px;
}

/* horizondal scroll bar */
@media (min-width: 1025px) {
  html, body {
    overflow-x: hidden;
  }
}

