/* Import Google font - Poppins & Noto */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital@1&family=Poppins:wght@400;500;600&display=swap');

div#first_level_box {
    font-size: 15px;
}
div#second_level_box {
    font-size: 15px;
}
div#third_level_box {
    font-size: 15px;
}
    .topCategoryLevel-header{
			background: #24afa1;
			color: #fff;
			padding: 15px;
			border-radius: 10px 10px 0 0;
			font-weight: 600;
		}
		.topCategoryLevel-header h5{
			margin-bottom: 0;
			font-size: 16px;
		}
		.topCategoryLevel-header img{
			margin-left: 10px;
		}
		.topCategoryLevel-body{
			border: 1px solid #24afa1;
			margin-bottom: 20px;
		}
        .search-faq{
            position: relative;
        }
        .search-faq input{
            padding-left: 30px !important;
            height: 38px !important;
        }
        .search-faq .fa-search{
            position: absolute;
            left: 10px;
            top: 12px;
            background: transparent;
            border: unset;
            padding: 0;
            min-width: unset;
        }
        .search-faq-select{
            position: relative;
        }
        .search-faq-select .holder-div{
            padding-right: 50px !important;
        }
        .search-faq-select-text{
            position: absolute;
            right: 0;
            top: 0px;
        }
        .according-item-first-header{
            border-bottom: 2px solid #003d64;
            padding: 20px;
            color: #003d64;
        }
        .according-item-first-header a{
            color: #003d64;
        }
        .according-item-second-header{
            border-bottom: 2px solid #24afa1;
            padding: 20px;
            color: #24afa1;
        }
        .according-item-second-header a{
            color: #24afa1;
        }
        .according-item-third-header{
            margin-top: 10px;
            margin-bottom: 10px;
            border: 1px solid #acacac;
            padding: 10px 20px;
            color: #000;
        }
        .according-item-third-header a{
            color: #acacac;
        }
        .question-body{
            margin-top: 10px;
            margin-bottom: 10px;
            border: 1px solid #4da1b2;
            padding: 20px;
			font-size: 14px;
        }
        .question-body h6{
            color: #1181a7;
			font-weight: 400;
			font-size: 14px;
        }
        .question-body h6::after{
            width: 95px;
            height: 3px;
            background: #1181a7;
            content: '';
            display: block;
            margin-top: 14px;
        }
        .scroll-box{
            height: 240px;
            overflow-y: auto;
            border: 1px solid #ccc;
            border-radius: 5px;
            padding: 20px;
        }
        .main_category{    
            background: #14a99b;
            color: #fff;
            padding: 5px;
        }
        .open_category{
            padding-right: 10px;
            cursor: pointer;
        }
        .open_question{
            cursor: pointer;
        }
        #FAQContactUsList ul{
            list-style: none;
            padding:0;
        }
        #FAQContactUsList ul li{
            padding: 5px;
        }
        #FAQContactUsList ul li.active{
            background: darkgray;
            color: #fff;
        }
		li.open_question {
    list-style: inside;
}
li.open_category {
    list-style: inside;
}
::selection{
  color: #fff;
  background: #4db2ec;
}

.wrapper{
  max-width: 485px;
  width: 100%;
  background: #fff;
  padding: 22px 30px 40px;
  border-radius: 10px;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.05);
}

.wrapper header{
  color: #4db2ec;
  font-size: 33px;
  font-weight: 500;
  text-align: center;
}
.wrapper .captcha-area{
  display: flex;
  height: 65px;
  margin: 30px 0 20px;
  align-items: center;
  justify-content: space-between;
}
.captcha-img {
  width: 42%;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
  opacity: 0.95;
  display: inline-block;
  background-image: url("/_catalogs/masterpage/BCY/ContactUsResources/captcha-bg.png");
  text-align: center;
 
}
.captcha-img .captcha{
    color: black;
    font-size: 35px;
    text-align: center;
    letter-spacing: 10px;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 2px #b1b1b1;
    font-family: 'Noto Serif', serif;
    line-height: 60px;
    user-select: none;
    text-decoration:line-through;
}

.wrapper button{
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  background: #4db2ec;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.wrapper button:hover{
  background: #2fa5e9;
}
.captcha-area .reload-btn{
  text-align: center;
  width: 56px;
  height: 100%;
  font-size: 25px;
  margin-bottom: 18px;
  background-color: #004977;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  line-height: 49px;
}
.captcha-area .reload-btn i{
  transition: transform 0.3s ease;
}
.captcha-area .reload-btn:hover i{
  transform: rotate(15deg);
}
.wrapper .input-area{
  height: 60px;
  width: 100%;
  position: relative;
}
.input-area input{
  width: 100%;
  height: 100%;
  outline: none;
  padding-left: 20px;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
}
.input-area input:is(:focus, :valid){
  padding-left: 19px;
  border: 2px solid #4db2ec;
}
.input-area input::placeholder{
  color: #bfbfbf;
}
.input-area .check-btn{
  position: absolute;
  right: 7px;
  top: 50%;
  font-size: 17px;
  height: 45px;
  padding: 0 20px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
}
.input-area input:valid + .check-btn{
  opacity: 1;
  pointer-events: auto;
}
.wrapper .status-text{
  display: none;
  font-size: 18px;
  text-align: center;
  margin: 20px 0 -5px;
}

@media (max-width: 506px){
  body{
    padding: 0 10px;
  }
  .wrapper{
    padding: 22px 25px 35px;
  }
  .wrapper header{
    font-size: 25px;
  }
  .wrapper .captcha-area{
    height: 60px;
  }
  .captcha-area .captcha{
    font-size: 28px;
    letter-spacing: 5px;
  }
  .captcha-area .reload-btn{
    width: 60px;
    margin-left: 5px;
    font-size: 20px;
  }
  .wrapper .input-area{
    height: 55px;
  }
  .input-area .check-btn{
    height: 40px;
  }
  .wrapper .status-text{
    font-size: 15px;
  }
  .captcha-area .captcha-img{
    width: 250px;
  }
}

