/*
 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
*/

/* 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;
}

/* Font icons */
@font-face { 
font-family: 'bolddesk-web-icon';
src: url(https://dev.bolddesk.com/wp-content/themes/nanum-child/asserts/font-icons/bolddesk-web-icon.woff?v3) format('woff');
font-weight: normal;
font-style: normal;
 font-display: swap;
}

body
{
   color:#3c3c3c !important;
  letter-spacing:0.1px!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(/wp-content/uploads/2022/05/BoldDesk_chat_icon_hover.png);  
}
#wpfront-scroll-top img{
	display:none;
}
/* #wpfront-scroll-top img:hover
{
  content:url(https://storage.googleapis.com/cdn-devwebsite-bolddesk/2024/04/279deaac-back-to-top-hover.svg);  
} */
.tooltip-scroll-top {
  visibility: hidden;
  /*width:240px;*/
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 4px 17px;
  position: absolute;
  z-index: 1;
  top: -89%;
  left: -128%;
  /*margin-left: -110px;*/
  font-size:14px;
}
#wpfront-scroll-top .tooltip-scroll-top::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 74%;
  border-width: 7px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
/* #wpfront-scroll-top:hover .tooltip-scroll-top{
  visibility: visible;
} */


/* Cookie consent */
#cookie {
	width: 100%;
	bottom: 0px;
	position: fixed;
	background-color: #03091E;
	opacity: 0.9;
/* 	z-index: 11; */
	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;
}

html {     scroll-behavior: auto !important; }

#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;
}



#overlay{
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.7;
    z-index: 5;
    display: block;
}
/* Social proof css */
.sp-notification{
/* 	display:none; */
background: #FFFFFFDE;
border: 1px solid #E6F3FF;
padding:6px;
border-radius: 16px;
box-shadow: 0px 8px 8px -4px #6A799708, 0px 20px 24px -4px #6A799714;
  z-index:9999;
  position:fixed;
  top:80px;
  right: 20px;
	min-width:300px;
}
.sp-notification.close-sp-notification{
	display:none !important;
}
.sp-container{
  background:#EFF6FF;
  border-radius:12px;
   padding:16px;  
  display: flex;
  grid-template-columns: 30% 70%;
  gap: 20px;
}
.user-img img{
	width:40px;
	height:40px;
	box-shadow: 0px 2px 0px -2px #D2E0F2;
}
#proof-text{
	padding-left:12px;
	padding-right:12px;
}
#proof-text p{
	margin-bottom:0;
}
.sp-heading{
font-weight: 600;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
margin-bottom:0;
color: #18294C;
}
.sp-heading span{
font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
}
.sp-detail{
font-weight: 700;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
color: #0E41A6;
}
.sp-timeline{
  color: #73819E;
font-weight: 500;
font-size: 12px;
line-height: 18px;
letter-spacing: 0%;
}
#sp-close:after{
  content: url('https://storage.googleapis.com/cdn-devwebsite-bolddesk/2025/07/144d17c2-sp-close.svg');
	position:absolute;
	top:20px;
	right: 20px;
}
@keyframes lightspeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-5deg);
  }
  100% {
    transform: translateX(0%) skewX(0deg);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

.sp-notification.show {
  display: block;
  animation: lightspeedIn 0.6s ease-out forwards;
}

.sp-notification.hide {
  animation: slideOutRight 0.5s ease-in forwards;
}

.cky-btn-close {
    background-image: url('https://storage.googleapis.com/cdn-website-bolddesk/2025/02/fc68b654-close.svg') !important;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat !important;
    border: none;
    opacity: 1;
}

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

@media(min-width:300px) and (max-width:1000px){
	.cky-consent-container {
    z-index: 214748364 !important;
}
}
