/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* import files */
/* @import url("../css/auth.css");
@import url("../css/header_footer.css"); */

body{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #424242;
  overflow-x: hidden;
  background: #FBFBFB;
}
a, a:hover{
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
main{
  padding: 92px 0 0;
}
body.headitemshow{
  overflow: hidden;
}
/*--------Home [ START ] -----------*/
.banner{
  background: url(../images/banner.png)no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 416px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner h1{
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  line-height: 55px;
  text-align: center;
  margin-bottom: 10px;
}
.banner p{
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
.abt_blog{
  padding: 80px 0 40px;
}
.abt_txt h3{
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  margin-bottom: 10px;
}
.abt_txt p{
  background: linear-gradient(320.66deg, #2F353A 14.75%, #31363C 84.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  margin-bottom: 0;
}
.abt_img img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.desp_blog{
  padding: 40px 0;
}
.get_blog{
  padding: 40px 0;
}
.get_txt span{
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.07em;
  text-align: left;
  color: #3A8FFF;
  margin: 0 0 10px 30px;
  display: block;
  text-transform: uppercase;
  position: relative;
}
.get_txt span::before{
  content: '';
  position: absolute;
  background: #3A8FFF;
  width: 19px;
  height: 2px;
  top: 0;
  margin: 10px 0 0 -30px;
}
.get_txt h3{
  color: #111111;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  text-align: left;
  margin-bottom: 10px;
}
.get_txt p{
  color: #545454;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-bottom: 30px;
}
.scan_bx{
  display: flex;
  align-items: center;
  grid-gap: 40px;
}
.scan_img img{
  width: 131px;
  height: 131px;
  object-fit: cover;
}
.flx_col{
  display: flex;
  align-items: center;
  grid-gap: 20px;
  flex-wrap: wrap;
}
.flx_col a img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.get_img img{
/*  width: 100%;*/
  height: auto;
  object-fit: cover;
}

/*---------Home [ END ]----------*/
/*--------Contact Us [ START ]-------*/
.inner_banner{
  background: url(../images/inner_bnr.png)no-repeat;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_banner h2{
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  position: relative;
}
.inner_banner h2::before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  border-bottom: 4px solid #fff;
  border-radius: 90px;
  width: 110px;
  margin: 0 auto;
}
.contact_blog{
  padding: 40px 0;
}
.contact_blog h4{
  color: #000000;
  font-size: 35px;
  font-weight: 600;
  line-height: 55px;
  text-align: center;
  margin-bottom: 10px;
}
.contact_blog p{
  background: linear-gradient(320.66deg, #2F353A 14.75%, #31363C 84.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin-bottom: 70px;
}
.info_bx{
  border: 1px solid #3396B9;
  border-radius: 23px;
  margin: 0 auto;
  text-align: center;
  padding: 25px 20px;
  position: relative;
}
.info_icon{
  box-shadow: 0px 15px 25px 0px rgb(11 71 153 / 50%);
  background: radial-gradient(187.73% 86.7% at 50% 50%, #0F5BC1 0%, #032553 100%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -3.5em auto 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.info_bx h5{
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 60px auto 4px;
}
.info_bx a{
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  display: block;
}
.contact_form{
  padding: 20px 0 108px;
}
.contact_bx{
  display: flex;
  align-items: center;
  border-radius: 20px;
  position: relative;
  grid-gap: 38px;
  padding: 50px 40px;
}
.contact_bx::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0px 8px 14px 0px #00000014;
  border: 1px solid;
  width: 80%;
  height: 100%;
  border-image-source: linear-gradient(147.66deg, #FFFFFF 0.6%, rgba(255, 255, 255, 0) 43.95%, #FFFFFF 98.51%);
  border-radius: 20px;
  z-index: -1;
}
.contact_img img{
  box-shadow: 0px 8px 13px 0px #00000040;
  width: 100%;
  max-width: 570px;
  height: 440px;
  border-radius: 20px;
  object-fit: cover;
}
.contact_bx form{
  max-width: 500px;
  width: 100%;
}
.contact_bx form .form-group{
  margin-bottom: 20px;
}
.contact_bx .form-control{
  border: 1px solid #00000026;
  box-shadow: 0px 7px 10px 0px #00000012;
  background: #fff;
  width: 100%;
  border-radius: 52px;
  padding: 16px 18px;
  display: block;
  height: auto;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: left;
}
.contact_bx .form-control::placeholder{
  color: #A7A7A7;
}
.contact_bx textarea{
  height: 216px !important;
  border-radius: 20px !important;
}
.submit_btn{
  box-shadow: 0px 4px 9px 0px #0954723B;
  background: linear-gradient(180deg, #2672D8 0%, #29275F 100%);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-align: center;
  border: 0;
  border-radius: 22px;
  color: #fff;
  padding: 15px 25px;
  display: block;
  margin: 30px auto 0;
  width: 80%;
  display: block;
  text-transform: uppercase;
}
.submit_btn:hover{
  background: linear-gradient(180deg, #29275F 0%, #2672D8 100%);
}
/*--------Contact Us [ END ]---------*/
/*------- No Sets [ START ] -----------*/
.voca_blog{
  padding: 50px 0;
}
.voca_bx img{
  width: 100%;
  height: 253px;
  object-fit: contain;
}
.voca_bx p{
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #777777;
  margin: 30px auto 20px;
}
.cmn_btn{
  background: linear-gradient(180deg, #2672D8 0%, #29275F 100%);
  box-shadow: 0px 4px 9px 0px #0954723B;
  border: 0;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.16em;
  text-align: center;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  max-width: 355px;
  width: 100%;
  border-radius: 22px;
  margin: 0 auto;
  text-transform: uppercase;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
}
.cmn_btn:hover{
  color: #fff;
  background: linear-gradient(180deg, #29275F 0%, #2672D8 100%);
}
/*------- No Sets [ END ] -----------*/
/*-------Create Voca Set popup [ START ] --------*/
.modal_bx .modal-content{
  background: #fff;
  border-radius: 30px;
  padding: 25px 20px;
}
.modal_bx .modal-header{
  border-bottom: 0;
  margin-bottom: 30px;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.modal_bx .modal-header h5{
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(320.66deg, #2F353A 14.75%, #31363C 84.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.modal_bx .modal-header .close{
  margin: 0;
  padding: 0;
}
.modal_bx form .form-group{
  margin-bottom: 16px;
}
.modal_bx form:last-child .form-group{
  margin-bottom: 30px;
}
.modal_bx form .form-control{
  box-shadow: 0px 7px 10px 0px #00000012;
  border: 1px solid #00000026;
  padding: 12px 20px;
  width: 100%;
  height: auto;
  color: #696464;
  border-radius: 52px;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}
.modal_bx form .form-control::placeholder{
  color: #A7A7A7;
}
/*-------Create Voca Set Popup [ END ] ----------*/
/*------Privacy Policy & terms & Condition [ START ] -------------*/
.terms_blog{
  padding: 50px 0;
}
.terms_bx{
  border: 1px solid;
  border-image-source: linear-gradient(147.66deg, #FFFFFF 0.6%, rgba(255, 255, 255, 0) 43.95%, #FFFFFF 98.51%);
  box-shadow: 0px 8px 14px 0px #00000014;
  padding: 27px 20px;
  border-radius: 20px;
}
.terms_bx p{
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 14px;
}
.terms_bx ul li{
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #111111;
  margin-bottom: 14px;
}
.terms_bx ul li b{
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  display: block;
}
.terms_bx ul li:last-child{
  margin-bottom: 0;
}
/*------Privacy Policy & terms & Condition [ END ] -------------*/
/*------Profile [ START ]----------*/
.profile_blog{
  padding: 40px 0;
}
.pro_listing{
  background: #FFFFFF;
  box-shadow: 8px 9px 30px 0px #A7A6AA26;
  border-radius: 10px;
  height: 100%;
}
.pro_head{
  padding: 24px 30px;
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.pro_head img{
  width: 66px;
  height: 66px;
  border-radius: 50%;
  object-fit: cover;
}
.pro_txt h4{
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  margin-bottom: 0;
}
.pro_txt span{
  background: linear-gradient(320.66deg, #2F353A 14.75%, #31363C 84.81%);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  display: block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pro_mdl{
  box-shadow: 0px 4px 14px 0px #FAFAFA inset;
  background: #FBFBFB;
  padding: 20px;
  border-radius: 30px 30px 0 0;
}
.pro_setbx{
  display: flex;
  text-align: center;
  grid-gap: 15px;
  margin-bottom: 14px;
}
.set_bx{
  box-shadow: 0px 4px 13px 0px #0000000D;
  background: #FFFFFF;
  border-radius: 11px;
  padding: 12px 15px;
  width: 100%;
}
.set_bx h5{
  color: #3A8FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
}
.set_bx span{
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}
.pro_mdl ul li{
  box-shadow: 0px 5px 6px 0px #09162C03;
  border: 1px solid #D2DFF1;
  padding: 14px 15px;
  border-radius: 14px;
  background: #fff;
  margin-bottom: 14px;
}
.pro_mdl ul li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro_mdl ul li.active{
  background: transparent;
  border: 1px solid #3A8FFF;
}
.pro_mdl ul li.active .lft_side{
  background: linear-gradient(320.66deg, #2F353A 14.75%, #31363C 84.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pro_mdl ul li:hover{
  background: transparent;
  border: 1px solid #3A8FFF;
  cursor: pointer;
}
.pro_mdl ul li:last-child{
  margin-bottom: 0;
}
.lft_side{
  background: linear-gradient(320.66deg, #2F353A 14.75%, #31363C 84.81%);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  grid-gap: 13px;
  color: #777687;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rgt_content{
  box-shadow: 8px 9px 30px 0px #A7A6AA40;
  background: #FFFFFF;
  padding: 20px 30px;
  border-radius: 10px;
}
.rgt_content h3{
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
  margin-bottom: 26px;
  position: relative;
  display: flex;
  align-items: center;
  grid-gap: 18px;
  width: 100%;
  white-space: nowrap;
}
.upload_bx{
  position: relative;
  margin-bottom: 29px;
}
.circle{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
  position: relative;
  text-align: center;
}
.profile-pic{
  width: 140px;
  height: 140px;
  display: inline-block;
  object-fit: cover;
  border-radius: 50%;
}
.p-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 0 0 90px;
}
.p-image img{
  max-width: 100%;
  height: auto;
  box-shadow: 0px 9px 21px 0px #0CB88082;
  border-radius: 50%;
}
.img-upload, .file-upload{
  display: none;
}
.rgt_content form{
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.rgt_content .form-group{
  margin-bottom: 16px;
  position: relative;
}
.rgt_content .form-group span{
  position: absolute;
  top: 15px;
  right: 20px;
}
.rgt_content .form-group span i{
  color: #CBCBCB;
}
.rgt_content label{
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  display: block;
  margin-bottom: 5px;
}
.rgt_content .form-control{
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  border: 1px solid #00000026;
  box-shadow: 0px 7px 10px 0px #00000012;
  border: 1px solid #00000026;
  padding: 16px 20px;
  display: block;
  height: auto;
  border-radius: 52px;
  color: #545454;
}
.rgt_content .form-control::placeholder{
  color: #A7A7A7;
}
.rgt_content form .cmn_btn{
  margin: 30px auto 0;
}
.focus_active span i{
  color: #3A8FFF !important;
}

/*------Profile [ END ]------------*/
/* -------Suggested Set [START] -------*/
.wd-suggested-blog{
  /* padding: 40px 0 60px; */
  padding: 30px 0 60px;
  position: relative;
}
.wd-white-box{
  box-shadow: 8px 9px 30px 0px #A7A6AA40;
  background: #FFFFFF;
  border-radius: 10px;
  height: 100%;
  position: relative;
}
.wd-set-list{
  padding: 20px;
}
form{
  margin-bottom: 0;
}
.search-form{
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}
.search-form .form-group{
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
.search-form .form-group .form-control{
  border: 1px solid #0000001C;
  border-radius: 52px;
  padding: 12px 18px;
  height: auto;
  font-size: 14px;
  font-weight: 400;
}
.wd-search-icon{
  position: absolute;
  right: 0;
  top: 0;
  margin: 12px 16px;
  border: none;
  background: transparent;
}
.auth-form .form-group span.wd-search-icon{
  margin: 12px 16px;
}
.wd-set-list ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.wd-set-list ul li{
  display: block;
}
.wd-set-box{
  box-shadow: 0px 4px 13px 0px #0000000D;
  background: #FFF;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  border-radius: 10px;
}
.wd-set-box.active{
  border: 1px solid #3A8FFF;
  background: #3A8FFF0D;
}
.wd-set-dtls h3{
  font-size: 16px;
  font-weight: 600;
  color: #545454;
  margin-bottom: 2px;
}
.wd-set-dtls span{
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #777;
  margin: 0;
}
.wd-set-blog{
  display: flex;
  align-items: center;
  flex-flow: column;
}
.wd-set-title{
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  gap: 18px;
}
.wd-set-title span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.wd-set-title h2{
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
}
.wd-set-tag{
  background: linear-gradient(320.66deg, #2F353A 14.75%, #31363C 84.81%);
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 100%;
}
.wd-set-tag p{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #FFF;
  margin-bottom: 0;
}
.wd-set-tag p span{
  color:#7AB3FF;
  font-weight: 600;
}
.wd-set-area{
  padding: 20px;
  width: 100%;
}
.wd-set-dtls-bx{
  background: #FFFFFF;
  box-shadow: 0px 4px 13px 0px #0000001A;
  margin-bottom: 14px;
  border-radius: 10px;
}
.wd-set-dtls-top{
  padding: 14px;
  border-bottom: 1px solid #0000001A;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wd-set-dtls-top h4{
  font-size: 18px;
  font-weight: 600;
  color: #545454;
  margin-bottom: 0;
}
.wd-set-body{
  padding: 14px;
}
.wd-set-body h5{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.11em;
  color: #246AC8;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.wd-set-body p{
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #888;
  margin-bottom: 0;
}
.wd-move-btn{
/*  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;*/
  display: block;
  margin: 50px auto 20px;
  width: fit-content;
  background: linear-gradient(180deg, #2672D8 0%, #29275F 100%);
  box-shadow: 0px 4px 9px 0px #0954723B;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-align: center;
  color: #FFF;
  padding: 15px 70px;
  border-radius: 22px;
  border: none;
}
.wd-move-btn:hover{
  color: #fff;
  background: linear-gradient(180deg, #29275F 0%, #2672D8 100%);
}
/* set details modal */
.set-modal .modal-content{
  background: #FFFFFF;
  border-radius: 30px;
}
.set-modal .modal-header{
  padding: 22px 20px 0;
  border: none;
  justify-content: center;
  align-items: center;
}
.set-modal .modal-title{
  font-size: 20px;
  font-weight: 600;
  background: linear-gradient(320.66deg, #2F353A 14.75%, #31363C 84.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
}
.set-modal .modal-body{
  padding: 20px;
}
.set-modal .close{
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
  padding: 0;
}
.set-modal-detail img{
  border: 1px solid #0000000A;
  border-radius: 20px;
  margin-bottom: 16px;
  width: 100%;
  height: 217px;
  object-fit: cover;
}
.set-modal-detail h3{
  font-size: 20px;
  font-weight: 600;
  color: #545454;
  border-bottom: 1px solid #0000001A;
  padding-bottom: 8px;
}
.set-modal-detail h4{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.11em;
  color: #246AC8;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.set-modal-detail p{
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #888;
  margin-bottom: 0;
}
/* move to my set modal */
.move-modal .modal-content{
  background: #FFFFFF;
  border-radius: 30px;
}
.move-modal .modal-header{
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-bottom: 1px solid #0000001A;
}
.move-modal .modal-title{
  font-weight: 600;
  font-size: 20px;
  background: linear-gradient(320.66deg, #2F353A 14.75%, #31363C 84.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 0;
}
.move-modal .modal-body{
  padding: 25px 20px;
}
.move-modal .modal-body p{
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  background: linear-gradient(320.66deg, #2F353A 14.75%, #31363C 84.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 0;
}
.move-modal .modal-footer{
  border: none;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 0 20px 20px;
}
.wd-no-btn{
  display: inline-block;
  background: linear-gradient(180deg, #F4F4F4 0%, #BDBDBD 100%);
  box-shadow: 0px 4px 13px 0px #8A8A8A47;
  border-radius: 22px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #545454;
  padding: 12px 24px;
  margin: 0;
  border: none;
  width: 100%;
}
.wd-no-btn:hover{
  background: linear-gradient(180deg, #BDBDBD 0%, #F4F4F4 100%);
  color: #545454;
}
.wd-yes-btn{
  display: inline-block;
  background: linear-gradient(180deg, #2672D8 0%, #29275F 100%);
  box-shadow: 0px 4px 9px 0px #0954723B;
  border-radius: 22px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #FFF;
  padding: 12px 24px;
  margin: 0;
  border: none;
  width: 100%;
}
.wd-yes-btn:hover{
  background: linear-gradient(180deg, #29275F 0%, #2672D8 100%);
}
@media (min-width: 576px) {
  .move-modal .modal-dialog, .set-modal .modal-dialog{
      max-width: 430px;
      margin: 1.75rem auto;
  }
}
/* -------Suggested Set [END] -------*/
/* ------- Vocabulary Set [START] -------  */
.wd-add-set{
  background: linear-gradient(180deg, #2672D8 0%, #29275F 100%);
  min-width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.wd-add-set:hover, .wd-add-word:hover{
  background: linear-gradient(180deg, #29275F 0%, #2672D8 100%);
}
.wd-vocab-box{
  box-shadow: 0px 4px 13px 0px #0000000D;
  background: #FFF;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  border-radius: 10px;
}
.wd-vocab-box.active{
  border: 1px solid #3A8FFF;
  background: #3A8FFF0D;
}
.wd-vocab-set{
  display: flex;
  align-items: center;
  gap: 14px;
}
/* 3 dots button */
.wd-three-dot{
  position: relative;
  padding: 0 0 0 10px;
}
.wd-dropdown-menu {
  border-radius: 7px;
  background: #FFFFFF;
  box-shadow: 4px 4px 15px 0px #00000036;
  display: none;
  position: absolute;
  left: auto;
  right: 0;
  padding: 0;
  white-space: nowrap;
  z-index: 1;
  min-width: 108px;
}
.wd-three-dot:hover .wd-dropdown-menu{
  display: block !important;
}
.wd-dropdown-menu .dropdown-item {
  padding: 8px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  color: #545454;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px solid #0000001A;
  margin: 0;
}
.wd-dropdown-menu .dropdown-item:hover{
  color: #545454;
}
.wd-dropdown-menu .dropdown-item:hover svg path{
  stroke: #545454;
}
.wd-dropdown-menu .dropdown-item:last-child{
  border-bottom: none;
}
.wd-like-txt a{
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: transparent;
}

/* ----- 3 dots button  [ END] ------- */
.wd-vocabset-area{
  margin: 0 auto;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}
.wd-vocabset-area img{
  margin-bottom: 25px;
}
.wd-vocabset-area h2{
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  letter-spacing: -0.167619px;
  background: linear-gradient(320.66deg, #2F353A 14.75%, #31363C 84.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 30px;
}
.add-word-btn{
  display: block;
  margin: 0 auto 30px;
  width: fit-content;
  background: linear-gradient(180deg, #2672D8 0%, #29275F 100%);
  box-shadow: 0px 4px 9px 0px #0954723B;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-align: center;
  color: #FFF;
  padding: 15px 70px;
  border-radius: 22px;
  border: none;
  text-transform: uppercase;
}
/* tabbing structure */
.wd-set-tab .nav-tabs, .wd-set-area .nav-tabs{
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  border: none;
}
.wd-set-tab .modal-body{
  padding: 20px;
}
.wd-set-tab .nav-tabs .nav-link{
  font-weight: 500;
  font-size: 15px;
  color: #989898;
  padding: 8px 40px;
  text-align: center;
  white-space: nowrap;
  border: 2px solid transparent;
  margin-bottom: 0;
}
.wd-set-area.wd-set-tab .nav-tabs, .wd-set-area .nav-tabs{gap: 12px;}
.wd-set-area.wd-set-tab .nav-tabs .nav-link{padding: 8px;}
.wd-set-tab .nav-tabs .nav-link.active{
  font-weight: 600;
  color: #004AAD;
  border-bottom: 2px solid #004AAD;
}
.wd-set-tab .tab-content{
 margin-top: 20px;
}
.wd-upload-file img{
  margin-bottom: 20px;
}
.wd-upload-file p{
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #777777;
  width: 82%;
  margin: 0 auto 20px;
}
.wd-upload-file a{
  font-weight: 500;
  font-size: 15px;
  color: #2672D8;
  text-decoration: underline;
  display: block;
  margin: 0 auto 20px;
}
.wd-add-word{
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(180deg, #2672D8 0%, #29275F 100%);
  box-shadow: 0px 4px 9px 0px #0954723B;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-align: center;
  color: #FFF;
  padding: 10px 16px;
  border-radius: 22px;
  border: none;
  white-space: nowrap;
}
.wd-set-foter{
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #0000001A;
}
.wd-set-foter-lft{
  display: flex;
  align-items: center;
  gap: 9px;
}
.wd-set-btn{
  display: inline-block;
  background: linear-gradient(180deg, #2672D8 0%, #29275F 100%);
  box-shadow: 0px 4px 9px 0px #0954723B;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-align: center;
  color: #FFF;
  padding: 8px 16px;
  border-radius: 9px;
  border: none;
  white-space: nowrap;
  min-width: 110px;
}
.wd-set-btn:hover{
  background: linear-gradient(180deg, #29275F 0%, #2672D8 100%);
  color: #fff;
}
.auth-form textarea.form-control{
  border-radius: 22px;
}
/* edit word */
.wd-edit-img{
  position: relative;
}
.wd-edit-img img{
  border: 1px solid #0000000A;
  border-radius: 20px;
  margin-bottom: 16px;
  width: 100%;
  height: 194px;
  object-fit: cover;
}
.wd-remove-img{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  margin: 12px 12px;
  background: #0000004D;
}
.input-preview__src {
  display: none;
}
.input-preview {
  border: 1px dashed #3A8FFF;
  border-radius: 12px;
  width: 100%;
  height: 194px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transition: ease-in-out 750ms;
  background-position: center center;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.img-label{
  display: flex;
  align-items: center;
  flex-flow: column;
  gap: 10px;
}
.img-label p{
  font-weight: 500;
  font-size: 17px;
  color: #3A8FFF;
  width: 100%;
  margin: 0;
}
/* ------- Vocabulary Set [END] -------  */
.wd-set-icon img{
  height: 34px;
  max-width: 26px;
}
.wd-suggested-blog .row.h-100{
  height: auto !important;
}

.error{
  color:rgb(230, 11, 11) !important
}

.image-active{
  border: 1px solid #3A8FFF;
  background: #3A8FFF0D;
}


/*----- Form [ START ] ----------*/
.tab_blog{
  padding: 30px 0 50px;
}
.tab_bx{
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 29px 0px rgb(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.tab_head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
   border-bottom: 0.5px solid rgb(0, 0, 0, 0.2);
}
.tab_head h4{
  margin-bottom: 0;
  font-size: 18px;
  color: #838595;
}
.action_btn{
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.tab_body{
  padding: 20px 30px;
}
.tab_body .form-group{

}
.tab_body .form-control{
  padding: 5px 5px 6px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid rgb(0 0 0 / 50%);
  font-size: 15px;
  color: #000;
  border-radius: 0;
}
.tab_body .form-control::placeholder{
  color: #ced4da;
}
.tab_body .form-group label{
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  color: #787f87;
  margin: 10px 5px 0;
  display: block;
}
.tab_body .form-control:focus{
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  border: 0;
}
.upload_img img{
  width: 100%;
  height: 150px;
  object-fit: contain;
}
.add_row{
  display: none;
}
/*----- Form [ END ] ----------*/
/* ---08-07-2024--- */
#sidebarToggle span{
  width: 21px;
  height: 2px;
  background: #2768c8;
  border-radius: 3px;
  margin: 5px 0;
  display: block;
}
#sidebarToggle {
  background: transparent;
  display: inline-block;
  border: 1px solid #2768c8;
  border-radius: 8px;
  padding: 8px 10px;
}
#sidebarToggle span:nth-child(2) {
  width: 14px;
  margin: 0 aut0 0 0;
}
.sidenav-toggled{
  display: none;
}
.active_toggled .wd-suggested-blog .col-lg-8{
  max-width: 100%;
  flex: 0 0 100%;
}
.title_flx{
  display:flex;
  align-items: center;
  grid-gap: 15px;
}