/*------------------------------------------------------------------
[Master Stylesheet] - [Table of contents]

 1. Theme default css 
 2. Header styles [header 1 - header10 ]
 3. Mobile Menu
 4 . predefine
 5. contact
 6. bradcam
 7 footer [footer - footer10]
 8. banner 
 9. category 
 10. new_arrival
 11. deal
 12. processing
 13. brand 
 14. blog
 15. products
 16. cart
 17. product_details
 18. checkout 
 19. about
 20. team
 21. blog_details
 22. career
 23. career_details
 24. faq
 25. my_account
 26. my_order
 27. order_details
 28.billing_address
 29. accoubnt_info
 30. login
 31. apply job
 32. newsletter
 33. email template
 34. product_view
 35. product
 36. video
 37. insta
 38. tesmonials
 39.home common [home2_common - home10_common]
 40. blog_page
 41. lookbook
 42. payment
 43. furniture_careers


------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                1.theme default css                         */
/* -------------------------------------------------------------------------- */
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* -------------------------------------------------------------------------- */
/*                                Google fonts                                */
/* -------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:slnt,wght@-10..0,100..900&display=swap");
/* line 7, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
body {
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
  color: #8F92A1;
  overflow-x: hidden;
  background: #f9fafa;
}

/* line 16, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 20, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
a {
  text-decoration: none;
}

/* line 23, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
a,
.button,
button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 28, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
a:focus,
.button:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

/* line 34, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
a:focus {
  text-decoration: none;
}

/* line 37, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

/* line 44, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
input:focus,
button:focus {
  outline: none;
}

/* line 48, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
a,
button {
  outline: medium none;
}

/* line 52, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
h1,
h2,
h3,
h4,
h5 {
  font-family: "DM Sans", sans-serif;
  color: #171717;
}

/* line 60, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/* line 69, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
h4 {
  font-size: 20px;
  line-height: 25px;
}

/* line 74, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
ul {
  margin: 0px;
  padding: 0px;
}

/* line 78, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
li {
  list-style: none;
}

/* line 81, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #8F92A1;
  margin-bottom: 0;
}

/* line 89, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

/* line 95, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 100, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 105, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 110, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 115, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 120, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 125, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 132, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.green_color {
  color: #00875a;
}

/* line 135, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.red_color {
  color: #de350b;
}

/* line 138, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.violate_color {
  color: #5243aa;
}

/* line 141, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.yollow_color {
  color: #ff991f;
}

/* button style */
/* line 147, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.owl-carousel .owl-nav {
  position: absolute;
  right: 20px;
  top: -45px;
  display: flex;
  grid-gap: 5px;
}

/* line 153, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.owl-carousel .owl-nav div {
  height: 24px;
  line-height: 24px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 24px;
  font-size: 12px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #2A85FF;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 174, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.owl-carousel .owl-nav div.owl-prev {
  right: 40px;
}

/* line 181, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

/* line 184, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #171717;
  border-color: #171717;
}

/* line 194, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb-85 {
  margin-bottom: 85px;
}

@media (max-width: 575.98px) {
  /* line 194, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .mb-85 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 194, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .mb-85 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 194, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .mb-85 {
    margin-bottom: 40px;
  }
}

/* line 206, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb-65 {
  margin-bottom: 65px;
}

@media (max-width: 575.98px) {
  /* line 206, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .mb-65 {
    margin-bottom: 20px;
  }
}

/* line 212, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mt-80 {
  margin-top: 80px;
}

/* line 215, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_3 {
  margin-bottom: 3px;
}

/* line 218, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_5 {
  margin-bottom: 5px;
}

/* line 221, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_6 {
  margin-bottom: 6px;
}

/* line 224, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_7 {
  margin-bottom: 7px;
}

/* line 227, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_10 {
  margin-bottom: 10px;
}

/* line 230, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_12 {
  margin-bottom: 12px;
}

/* line 233, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_13 {
  margin-bottom: 13px;
}

/* line 236, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_14 {
  margin-bottom: 14px;
}

/* line 239, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_15 {
  margin-bottom: 15px;
}

/* line 242, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_18 {
  margin-bottom: 18px;
}

/* line 245, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_20 {
  margin-bottom: 20px;
}

/* line 248, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_21 {
  margin-bottom: 21px;
}

/* line 251, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_23 {
  margin-bottom: 23px;
}

/* line 254, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_25 {
  margin-bottom: 25px;
}

/* line 257, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_28 {
  margin-bottom: 28px;
}

/* line 260, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_30 {
  margin-bottom: 30px;
}

/* line 263, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_32 {
  margin-bottom: 32px;
}

/* line 266, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_35 {
  margin-bottom: 35px;
}

/* line 269, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_40 {
  margin-bottom: 40px;
}

/* line 272, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_42 {
  margin-bottom: 42px;
}

/* line 275, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_45 {
  margin-bottom: 45px;
}

/* line 278, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_37 {
  margin-bottom: 37px;
}

/* line 281, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_50 {
  margin-bottom: 50px;
}

/* line 284, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_52 {
  margin-bottom: 52px;
}

/* line 287, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_53 {
  margin-bottom: 53px;
}

/* line 290, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_55 {
  margin-bottom: 55px;
}

/* line 293, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_60 {
  margin-bottom: 60px;
}

/* line 296, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_65 {
  margin-bottom: 65px;
}

/* line 299, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_70 {
  margin-bottom: 70px;
}

/* line 302, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_76 {
  margin-bottom: 76px;
}

/* line 305, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_80 {
  margin-bottom: 80px;
}

/* line 309, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mt_10 {
  margin-top: 10px;
}

/* line 312, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mt_15 {
  margin-top: 15px;
}

/* line 315, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mt_20 {
  margin-top: 20px;
}

/* line 318, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mt_10 {
  margin-top: 10px;
}

/* line 321, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mt_30 {
  margin-top: 30px;
}

/* line 324, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mt_40 {
  margin-top: 40px;
}

/* line 327, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mt_50 {
  margin-top: 50px;
}

/* line 330, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mt_60 {
  margin-top: 60px;
}

/* line 333, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mt_70 {
  margin-top: 70px;
}

/* line 337, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mb_27 {
  margin-bottom: 27px;
}

/* line 341, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mr_5 {
  margin-right: 5px;
}

/* line 344, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mr_15 {
  margin-right: 15px;
}

/* line 347, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mr_20 {
  margin-right: 20px;
}

/* line 350, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mr_30 {
  margin-right: 30px;
}

/* line 353, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mr_40 {
  margin-right: 40px;
}

/* line 356, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mr_50 {
  margin-right: 50px;
}

/* line 359, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mr_10 {
  margin-right: 10px;
}

/* line 362, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.pt_15 {
  padding-top: 15px;
}

/* line 365, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.pb_5 {
  padding-bottom: 5px;
}

/* line 368, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.pb_10 {
  padding-bottom: 10px;
}

/* line 371, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.pb_11 {
  padding-bottom: 11px;
}

/* line 374, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.pb_15 {
  padding-bottom: 15px;
}

/* line 377, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.pb_20 {
  padding-bottom: 20px;
}

/* line 380, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.pb_25 {
  padding-bottom: 25px;
}

/* line 383, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.padding25 {
  padding: 25px;
}

/* line 386, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.pt_70 {
  padding-top: 70px;
}

@media (max-width: 767.98px) {
  /* line 386, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .pt_70 {
    padding-top: 30px;
  }
}

/* line 393, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.xl_mb_60 {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  /* line 393, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .xl_mb_60 {
    margin-bottom: 60px;
  }
}

/* line 399, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.max_450px {
  max-width: 450px;
}

/* -------------------------------------------------------------------------- */
/*                                  BG COLORS                                 */
/* -------------------------------------------------------------------------- */
/* line 406, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.gray_color_1 {
  background: #fcfdfd;
}

/* line 410, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
#back-top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  cursor: pointer;
  z-index: 9999999;
  display: none;
}

@media (max-width: 767.98px) {
  /* line 410, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  #back-top {
    bottom: 65px;
  }
}

/* line 420, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
#back-top a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  display: block;
  color: #fff;
  line-height: 40px;
  background: #2A85FF;
  font-size: 15px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(42, 133, 255, 0.3);
  -moz-box-shadow: 0px 10px 20px 0px rgba(42, 133, 255, 0.3);
  box-shadow: 0px 10px 20px 0px rgba(42, 133, 255, 0.3);
}

/* -------------------------------------------------------------------------- */
/*                                 LINE_HEIGHT                                */
/* -------------------------------------------------------------------------- */
/* line 439, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.lineHeight1 {
  line-height: 1.71;
}

/*/ loader /*/
/* line 446, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff4f1;
  z-index: 99999;
}

/* line 457, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.preloader h3 {
  position: relative;
  font-size: 10vw;
  color: transparent;
  -webkit-text-stroke: 0.2vw #8F92A1;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 0;
}

/* line 465, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.preloader h3::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  color: #2A85FF;
  -webkit-text-stroke: 0.2vw #2A85FF !important;
  border-right: 3px solid #2A85FF;
  overflow: hidden;
  animation: typeload 6s linear infinite;
  z-index: 9;
}

@keyframes typeload {
  0%,
  20%,
  100% {
    width: 0;
  }
  70%,
  90% {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  /* line 495, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .col-12 {
    position: relative;
  }
}

/* line 593, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.section_spacing {
  padding: 55px 0 20px 0;
}

@media (max-width: 767.98px) {
  /* line 593, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .section_spacing {
    padding: 55px 0 20px 0;
  }
}

/* line 599, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.section_spacing2 {
  padding: 30px 0 60px 0;
}

@media (max-width: 767.98px) {
  /* line 599, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .section_spacing2 {
    padding: 30px 0 60px 0;
  }
}

/* line 605, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.section_spacing3 {
  padding: 55px 0 30px 0;
}

@media (max-width: 767.98px) {
  /* line 605, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .section_spacing3 {
    padding: 55px 0 30px 0;
  }
}

/* line 611, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.section_spacing4 {
  padding: 5px 0 53px 0;
}

@media (max-width: 767.98px) {
  /* line 611, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .section_spacing4 {
    padding: 5px 0 53px 0;
  }
}

/* line 617, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.section_spacing5 {
  padding: 95px 0 67px 0;
}

@media (max-width: 767.98px) {
  /* line 617, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .section_spacing5 {
    padding: 70px 0 37px 0;
  }
}

/* line 623, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.section_spacing6 {
  padding: 100px 0 70px 0;
}

@media (max-width: 767.98px) {
  /* line 623, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .section_spacing6 {
    padding: 70px 0 40px 0;
  }
}

/* line 629, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.section_spacing7 {
  padding: 95px 0 70px 0;
}

@media (max-width: 767.98px) {
  /* line 629, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .section_spacing7 {
    padding: 70px 0 40px 0;
  }
}

/* line 635, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.section_padding8 {
  padding: 116px 0px 90px 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 635, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .section_padding8 {
    padding: 80px 0px 50px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  /* line 635, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .section_padding8 {
    padding: 70px 0px 40px 0;
  }
}

@media (max-width: 575.98px) {
  /* line 635, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .section_padding8 {
    padding: 70px 0px 40px 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 635, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .section_padding8 {
    padding: 70px 0px 40px 0;
  }
}

/* line 651, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.pt_120 {
  padding-top: 120px;
}

@media (max-width: 767.98px) {
  /* line 651, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .pt_120 {
    padding-top: 70px;
  }
}

/* line 658, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.pb_120 {
  padding-bottom: 120px;
}

@media (max-width: 767.98px) {
  /* line 658, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .pb_120 {
    padding-bottom: 70px;
  }
}

/* line 664, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.pt_110 {
  padding-top: 110px;
}

@media (max-width: 767.98px) {
  /* line 664, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .pt_110 {
    padding-top: 70px;
  }
}

/* line 670, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.pt_113 {
  padding-top: 113px;
}

@media (max-width: 767.98px) {
  /* line 670, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .pt_113 {
    padding-top: 73px;
  }
}

/* line 677, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.pb_110 {
  padding-bottom: 110px;
}

@media (max-width: 767.98px) {
  /* line 677, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .pb_110 {
    padding-bottom: 70px;
  }
}

/* line 683, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.pb_113 {
  padding-bottom: 113px;
}

@media (max-width: 767.98px) {
  /* line 683, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .pb_113 {
    padding-bottom: 73px;
  }
}

/* line 689, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.pt_100 {
  padding-top: 100px;
}

@media (max-width: 767.98px) {
  /* line 689, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .pt_100 {
    padding-top: 70px;
  }
}

/* line 696, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.pb_100 {
  padding-bottom: 100px;
}

@media (max-width: 767.98px) {
  /* line 696, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .pb_100 {
    padding-bottom: 70px;
  }
}

/* line 702, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.pt_90 {
  padding-top: 90px;
}

@media (max-width: 767.98px) {
  /* line 702, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .pt_90 {
    padding-top: 40px;
  }
}

/* line 708, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.pt_97 {
  padding-top: 97px;
}

@media (max-width: 767.98px) {
  /* line 708, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .pt_97 {
    padding-top: 67px;
  }
}

/* line 714, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.pt_70 {
  padding-top: 70px;
}

@media (max-width: 767.98px) {
  /* line 714, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .pt_70 {
    padding-top: 40px;
  }
}

/* line 721, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.pb_90 {
  padding-bottom: 90px;
}

@media (max-width: 767.98px) {
  /* line 721, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .pb_90 {
    padding-bottom: 40px;
  }
}

/* line 727, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.pb_85 {
  padding-bottom: 85px;
}

@media (max-width: 767.98px) {
  /* line 727, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .pb_85 {
    padding-bottom: 35px;
  }
}

/* line 734, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.owl-dots {
  display: flex;
  justify-content: center;
}

/* line 737, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.owl-dots .owl-dot {
  margin: 0 5px;
}

/* line 739, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 30px;
  background: #d9e3e3;
  display: inline-block;
  transition: 0.3s;
}

/* line 746, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.owl-dots .owl-dot span:hover {
  transform: scale(1.2);
}

/* line 751, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.owl-dots .owl-dot.active span {
  width: 30px;
}

/* line 758, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.car_full_height {
  height: calc(100% - 24px);
}

/* line 763, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.font_10 {
  font-size: 10px;
}

/* line 766, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.font_12 {
  font-size: 12px !important;
}

/* line 769, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.font_14 {
  font-size: 14px !important;
}

/* line 772, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.font_15 {
  font-size: 15px;
}

/* line 775, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.font_16 {
  font-size: 16px;
}

/* line 778, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.font_18 {
  font-size: 18px;
}

/* line 781, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.font_20 {
  font-size: 20px;
}

/* line 784, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.font_22 {
  font-size: 22px;
}

/* line 787, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.font_25 {
  font-size: 25px;
}

/* line 790, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.font_24 {
  font-size: 24px;
}

/* line 793, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.font_30 {
  font-size: 30px;
  line-height: 45px;
}

@media (max-width: 767.98px) {
  /* line 793, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .font_30 {
    font-size: 25px;
    line-height: 35px;
  }
}

/* line 801, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.font_40 {
  font-size: 40px;
  line-height: 55px;
}

@media (max-width: 767.98px) {
  /* line 801, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .font_40 {
    font-size: 25px;
    line-height: 35px;
  }
}

/* line 809, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.font_45 {
  font-size: 45px;
}

/* line 812, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.font_50 {
  font-size: 50px;
}

/* line 815, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.font_60 {
  font-size: 60px;
}

/* line 818, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.font_70 {
  font-size: 70px;
}

/* line 821, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.font_80 {
  font-size: 80px;
}

/* line 826, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.f_w_300 {
  font-weight: 300 !important;
}

/* line 829, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.f_w_400 {
  font-weight: 400 !important;
}

/* line 832, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.f_w_500 {
  font-weight: 500 !important;
}

/* line 835, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.f_w_600 {
  font-weight: 600 !important;
}

/* line 838, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.f_w_700 {
  font-weight: 700 !important;
}

/* line 843, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.wh_42 {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}

/* line 848, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.letter_space_1 {
  letter-spacing: 0.2px;
}

/* line 851, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.letter_space_2 {
  letter-spacing: -0.4px;
}

/* line 854, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.dot_devide {
  display: inline-block !important;
}

/* line 858, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.priamry_text {
  color: #171717;
}

/* line 861, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.secondary_text {
  color: #2A85FF !important;
}

/* line 864, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_hover {
  transition: 0.3s;
}

/* line 866, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_hover:hover {
  color: #2A85FF !important;
}

/* line 870, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_active_hover {
  transition: 0.3s;
  color: #2A85FF !important;
}

/* line 873, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_active_hover:hover {
  color: #2A85FF !important;
}

/* line 877, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.mute_text {
  color: #8F92A1;
}

/* line 880, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.font_1 {
  font-family: "DM Sans", sans-serif;
}

/* line 883, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.font_2 {
  font-family: "DM Sans", sans-serif;
}

/* line 887, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_search_field {
  background: transparent;
  height: 50px;
  border-radius: 5px;
  width: 400px;
  border: 1px solid #f1f1f1;
}

/* line 893, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_search_field button {
  font-size: 18px;
  color: #ff1c5e;
  padding: 0 0 0 20px;
  line-height: 100%;
  box-shadow: none !important;
  height: 50px;
}

/* line 900, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_search_field button:hover {
  color: #ff1c5e;
}

/* line 904, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_search_field input {
  font-size: 14px;
  font-weight: 400;
  color: #8F92A1;
  font-family: "DM Sans", sans-serif;
  border: 0;
  background: transparent !important;
  height: 50px;
  padding: 0px 15px 0px 10px;
  box-shadow: none !important;
  line-height: 50px;
}

/* line 915, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_search_field input::placeholder {
  color: #8F92A1;
}

/* line 919, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_search_field.large_search_field {
  width: 500px;
  height: 60px;
}

/* line 922, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_search_field.large_search_field button {
  padding-left: 30px;
}

/* line 925, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_search_field.large_search_field input {
  height: 60px;
  line-height: 60px;
}

/* line 932, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.header_search_field {
  background: #f8f8f8;
  height: 48px;
  border-radius: 8px;
  width: 315px;
  border: 0;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* line 932, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .header_search_field {
    width: 450px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 932, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .header_search_field {
    width: 315px;
  }
}

/* line 944, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.header_search_field button {
  font-size: 18px;
  color: #fc5e49;
  padding: 0 0 0 20px;
  line-height: 100%;
  box-shadow: none !important;
  height: 48px;
}

/* line 951, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.header_search_field button:hover {
  color: #fc5e49;
}

/* line 955, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.header_search_field input {
  font-size: 14px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  border: 0;
  background: transparent !important;
  height: 48px;
  padding: 0px 15px 0px 10px;
  box-shadow: none !important;
  line-height: 48px;
  color: #171717;
}

/* line 966, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.header_search_field input::placeholder {
  color: #8f92a1;
}

/* line 970, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.header_search_field.large_search_field {
  width: 500px;
  height: 60px;
}

/* line 973, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.header_search_field.large_search_field button {
  padding-left: 30px;
}

/* line 976, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.header_search_field.large_search_field input {
  height: 60px;
  line-height: 60px;
}

/* line 981, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.header_search_field .serach_command_find_icon {
  background-color: #fff;
  border-radius: 8px !important;
  height: 32px;
  padding: 6px 12px;
  grid-gap: 8px;
  position: relative;
  top: 8px;
  right: 8px;
  border: 0;
}

/* line 991, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.header_search_field .serach_command_find_icon span {
  color: #111827;
  font-weight: 600;
  font-size: 16px;
}

/* line 996, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.header_search_field .serach_command_find_icon .letter_icon {
  position: relative;
  top: 1px;
}

/* line 1003, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.nice-select .list {
  background-color: #fff;
  color: #d1d1d1;
  z-index: 80;
  width: min-content;
  min-width: 100%;
  border-radius: 5px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.12);
  line-height: 32px;
  padding: 10px 0px;
  border: 0;
}

/* line 1014, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.nice-select .list li.option {
  color: #d1d1d1;
  visibility: visible;
  line-height: 32px;
  background: #fff;
  font-size: 15px;
  min-height: 32px;
}

/* line 1021, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.nice-select .list li.option:hover, .nice-select .list li.option.selected, .nice-select .list li.option.focus, .nice-select .list li.option.selected.focus {
  color: #00124e;
  background: #fff;
}

/* line 1030, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.small_select {
  border: solid 1px #e9e7f7 !important;
  height: 35px;
  min-width: 180px;
  line-height: 34px;
  padding-left: 20px;
}

/* line 1036, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.small_select::after {
  right: 22px;
  top: 6px;
  color: #8F92A1;
  font-size: 10px;
}

/* line 1042, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.small_select .current {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #8F92A1;
  line-height: 30px;
}

/* line 1049, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.small_select .list {
  width: 100%;
}

/* line 1051, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.small_select .list .option {
  font-size: 14px;
  font-weight: 500;
}

/* line 1057, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_select {
  border: solid 1px #e1e2e6 !important;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  padding-left: 30px;
}

/* line 1063, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_select.style2 {
  padding-left: 20px;
  border: 1px solid #e3e6ef !important;
  border-radius: 0px;
}

/* line 1068, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_select.style2.open::after {
  content: "\e622";
}

/* line 1072, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_select.style2::after {
  content: "\e61a";
  right: 25px;
}

/* line 1076, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_select.style2 .current {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #687083;
}

/* line 1083, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_select.select_transparent {
  background: transparent !important;
}

/* line 1086, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_select::after {
  right: 33px;
  top: 6px;
  color: #687083;
  font-size: 12px;
}

/* line 1092, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_select .current {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  line-height: 50px;
}

/* line 1099, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_select .list {
  width: 100%;
}

/* line 1101, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_select .list .option {
  font-size: 14px;
  font-weight: 400;
}

/* line 1108, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.nowrap {
  white-space: nowrap;
}

/* line 1112, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.pagination_lists {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

/* line 1117, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.pagination_lists li:not(:last-child) {
  margin-right: 10px;
}

/* line 1120, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.pagination_lists li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  flex: 40px 0 0;
  text-align: center;
  line-height: 40px;
  transition: 0.3s;
  font-size: 16px;
  color: #656565;
  font-weight: 600;
}

/* line 1133, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.pagination_lists li a:hover {
  background: #fd1c5e;
  border-color: #fd1c5e;
  color: #fff;
}

/* line 1138, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.pagination_lists li a.active {
  background: #fd1c5e;
  border-color: #fd1c5e;
  color: #fff;
}

/* line 1147, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.badge_1 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  background: #fd1c5e;
  border-radius: 30px;
  padding: 4.5px 15px;
}

/* line 1156, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.badge_2 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  background: #33c922;
  border-radius: 30px;
  padding: 4.5px 15px;
}

/* line 1165, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.text_underline {
  text-decoration: underline !important;
}

/* line 1169, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.cursor_default {
  cursor: default !important;
}

/* line 1173, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.vertical_line {
  height: 10px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
}

/* line 1178, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.vertical_line.dark_line {
  background: rgba(0, 0, 0, 0.1);
}

/* line 1181, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.vertical_line.style2 {
  background: #f1f1f1;
  height: 15px;
}

/* line 1186, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.vertical_line.style3 {
  background: rgba(241, 241, 241, 0.1);
  height: 15px;
}

/* line 1190, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.vertical_line.style4 {
  background: #f1f1f1;
  height: 10px;
}

/* line 1194, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.vertical_line.style5 {
  background: #3b3b3b;
  height: 15px;
}

/* line 1199, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.vertical_line2 {
  height: 30px;
  width: 1px;
  background: #f1f1f1;
  display: inline-block;
}

/* line 1204, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.vertical_line2.dark_line {
  background: rgba(0, 0, 0, 0.1);
}

/* line 1208, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.horizontal_line {
  height: 1px;
  width: 30px;
  background: #f1f1f1;
  display: inline-block;
}

/* line 1213, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.horizontal_line.opacity_2 {
  background: rgba(241, 241, 241, 0.2);
}

/* -------------------------------------------------------------------------- */
/*                                   BORDERS                                  */
/* -------------------------------------------------------------------------- */
/* line 1222, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.radius_5px {
  border-radius: 5px;
}

/* line 1225, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.radius_10px {
  border-radius: 10px;
}

/* line 1231, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.gap_5 {
  grid-gap: 5px;
}

/* line 1234, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.gap_7 {
  grid-gap: 7px;
}

/* line 1237, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.gap_10 {
  grid-gap: 10px;
}

/* line 1240, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.gap_12 {
  grid-gap: 12px;
}

/* line 1243, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.gap_13 {
  grid-gap: 13px;
}

/* line 1246, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.gap_15 {
  grid-gap: 15px;
}

/* line 1249, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.gap_20 {
  grid-gap: 20px;
}

/* line 1252, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.gap_25 {
  grid-gap: 25px;
}

/* line 1255, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.gap_30 {
  grid-gap: 30px;
}

/* line 1258, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.gap_40 {
  grid-gap: 40px;
}

/* line 1261, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.gap_r15 {
  grid-row-gap: 15px;
}

/* line 1264, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.gap_c40 {
  grid-column-gap: 40px;
}

/* line 1269, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.top_4px {
  top: 4px;
}

/* line 1273, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.home2_deal_border {
  border: 2px solid #fd9a23;
}

/* line 1276, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.home2_deal_border .col-xl-3 .product_widget3 {
  margin-top: 0;
  margin: 0;
}

/* line 1283, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1287, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_pagination .arrow_btns {
  font-size: 14px;
  font-weight: 500;
  color: #00124e;
  grid-gap: 5px;
  margin: 0 10px;
}

/* line 1293, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_pagination .arrow_btns i {
  font-size: 7px;
}

/* line 1297, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_pagination a {
  color: #00124e;
}

/* line 1299, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_pagination a:hover {
  color: #2A85FF;
}

/* line 1303, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_pagination .page_counter_dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

/* line 1310, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_pagination .page_counter {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  font-family: "DM Sans", sans-serif;
  margin: 0 2.5px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #F4F4F6;
  width: 30px;
  height: 30px;
  flex: 30px 0 0;
  border-radius: 50%;
  justify-content: center;
  line-height: 1;
}

/* line 1325, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_pagination .page_counter:hover, .amaz_pagination .page_counter.active {
  color: #fff;
  background: #2A85FF;
  border-color: #2A85FF;
}

/* line 1331, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_pagination .page_counter:first-child {
  margin-right: 15px;
}

/* line 1334, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_pagination .page_counter:last-child {
  margin-left: 15px;
}

@media (min-width: 992px) {
  /* line 1340, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .mega_static {
    position: static !important;
  }
}

/* line 1347, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: transparent;
  width: 11px;
}

/* line 1354, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: transparent;
}

/* line 1360, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: transparent;
  opacity: 0;
}

/* line 1370, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0;
}

/* line 1379, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.list_disc {
  list-style: disc !important;
}

/* line 1382, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.list_disc {
  list-style: disc !important;
}

/* line 1386, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.home12_dark_overlay {
  position: relative;
  z-index: 0;
}

/* line 1389, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.home12_dark_overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(1, 3, 11, 0.3);
}

/* line 1401, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 10px;
  padding: 0;
  z-index: 12;
}

@media (max-width: 767.98px) {
  /* line 1401, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
}

/* line 1414, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "\e64a";
  font-family: "themify";
  font-size: 15px;
  color: #fff;
}

/* line 1421, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "\e649";
  font-family: "themify";
  font-size: 15px;
  color: #fff;
}

/* line 1428, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 50px;
  right: auto;
}

/* line 1433, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 50px;
  left: auto;
}

/* line 1438, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.swiper-pagination {
  bottom: 34px !important;
}

@media (max-width: 767.98px) {
  /* line 1438, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .swiper-pagination {
    display: none !important;
  }
}

/* line 1443, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.swiper-pagination .swiper-pagination-bullet {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  opacity: 1 !important;
  background: transparent;
  width: auto;
  height: auto;
  margin: 0 7.5px !important;
  position: relative;
  line-height: 1;
}

/* line 1455, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  padding-left: 40px;
  margin-left: 3px !important;
}

/* line 1458, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: 2px;
}

/* line 1470, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.swiper-button-next,
.swiper-button-prev {
  margin: 0 !important;
  transform: translateY(-50%);
}

/* line 1477, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.nice-select .list {
  background-color: #fff;
  color: #d1d1d1;
  z-index: 80;
  width: min-content;
  min-width: 100%;
  border-radius: 5px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.12);
  line-height: 32px;
  padding: 10px 0px;
  border: 0;
}

/* line 1488, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.nice-select .list li.option {
  color: #d1d1d1;
  visibility: visible;
  line-height: 32px;
  background: #fff;
  font-size: 15px;
  min-height: 32px;
}

/* line 1495, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.nice-select .list li.option:hover, .nice-select .list li.option.selected, .nice-select .list li.option.focus, .nice-select .list li.option.selected.focus {
  color: #00124e;
  background: #fff;
}

/* line 1504, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.small_select {
  border: solid 1px #e9e7f7 !important;
  height: 35px;
  min-width: 180px;
  line-height: 34px;
  padding-left: 20px;
}

/* line 1510, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.small_select::after {
  right: 22px;
  top: 6px;
  color: #687083;
  font-size: 8px;
}

/* line 1516, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.small_select .current {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  line-height: 30px;
}

/* line 1523, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.small_select .list {
  width: 100%;
}

/* line 1525, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.small_select .list .option {
  font-size: 14px;
  font-weight: 500;
}

/* line 1532, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select {
  border: solid 1px #F4F4F6 !important;
  height: 35px;
  min-width: 160px;
  line-height: 35px;
  padding-left: 20px;
}

/* line 1538, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select::after {
  right: 22px;
  top: 6px;
  color: #687083;
  font-size: 10px;
}

/* line 1544, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select .current {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #687083;
  line-height: 30px;
}

/* line 1551, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select .list {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  margin-top: 1px;
  border: 0;
  padding: 12px 0;
}

/* line 1558, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select .list .option {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #687083;
  line-height: 30px;
  display: flex;
  align-items: center;
  min-height: 30px;
}

/* line 1570, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select2 {
  border: 1px solid #F4F4F6 !important;
  height: 45px;
  min-width: 160px;
  line-height: 45px;
  border-radius: 5px;
  padding-left: 15px;
}

/* line 1577, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select2.style2 {
  padding-left: 0;
  border-radius: 0;
  border: 0 !important;
  border-bottom: 1px solid #F4F4F6 !important;
}

/* line 1582, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select2.style2 .current {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #687083;
}

/* line 1588, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select2.style2::after {
  right: 1px;
}

/* line 1592, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select2::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 free";
  right: 16px;
  top: 4px;
  color: #687083;
  font-size: 12px;
  font-weight: 900;
}

/* line 1601, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select2 .current {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #687083;
  line-height: 45px;
}

/* line 1608, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select2 .list {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  margin-top: 1px;
  border: 0;
  padding: 12px 0;
}

/* line 1615, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select2 .list .option {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #687083;
  line-height: 30px;
  display: flex;
  align-items: center;
  min-height: 30px;
}

/* line 1627, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select3 {
  border: 0 !important;
  height: 31px;
  min-width: 107px;
  line-height: 31px;
  padding-left: 10px;
}

/* line 1633, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select3::after {
  right: 13px;
  top: 6px;
  color: #171717;
  font-size: 8px;
}

/* line 1639, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select3 .current {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #171717;
  line-height: 31px;
}

/* line 1646, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select3 .list {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  margin-top: 1px;
  border: 0;
  padding: 12px 0;
  font-size: 12px;
}

/* line 1654, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select3 .list .option {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #687083;
  line-height: 30px;
  display: flex;
  align-items: center;
  min-height: 30px;
}

/* line 1666, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select4 {
  border: 0;
  height: 40px;
  min-width: 160px;
  line-height: 40px;
  border-radius: 3px;
  background-color: #f5f8fa;
  padding-left: 15px;
}

/* line 1674, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select4.style2 {
  border-radius: 3px;
}

/* line 1677, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select4::after {
  right: 16px;
  top: 5px;
  color: #687083;
  font-size: 8px;
  font-weight: 900;
}

/* line 1684, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select4 .current {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #687083;
  line-height: 40px;
}

/* line 1691, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select4 .list {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  margin-top: 1px;
  border: 0;
  padding: 12px 0;
}

/* line 1698, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select4 .list .option {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #687083;
  line-height: 30px;
  display: flex;
  align-items: center;
  min-height: 30px;
}

/* line 1710, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select5 {
  border: 0;
  height: 40px;
  min-width: 148px;
  line-height: 40px;
  border-radius: 3px;
  background-color: #fff;
  padding-left: 15px;
}

/* line 1718, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select5.style2 {
  border-radius: 3px;
}

/* line 1721, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select5::after {
  right: 16px;
  top: 5px;
  color: #171717;
  font-size: 8px;
  font-weight: 900;
}

/* line 1728, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select5 .current {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #171717;
  line-height: 40px;
}

/* line 1735, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select5 .list {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  margin-top: 1px;
  border: 0;
  padding: 12px 0;
}

/* line 1742, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amaz_select5 .list .option {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #687083;
  line-height: 30px;
  display: flex;
  align-items: center;
  min-height: 30px;
}

/* line 1754, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.hrm_primary_select {
  border: 0;
  height: 40px;
  min-width: 160px;
  line-height: 40px;
  border-radius: 12px;
  background-color: #fff;
  padding-left: 12px;
  border: 1px solid #F4F4F6 !important;
}

/* line 1763, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.hrm_primary_select.style2 {
  height: 54px;
  line-height: 54px;
  padding-left: 20px;
  border-color: #E2E8F0 !important;
}

/* line 1768, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.hrm_primary_select.style2 .current {
  color: #8F92A1;
}

/* line 1771, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.hrm_primary_select.style2 .list {
  padding-top: 60px;
}

/* line 1775, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.hrm_primary_select::after {
  right: 20px;
  top: 4px;
  color: rgba(143, 146, 161, 0.6);
  font-size: 14px;
  font-weight: 900;
  content: "\f0d7";
}

/* line 1783, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.hrm_primary_select .current {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #171717;
  line-height: 40px;
  text-transform: capitalize;
}

/* line 1791, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.hrm_primary_select .list {
  width: 100%;
  border-radius: 0px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: 0;
  padding: 12px 0;
}

/* line 1799, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.hrm_primary_select .list li.option {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  line-height: 30px;
  display: flex;
  align-items: center;
  min-height: 30px;
  text-transform: capitalize;
  padding-left: 20px;
}

/* line 1810, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.hrm_primary_select .list li.option:hover {
  color: #171717;
}

/* line 1817, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_search_field4 {
  background: transparent;
  height: 50px;
  border-radius: 5px;
  width: 510px;
  border: 1px solid #F4F4F6;
}

@media (min-width: 1200px) and (max-width: 1459.98px) {
  /* line 1817, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .theme_search_field4 {
    width: 280px;
  }
}

/* line 1826, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_search_field4 button {
  font-size: 18px;
  color: #2A85FF;
  padding: 0 0 0 20px;
  line-height: 100%;
  box-shadow: none !important;
  height: 50px;
}

/* line 1833, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_search_field4 button:hover {
  color: #2A85FF;
}

/* line 1837, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_search_field4 input {
  font-size: 14px;
  font-weight: 400;
  color: #171717;
  font-family: "DM Sans", sans-serif;
  border: 0;
  background: transparent !important;
  height: 50px;
  padding: 0px 15px 0px 10px;
  box-shadow: none !important;
  line-height: 50px;
}

/* line 1848, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_search_field4 input::placeholder {
  color: #8F92A1;
}

/* line 1852, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_search_field4.large_search_field {
  width: 500px;
  height: 60px;
}

/* line 1855, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_search_field4.large_search_field button {
  padding-left: 30px;
}

/* line 1858, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_search_field4.large_search_field input {
  height: 60px;
  line-height: 60px;
}

/* line 1863, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_search_field4.style2 {
  border-radius: 0;
  border-color: #F4F4F6;
}

/* line 1866, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_search_field4.style2 i {
  color: #2A85FF;
}

/* line 1869, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_search_field4.style2 input {
  font-size: 14px;
  font-weight: 400;
  color: #171717;
  font-family: "DM Sans", sans-serif;
  border: 0;
  background: transparent !important;
  height: 50px;
  padding: 0px 15px 0px 10px;
  box-shadow: none !important;
  line-height: 50px;
}

/* line 1880, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_search_field4.style2 input::placeholder {
  color: #686868;
}

/* line 1888, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amazy_date_counter {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  justify-content: center;
}

/* line 1893, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amazy_date_counter .single_count {
  border-radius: 5px;
  border: 1px solid #F4F4F6;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 14px 10px;
  min-width: 60px;
}

/* line 1903, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amazy_date_counter .single_count span {
  font-size: 24px;
  font-weight: 700;
  display: block;
  font-family: "DM Sans", sans-serif;
  color: #2A85FF;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  line-height: 1;
  margin-bottom: 4px;
}

@media (max-width: 767.98px) {
  /* line 1903, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .amazy_date_counter .single_count span {
    font-size: 20px;
  }
}

/* line 1919, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.amazy_date_counter .single_count p {
  font-size: 12px;
  font-weight: 500;
  color: #171717;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
}

/* line 1931, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.account_img_upload .thumb {
  border-radius: 10px;
}

/* line 1935, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.account_img_upload .theme_img_uploader .img_upload_btn {
  border-radius: 3px;
  border: solid 1px #eef0f4;
  background-color: #fcfdfd;
  padding: 2px 11px;
  transition: 0.3s;
  color: #171717;
}

/* line 1942, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.account_img_upload .theme_img_uploader .img_upload_btn:hover {
  background: #2A85FF;
  color: #fff;
  border-color: #2A85FF;
}

/* line 1947, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.account_img_upload .theme_img_uploader .img_upload_btn input {
  opacity: 0;
}

/* line 1954, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.note-editor .dropdown-toggle::after {
  display: none;
}

/* line 1957, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.note-editor.note-frame,
.note-editor.note-airframe {
  border: 1px solid #e3e6ef;
  border-radius: 0;
}

/* line 1962, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.note-btn {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #dae0e5;
  white-space: nowrap;
  outline: 0;
  background-color: #fff;
  border-color: #dae0e5;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: solid 1px #eef0f4;
  background-color: #fcfdfd;
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  border-radius: 3px;
}

/* line 1991, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.note-toolbar {
  border-bottom: 1px solid #e2e2e2;
  color: #687083;
  background-color: #f5f5f5;
  border-color: #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #fff;
  padding: 26px 30px 20px 30px !important;
  border: 0 !important;
}

/* line 2002, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.note-editing-area {
  padding: 0px 30px 30px 18px;
}

/* line 2009, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.flag_toggle .toggle_btn {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  padding: 0 16px 0 0;
  color: #171717;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  font-family: "DM Sans", sans-serif;
  height: 40px;
}

/* line 2022, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.flag_toggle .toggle_btn span {
  font-size: 12px;
  font-weight: 500;
  color: #00124e;
}

/* line 2027, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.flag_toggle .toggle_btn i {
  font-size: 8px;
}

/* line 2030, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.flag_toggle .toggle_btn::before {
  position: absolute;
  right: 0;
  content: "\e64b";
  color: #171717;
  font-family: "themify";
  font-size: 8px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 2043, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.language_toggle_btn i {
  font-size: 8px;
  color: #171717;
}

/* line 2048, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.language_toggle_box {
  width: 266px;
  padding: 30px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 12345611;
}

/* line 2056, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.language_toggle_box.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767.98px) {
  /* line 2062, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .zoomContainer {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  /* line 2068, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  #product_category_chose {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow: auto;
    background: #fff;
    z-index: 1234567;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    max-width: 400px;
  }
  /* line 2083, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  #product_category_chose.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
  }
}

@media (max-width: 767.98px) {
  /* line 2090, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .box_header_right {
    flex: 1 1 auto;
  }
}

@media (max-width: 991.98px) {
  /* line 2096, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
  .product_category_chose .course_title {
    padding: 0 15px;
  }
}

/* line 2102, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.nice-select .list {
  max-height: 300px;
  overflow: auto;
}

/* line 2107, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.product_details_buttons {
  position: fixed;
  z-index: 1212;
  bottom: 0;
  left: 0;
  background: #fff;
  right: 0;
  display: flex;
  align-items: center;
}

/* line 2116, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.product_details_buttons .product_details_icon {
  width: 100px;
  text-align: center;
}

/* line 2119, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.product_details_buttons .product_details_icon i {
  font-size: 18px;
  color: #2A85FF;
}

/* line 2123, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.product_details_buttons .product_details_icon span {
  font-size: 10px;
  color: #687083;
  margin-top: 5px;
  font-weight: 300;
}

/* line 2130, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.product_details_buttons .product_details_button {
  flex: 1 1 0;
  white-space: nowrap;
}

/* line 2136, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.product_details_button {
  background: #2A85FF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  padding: 18.5px 24px;
  border: 1px solid transparent;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.3s;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* line 2154, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.product_details_button.style1 {
  background: #ffc107;
  transform: skewX(-20deg);
  position: relative;
  left: 11px;
  z-index: 1;
}

/* line 2160, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.product_details_button.style1 span {
  transform: skewX(20deg);
}

/* line 2165, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.flex-column-fluid {
  flex: 1 0 auto;
}

/* line 2168, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.app_content_container {
  padding: 24px 12px;
}

/* line 2172, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.modal-backdrop.show {
  opacity: 0.6;
}

/* line 2176, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_tab {
  background: #f8f8f8;
  border-radius: 30px;
  padding: 2px;
}

/* line 2181, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_tab .nav-item .nav-link {
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #040415;
  border: 0;
  background: transparent;
  min-width: 96px;
  padding: 4.5px 10px;
  border-radius: 30px;
}

/* line 2191, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.theme_tab .nav-item .nav-link.active {
  color: #2A85FF;
  background: #fff;
}

/* line 2201, ../../../../../laragon/www/tinyhrm/scss/_reset.scss */
.card-header .table_search_field {
  flex-shrink: 0;
  flex: auto 0 0;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.primary_btn {
  background: #2A85FF;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  padding: 11.75px 20px;
  border: 1px solid transparent;
  text-transform: capitalize;
  display: inline-block;
  transition: 0.3s;
  cursor: pointer;
  display: inline-flex;
  grid-gap: 8px;
  align-items: center;
}

/* line 18, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.primary_btn.small_btn {
  padding: 13.5px 25px;
}

/* line 21, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.primary_btn.style2 {
  padding: 15px 30px;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
}

/* line 26, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.primary_btn.small_btn2 {
  padding: 13.5px 39px;
}

/* line 29, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.primary_btn.small_btn3 {
  padding: 13.5px 32px;
}

/* line 32, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.primary_btn.small_btn4 {
  padding: 11px 21px;
}

/* line 35, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.primary_btn.small_btn5 {
  padding: 8.5px 20px;
}

@media (max-width: 575.98px) {
  /* line 1, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
  .primary_btn {
    padding: 10px 12px;
    font-size: 13px;
  }
}

/* line 42, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.primary_btn.green_btn {
  background: #54c254 !important;
  padding: 8.5px 18px;
  color: #fff !important;
  border-color: #54c254 !important;
  font-size: 16px;
}

/* line 49, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.primary_btn.width_120px {
  width: 120px;
  padding: 13.5px 7px;
  text-align: center;
}

/* line 54, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.primary_btn.width_210px {
  min-width: 210px;
  padding: 13.5px 20px;
  text-align: center;
}

/* line 59, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.primary_btn:hover {
  color: #2A85FF;
  border-color: #2A85FF;
  background: transparent;
}

/* line 63, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.primary_btn:hover svg {
  fill: red;
}

/* line 69, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.white_btn {
  background: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #2A85FF;
  font-weight: 700;
  padding: 11.75px 20px;
  border: 1px solid transparent;
  text-transform: capitalize;
  display: inline-block;
  transition: 0.3s;
  cursor: pointer;
  display: inline-flex;
  grid-gap: 8px;
  align-items: center;
}

/* line 86, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.white_btn.small_btn {
  padding: 10px 25px;
  font-size: 12px;
}

/* line 90, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.white_btn:hover {
  color: #2A85FF;
  border-color: #2A85FF;
  background: transparent;
}

/* line 94, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.white_btn:hover svg {
  fill: red;
}

/* line 99, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.primary_outline_btn {
  background: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #171717;
  font-weight: 600;
  padding: 12.5px 20px;
  border: 1px solid #e2e8f0;
  text-transform: capitalize;
  display: inline-block;
  transition: 0.3s;
  cursor: pointer;
  display: inline-flex;
  grid-gap: 8px;
  align-items: center;
}

/* line 116, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.primary_outline_btn.small_btn {
  padding: 13.5px 25px;
}

/* line 119, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.primary_outline_btn.large_btn {
  padding: 18.5px 30px;
}

/* line 122, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.primary_outline_btn.small_btn2 {
  padding: 13.5px 39px;
}

/* line 125, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.primary_outline_btn.small_btn3 {
  padding: 13.5px 32px;
}

/* line 128, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.primary_outline_btn.small_btn4 {
  padding: 11px 21px;
}

/* line 131, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.primary_outline_btn.small_btn5 {
  padding: 8.5px 20px;
}

@media (max-width: 575.98px) {
  /* line 99, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
  .primary_outline_btn {
    padding: 10px 12px;
    font-size: 13px;
  }
}

/* line 138, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.primary_outline_btn.green_btn {
  background: #54c254 !important;
  padding: 8.5px 18px;
  color: #fff !important;
  border-color: #54c254 !important;
  font-size: 16px;
}

/* line 145, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.primary_outline_btn.width_120px {
  width: 120px;
  padding: 13.5px 7px;
  text-align: center;
}

/* line 150, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.primary_outline_btn.width_210px {
  min-width: 210px;
  padding: 13.5px 20px;
  text-align: center;
}

/* line 155, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.primary_outline_btn:hover {
  color: #2A85FF;
  border-color: #2A85FF;
  background: transparent;
}

/* line 159, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.primary_outline_btn:hover svg {
  fill: red;
}

/* line 164, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.badge_btn {
  padding: 8px 26px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  color: #22c55e;
  border-radius: 8px;
  background: #f6fdf9;
}

/* line 173, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.badge_btn.warning_bg {
  color: #facc15;
  background-color: #fffcf0;
}

/* line 177, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.badge_btn.violate_bg {
  color: #936dff;
  background-color: #f7f5ff;
}

/* line 181, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.badge_btn.danger_bg {
  color: #ff4747;
  background-color: #fff5f5;
}

/* line 189, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.theme_dropdown .dot_btn {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: none !important;
}

/* line 199, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.theme_dropdown .theme_dropdown_menu {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 32px 48px -8px rgba(0, 0, 0, 0.1), 0px 0px 14px -4px rgba(0, 0, 0, 0.05), 0px 40px 64px -12px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(16px);
  border: 0;
  padding: 16px;
}

/* line 209, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.theme_dropdown .theme_dropdown_menu li .dropdown-item {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2px;
  background: transparent;
  border-radius: 10px;
  padding: 9px 0;
  color: #111827;
}

/* line 219, ../../../../../laragon/www/tinyhrm/scss/_btn.scss */
.theme_dropdown .theme_dropdown_menu li .dropdown-item:hover {
  background: #F8F8F8;
  color: #111827;
  padding: 9px 10px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 3, ../../../../../laragon/www/tinyhrm/scss/_title.scss */
.page_heading .page_heading_title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.4px;
}

/* line 12, ../../../../../laragon/www/tinyhrm/scss/_title.scss */
.section__title__one h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #171717;
  font-family: "Inter", sans-serif;
}

@media (max-width: 767.98px) {
  /* line 12, ../../../../../laragon/www/tinyhrm/scss/_title.scss */
  .section__title__one h3 {
    font-size: 25px;
  }
}

@media (max-width: 767.98px) {
  /* line 22, ../../../../../laragon/www/tinyhrm/scss/_title.scss */
  .section__title__one.mb_65 {
    margin-bottom: 30px;
  }
}

/* line 30, ../../../../../laragon/www/tinyhrm/scss/_title.scss */
.section__title h3 {
  font-size: 30px;
  font-weight: 700;
  color: #171717;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  /* line 30, ../../../../../laragon/www/tinyhrm/scss/_title.scss */
  .section__title h3 {
    font-size: 25px;
  }
}

/* line 40, ../../../../../laragon/www/tinyhrm/scss/_title.scss */
.title_link {
  grid-gap: 15px;
  white-space: nowrap;
}

/* line 43, ../../../../../laragon/www/tinyhrm/scss/_title.scss */
.title_link .title_text {
  font-size: 14px;
  font-weight: 700;
  color: #2A85FF;
  text-transform: uppercase;
  line-height: 1;
}

/* line 50, ../../../../../laragon/www/tinyhrm/scss/_title.scss */
.title_link .title_icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2A85FF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
}

/* line 66, ../../../../../laragon/www/tinyhrm/scss/_title.scss */
.section__title2 h3 {
  font-size: 40px;
  font-weight: 700;
  color: #171717;
  margin-bottom: 0;
  line-height: 1.38;
}

@media (max-width: 767.98px) {
  /* line 66, ../../../../../laragon/www/tinyhrm/scss/_title.scss */
  .section__title2 h3 {
    font-size: 25px;
  }
}

/* line 79, ../../../../../laragon/www/tinyhrm/scss/_title.scss */
.section__title4 .subheading_text {
  display: block;
  font-size: 16px;
  color: #2A85FF;
  font-weight: 700;
  margin-bottom: 15px;
}

/* line 86, ../../../../../laragon/www/tinyhrm/scss/_title.scss */
.section__title4 h3 {
  font-size: 40px;
  font-weight: 700;
  color: #171717;
  margin-bottom: 9px;
  line-height: 1.38;
}

/* line 92, ../../../../../laragon/www/tinyhrm/scss/_title.scss */
.section__title4 h3 span {
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  /* line 86, ../../../../../laragon/www/tinyhrm/scss/_title.scss */
  .section__title4 h3 {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 86, ../../../../../laragon/www/tinyhrm/scss/_title.scss */
  .section__title4 h3 {
    font-size: 30px;
  }
}

/* line 102, ../../../../../laragon/www/tinyhrm/scss/_title.scss */
.section__title4 p {
  font-size: 16px;
  font-weight: 500;
  color: #687083;
}

/* line 107, ../../../../../laragon/www/tinyhrm/scss/_title.scss */
.section__title4.margin_50 {
  margin-bottom: 47px;
}

@media (max-width: 767.98px) {
  /* line 107, ../../../../../laragon/www/tinyhrm/scss/_title.scss */
  .section__title4.margin_50 {
    margin-bottom: 30px;
  }
}

/* line 113, ../../../../../laragon/www/tinyhrm/scss/_title.scss */
.section__title4.margin_52 {
  margin-bottom: 52px;
}

@media (max-width: 767.98px) {
  /* line 113, ../../../../../laragon/www/tinyhrm/scss/_title.scss */
  .section__title4.margin_52 {
    margin-bottom: 30px;
  }
}

/* line 119, ../../../../../laragon/www/tinyhrm/scss/_title.scss */
.section__title4.mb_42 {
  margin-bottom: 42px;
}

@media (max-width: 767.98px) {
  /* line 119, ../../../../../laragon/www/tinyhrm/scss/_title.scss */
  .section__title4.mb_42 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  /* line 125, ../../../../../laragon/www/tinyhrm/scss/_title.scss */
  .section__title4.mb_40 {
    margin-bottom: 30px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (max-width: 1200px) {
  /* line 3, ../../../../../laragon/www/tinyhrm/scss/_animation.scss */
  [class*="hero-ani-"] {
    display: none !important;
  }
}

/* line 8, ../../../../../laragon/www/tinyhrm/scss/_animation.scss */
.amination_custom {
  backface-visibility: hidden;
  animation: jumping 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all .9s ease 5s;
  user-select: none;
}

/* line 16, ../../../../../laragon/www/tinyhrm/scss/_animation.scss */
.amination_custom2 {
  backface-visibility: hidden;
  animation: jumping2 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 1s ease 3s;
  user-select: none;
}

/* line 24, ../../../../../laragon/www/tinyhrm/scss/_animation.scss */
.amination_custom3 {
  backface-visibility: hidden;
  animation: jumping3 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 7s ease 2s;
  user-select: none;
}

/* line 32, ../../../../../laragon/www/tinyhrm/scss/_animation.scss */
.amination_custom4 {
  backface-visibility: hidden;
  animation: jumping4 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}

/* line 40, ../../../../../laragon/www/tinyhrm/scss/_animation.scss */
.amination_custom10 {
  backface-visibility: hidden;
  animation: jumping10 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}

/* line 48, ../../../../../laragon/www/tinyhrm/scss/_animation.scss */
.amination_custom11 {
  backface-visibility: hidden;
  animation: jumping11 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}

@keyframes jumping {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: .8;
  }
  25% {
    transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(0.8);
    opacity: .9;
  }
  50% {
    transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(0.9);
    opacity: .8;
  }
  75% {
    transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.75);
    opacity: .6;
  }
  85% {
    transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(0.9);
    opacity: .7;
  }
  100% {
    transform: translateY(-15px) translateX(-15px) rotate(0) scale(0.95);
    opacity: .85;
  }
}

@keyframes jumping2 {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: .5;
  }
  25% {
    transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8);
    opacity: .8;
  }
  50% {
    transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7);
    opacity: .8;
  }
  75% {
    transform: translateY(30px) translateX(20px) rotate(20deg) scale(0.75);
    opacity: .7;
  }
  100% {
    transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75);
    opacity: .9;
  }
}

@keyframes jumping3 {
  0% {
    transform: translateY(10px) translateX(0) rotate(0) scale(1);
    opacity: .9;
  }
  20% {
    transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8);
    opacity: .8;
  }
  40% {
    transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75);
    opacity: .8;
  }
  40% {
    transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5);
    opacity: 1;
  }
  80% {
    transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(0.75);
    opacity: .6;
  }
  100% {
    transform: translateY(15px) translateX(15px) rotate(0) scale(0.95);
    opacity: .7;
  }
}

@keyframes jumping4 {
  0% {
    transform: translateY(-30px) translateX(20px) rotate(0) scale(1.2);
    opacity: .7;
  }
  25% {
    transform: translateY(-20px) translateX(10px) rotate(50deg) scale(0.6);
    opacity: .8;
  }
  50% {
    transform: translateY(15px) translateX(-15px) rotate(20deg) scale(0.5);
    opacity: .9;
  }
  75% {
    transform: translateY(30px) translateX(20px) rotate(50deg) scale(0.75);
    opacity: .7;
  }
  100% {
    transform: translateY(-15px) translateX(15px) rotate(0) scale(0.5);
    opacity: .9;
  }
}

@keyframes jumping10 {
  0% {
    transform: rotate(180deg);
    display: block;
  }
  100% {
    transform: rotate(30deg);
    display: block;
  }
}

@keyframes jumping11 {
  0% {
    transform: rotate(180deg) translate(-20px, 20px);
    display: block;
  }
  100% {
    transform: rotate(30deg) translate(0px, 0px);
    display: block;
  }
}

/*----------------------------------------------------*/
/* -------------------------------------------------------------------------- */
/*                              main theme style                              */
/* -------------------------------------------------------------------------- */
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area {
  padding: 0px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff;
}

/* line 9, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area.header_static {
  position: relative;
  padding: 0px 35px 0 35px;
}

@media (max-width: 575.98px) {
  /* line 9, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area.header_static {
    padding: 10px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 9, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area.header_static {
    padding: 10px 0px;
  }
}

/* line 20, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .header_top_area {
  padding: 20px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 26, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area .header_top_area .header__wrapper .header__right .category_search .phone_number {
    display: none !important;
  }
}

/* line 31, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .header_top_area .header__wrapper .header__right .category_search .icon {
  display: inline-flex;
  margin-right: 20px;
}

/* line 36, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .header_top_area .header__wrapper .header__right .category_search .number_content span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
  color: #687083;
}

/* line 43, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .header_top_area .header__wrapper .header__right .category_search .number_content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #171717;
  margin-bottom: 0;
  line-height: 1;
}

@media (max-width: 767.98px) {
  /* line 25, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area .header_top_area .header__wrapper .header__right .category_search {
    display: none !important;
  }
}

/* line 54, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .header_top_area .header__wrapper .header__right .category_search .theme_search_field {
  margin: 0 47px 0 50px;
}

@media only screen and (min-width: 1500px) {
  /* line 54, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area .header_top_area .header__wrapper .header__right .category_search .theme_search_field {
    width: 570px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 54, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area .header_top_area .header__wrapper .header__right .category_search .theme_search_field {
    width: 370px;
    margin: 0 30px 0 30px;
  }
}

@media (min-width: 992px) and (max-width: 1200.98px) {
  /* line 54, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area .header_top_area .header__wrapper .header__right .category_search .theme_search_field {
    width: 320px;
    margin: 0 30px 0 30px;
  }
}

/* line 70, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .header_top_area .header__wrapper .header__right .notification_wrapper .single_notify {
  position: relative;
  display: inline-block;
}

@media (max-width: 767.98px) {
  /* line 73, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area .header_top_area .header__wrapper .header__right .notification_wrapper .single_notify.notify_wish {
    display: none;
  }
}

/* line 78, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .header_top_area .header__wrapper .header__right .notification_wrapper .single_notify .notify_count {
  position: absolute;
  top: -2px;
  right: 0px;
  background: #fd1c5e;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 500;
}

/* line 93, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .header_top_area .header__wrapper .header__right .notification_wrapper .single_notify:not(:last-child) {
  margin-right: 45px;
}

@media (max-width: 991.98px) {
  /* line 93, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area .header_top_area .header__wrapper .header__right .notification_wrapper .single_notify:not(:last-child) {
    margin-right: 15px;
  }
}

/* line 106, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_header_area .shop_header_wrapper .menu_logo {
  display: none;
}

/* line 109, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_header_area .shop_header_wrapper .theme_search_field {
  display: none;
}

@media (max-width: 767.98px) {
  /* line 109, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area .main_header_area .shop_header_wrapper .theme_search_field {
    display: flex !important;
    margin: 9px 0;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  /* line 117, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area .main_header_area .shop_header_wrapper .category_menu {
    display: none;
  }
}

/* line 121, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_header_area .shop_header_wrapper .category_menu > a {
  font-size: 16px;
  font-weight: 500;
  box-shadow: none;
  position: relative;
  padding: 29.5px 0 29.5px 32px;
  width: 188px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  color: #171717 !important;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  /* line 121, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area .main_header_area .shop_header_wrapper .category_menu > a {
    padding: 20.5px 0 20.5px 32px;
  }
}

/* line 136, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_header_area .shop_header_wrapper .category_menu > a i {
  color: #000000;
  font-size: 10px;
}

/* line 140, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_header_area .shop_header_wrapper .category_menu > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 12px;
  width: 20px;
  border-bottom: 2px solid #ff324d;
  border-top: 2px solid #ff324d;
  transform: translateY(-50%);
}

/* line 151, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_header_area .shop_header_wrapper .category_menu > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 20px;
  border-bottom: 2px solid #ff324d;
  transform: translateY(-50%);
}

/* line 163, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_header_area .shop_header_wrapper .offer_tag {
  position: relative;
  padding-left: 60px;
  margin-left: 80px;
}

@media (max-width: 991.98px) {
  /* line 163, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area .main_header_area .shop_header_wrapper .offer_tag {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 163, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area .main_header_area .shop_header_wrapper .offer_tag {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* line 163, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area .main_header_area .shop_header_wrapper .offer_tag {
    padding-left: 30px;
    margin-left: 40px;
  }
}

/* line 177, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_header_area .shop_header_wrapper .offer_tag::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #f1f1f1;
  width: 1px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 190, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_header_area .shop_header_wrapper .offer_tag p {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  margin-left: 10px;
}

/* line 196, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_header_area .shop_header_wrapper .offer_tag p a {
  color: #fd1c5e;
}

/* line 203, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .header__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media (max-width: 767.98px) {
  /* line 208, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area .header__wrapper .header__left .logo_img {
    margin-left: 40px;
  }
  /* line 211, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area .header__wrapper .header__left .logo_img img {
    max-width: 110px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 208, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area .header__wrapper .header__left .logo_img {
    margin-right: 20px;
  }
}

/* line 222, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_menu {
  margin-left: auto;
  margin-right: 0;
}

/* line 227, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_menu ul li {
  display: inline-block;
  position: relative;
}

/* line 233, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_menu ul li a {
  color: #171717;
  font-size: 14px;
  font-weight: 500;
  margin: 0px 15px;
  padding: 32px 0;
  display: inline-block;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
}

/* line 242, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_menu ul li a i {
  font-size: 10px;
  font-weight: 400;
  color: #171717;
  margin-left: 5px;
}

/* line 248, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_menu ul li a:hover, .header_area .main_menu ul li a.active {
  color: #fd1c5e;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 233, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area .main_menu ul li a {
    margin: 0 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 233, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area .main_menu ul li a {
    margin: 0 12px;
  }
}

@media only screen and (min-width: 1439px) and (max-width: 1599.98px) {
  /* line 233, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area .main_menu ul li a {
    margin: 0 12px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1671.98px) {
  /* line 233, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area .main_menu ul li a {
    margin: 0 17px;
  }
}

/* line 267, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_menu ul li .submenu {
  width: 200px;
  position: absolute;
  left: 0;
  top: 120%;
  background: #fff;
  text-align: left;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 278, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_menu ul li .submenu.mega_width_menu {
  width: 800px;
  padding: 30px 0 0px 30px;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 278, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area .main_menu ul li .submenu.mega_width_menu {
    left: -235px;
  }
}

/* line 286, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_menu ul li .submenu.mega_width_menu .mega_metu_title {
  font-size: 16px;
  font-weight: 600;
  color: #090b17;
  border-bottom: 1px solid #f1f1f1;
  padding-left: 0;
  left: 0 !important;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 11px;
}

/* line 297, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_menu ul li .submenu.mega_width_menu > li {
  flex: 33.33%;
  padding-right: 50px;
  margin-bottom: 40px;
}

/* line 302, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_menu ul li .submenu.mega_width_menu > li ul li {
  padding: 0;
}

/* line 304, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_menu ul li .submenu.mega_width_menu > li ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #676e8b;
  left: 0 !important;
  padding: 0;
  line-height: 31.8px;
}

/* line 311, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_menu ul li .submenu.mega_width_menu > li ul li a:hover {
  color: #fd1c5e;
}

/* line 317, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_menu ul li .submenu.mega_width_menu > li.img_menu {
  background-image: url(../img/menu_bg.png);
  background-size: cover;
  background-position: right bottom;
  margin-bottom: 0;
  width: 100% !important;
  flex: 66.33%;
  padding-bottom: 97px;
}

/* line 325, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_menu ul li .submenu.mega_width_menu > li.img_menu h6 {
  font-size: 12px;
  font-weight: 500;
  color: #090b17 !important;
  text-transform: uppercase;
  display: block;
  margin-top: 30px;
}

/* line 333, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_menu ul li .submenu.mega_width_menu > li.img_menu h4 {
  font-size: 24px;
  line-height: 1.42;
  font-weight: 700;
  margin: 8px 0 11px 0;
}

/* line 339, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_menu ul li .submenu.mega_width_menu > li.img_menu a.shop_now {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #fd1c5e;
  left: 0;
  padding: 0;
}

/* line 350, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_menu ul li .submenu li {
  display: block;
  margin: 0;
}

/* line 354, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_menu ul li .submenu li a {
  font-size: 14px;
  line-height: 1.2;
  color: #171717;
  padding: 0;
  font-weight: 400;
  display: block;
  margin: 0;
  padding: 10px 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  text-transform: capitalize;
  left: 0;
}

/* line 367, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_menu ul li .submenu li a.active, .header_area .main_menu ul li .submenu li a:hover {
  color: #fd1c5e;
}

/* line 371, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_menu ul li .submenu li a:hover {
  left: 5px;
  color: #fd1c5e;
}

/* line 379, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_menu ul li:hover > a {
  color: #fd1c5e;
}

/* line 382, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area .main_menu ul li:hover .submenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

/* line 392, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area.navbar_fixed {
  background: #fff;
  z-index: 90;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.03);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
}

/* line 408, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area.navbar_fixed .header_top_area {
  display: none;
}

@media (max-width: 767.98px) {
  /* line 408, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area.navbar_fixed .header_top_area {
    display: block;
  }
}

@media (max-width: 767.98px) {
  /* line 414, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area.navbar_fixed .main_header_area {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 419, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area.navbar_fixed .slicknav_menu .slicknav_icon {
    top: -2px;
  }
}

@media (min-width: 1200px) {
  /* line 424, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area.navbar_fixed .menu_logo {
    display: inline-block !important;
    margin-right: 100px;
  }
}

@media (min-width: 1200px) {
  /* line 430, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
  .header_area.navbar_fixed .offer_tag {
    display: none !important;
  }
}

/* line 438, ../../../../../laragon/www/tinyhrm/scss/_header.scss */
.header_area.navbar_fixed .main_menu ul li a {
  padding: 30px 0;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area {
  padding: 0px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff;
  border-bottom: 1px solid #F4F4F6;
}

/* line 10, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area.header_static {
  position: relative;
  padding: 0px 35px 0 35px;
}

@media (max-width: 575.98px) {
  /* line 10, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area.header_static {
    padding: 10px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 10, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area.header_static {
    padding: 10px 0px;
  }
}

/* line 20, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area {
  background: #fff;
  padding: 0;
  border-bottom: 1px solid #f3f3f3;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 20, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header_topbar_area {
    padding: 0 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 27, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header_topbar_area .header__wrapper {
    padding: 0px 0;
  }
}

/* line 31, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header__left {
  grid-gap: 20px;
}

/* line 33, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header__left .single_top_lists {
  grid-gap: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #171717;
  height: 40px;
  text-transform: uppercase;
}

/* line 40, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header__left .single_top_lists a {
  color: #171717;
  font-size: 14px;
}

@media (max-width: 991.98px) {
  /* line 46, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_middle {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 46, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_middle {
    display: none !important;
  }
}

/* line 53, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_middle .theme_search_field {
  border: 1.5px solid #f1f1f1;
  background-color: #f9f9fd;
  border-radius: 0;
  width: 410px;
}

/* line 58, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_middle .theme_search_field i {
  color: #2A85FF;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* line 53, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_middle .theme_search_field {
    width: 310px;
  }
}

/* line 64, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_middle .theme_search_field input {
  font-family: "DM Sans", sans-serif;
  color: #171717;
  font-size: 14px;
}

/* line 68, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_middle .theme_search_field input::placeholder {
  color: #687083;
}

@media (max-width: 767.98px) {
  /* line 73, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu {
    display: none;
  }
}

/* line 77, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu > a {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none;
  position: relative;
  padding: 0;
  width: 227px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  color: #687083 !important;
  cursor: pointer;
  border: 1.5px solid #f1f1f1;
  background-color: #f9f9fd;
  padding: 14px 30px 13px 20px;
  margin-left: -1px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* line 77, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu > a {
    width: 150px;
  }
}

/* line 100, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu > a i {
  color: #687083 !important;
  font-size: 10px;
}

/* line 105, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu {
  margin: 0;
  width: 307px;
  border: 0;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04);
  border-radius: 0;
  padding: 0;
  top: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

/* line 119, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu.dropdown_menu_active {
  opacity: 1;
  visibility: visible;
}

/* line 123, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu li {
  position: relative;
}

/* line 125, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu li:hover > a {
  color: #2A85FF !important;
}

/* line 127, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu li:hover > a:before {
  opacity: 1;
  right: 15px;
}

/* line 134, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu li .submenu_list {
  position: absolute;
  left: 110%;
  top: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

/* line 144, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu li .submenu_list li a {
  text-transform: capitalize;
}

/* line 149, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

/* line 156, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu li:not(:last-child) {
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}

/* line 160, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu a {
  padding: 11px 30px 11px 30px;
  font-size: 15px;
  font-weight: 400;
  color: #171717;
  line-height: 1.9;
  width: 100%;
}

/* line 168, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu a.has_arrow::before {
  content: "\e649";
  position: absolute;
  font-size: 14px;
  font-family: "themify";
  font-size: 16px;
  color: #171717;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  opacity: 1;
  transition: 0.3s;
}

/* line 182, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu a i {
  font-size: 14px;
  margin-right: 15px;
}

/* line 187, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu a:hover, header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu a.active {
  color: #171717;
  background-color: #f8f9fa;
}

/* line 196, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_top_area_right {
  grid-gap: 20px;
  display: flex;
  align-items: center;
}

/* line 200, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_top_area_right .single_top_lists {
  grid-gap: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #171717;
  height: 40px;
  text-transform: uppercase;
}

/* line 207, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_top_area_right .single_top_lists a {
  color: #171717;
  font-size: 14px;
}

/* line 213, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_topbar_area .header__wrapper .header_top_area_right .app_navbar_item .app_navbar_item_circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #040415;
}

/* line 223, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_top_area {
  background: #fff;
  padding: 24px 10px;
  border: 0;
}

@media (max-width: 991.98px) {
  /* line 223, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header_top_area {
    padding: 17.5px 0px;
  }
}

/* line 231, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_top_area .header__wrapper .sidebar_icon {
  font-size: 22px;
  color: #111827;
}

/* line 235, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_top_area .header__wrapper .header__left {
  grid-gap: 60px;
}

@media (max-width: 767.98px) {
  /* line 235, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header_top_area .header__wrapper .header__left {
    flex: 1 1 0;
    justify-content: center;
    margin-left: 22px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 235, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header_top_area .header__wrapper .header__left {
    grid-gap: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 235, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header_top_area .header__wrapper .header__left {
    grid-gap: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 248, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header_top_area .header__wrapper .header__left .social__Links {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  /* line 248, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header_top_area .header__wrapper .header__left .social__Links {
    display: none;
  }
}

/* line 255, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_top_area .header__wrapper .header__left .social__Links a {
  color: #808080;
}

/* line 257, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_top_area .header__wrapper .header__left .social__Links a:hover {
  color: #fff;
}

/* line 263, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_top_area .header__wrapper .header_middle {
  flex: 1 1 auto;
  margin: 0 auto 0 0px;
}

@media (max-width: 991.98px) {
  /* line 263, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header_top_area .header__wrapper .header_middle {
    display: none !important;
  }
}

/* line 270, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_top_area .header__wrapper .header_middle .theme_search_field {
  border: 1.5px solid #f1f1f1;
  background-color: #f9f9fd;
  border-radius: 0;
}

/* line 275, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_top_area .header__wrapper .header_middle .theme_search_field i {
  color: #2A85FF;
}

/* line 281, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_top_area .header__wrapper .header_middle .theme_search_field input {
  font-family: "DM Sans", sans-serif;
  color: #171717;
  font-size: 14px;
}

/* line 285, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_top_area .header__wrapper .header_middle .theme_search_field input::placeholder {
  color: #687083;
}

/* line 291, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_top_area .header__wrapper .header_top_area_right {
  display: flex;
  align-items: center;
  grid-gap: 24px;
}

@media (max-width: 767.98px) {
  /* line 291, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header_top_area .header__wrapper .header_top_area_right {
    margin-right: 0px;
    grid-gap: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 291, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header_top_area .header__wrapper .header_top_area_right {
    grid-gap: 16px;
  }
}

/* line 303, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_top_area .header__wrapper .header_top_area_right .app_navbar_item .app_navbar_item_circle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(4, 4, 21, 0.05);
  border-radius: 50%;
  position: relative;
}

/* line 312, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_top_area .header__wrapper .header_top_area_right .app_navbar_item .app_navbar_item_circle .dot_ball {
  width: 12px;
  height: 12px;
  position: absolute;
  top: -8px;
  right: 0px;
  display: inline-block;
}

/* line 322, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_top_area .header__wrapper .header_top_area_right .account_reg {
  display: flex;
  align-items: center;
  grid-gap: 40px;
}

@media (max-width: 767.98px) {
  /* line 322, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header_top_area .header__wrapper .header_top_area_right .account_reg {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 322, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header_top_area .header__wrapper .header_top_area_right .account_reg {
    grid-gap: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 322, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header_top_area .header__wrapper .header_top_area_right .account_reg {
    grid-gap: 15px;
  }
}

/* line 335, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_top_area .header__wrapper .header_top_area_right .account_reg p {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

/* line 339, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_top_area .header__wrapper .header_top_area_right .account_reg p a {
  color: #fff;
  text-transform: uppercase;
}

/* line 342, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_top_area .header__wrapper .header_top_area_right .account_reg p a:hover {
  color: #fff;
}

/* line 348, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_top_area .header__wrapper .header_top_area_right .lang_currency {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  padding: 27px;
  border-right: 1px solid #333333;
  border-left: 1px solid #333333;
  margin: 0 30px 0 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 348, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header_top_area .header__wrapper .header_top_area_right .lang_currency {
    margin: 0 20px 0 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 348, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header_top_area .header__wrapper .header_top_area_right .lang_currency {
    margin: 0 15px 0 15px;
  }
}

@media (max-width: 991.98px) {
  /* line 348, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header_top_area .header__wrapper .header_top_area_right .lang_currency {
    display: none;
  }
}

/* line 366, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart {
  display: flex;
  align-items: center;
  grid-gap: 33px;
}

@media (max-width: 991.98px) {
  /* line 366, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 366, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart {
    grid-gap: 15px;
  }
}

/* line 376, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart .single_wishcart_lists {
  display: flex;
  align-items: center;
  grid-gap: 15px;
}

@media (max-width: 575.98px) {
  /* line 376, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart .single_wishcart_lists {
    grid-gap: 5px;
  }
}

/* line 383, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart .single_wishcart_lists:hover span {
  color: #2A85FF;
}

/* line 386, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart .single_wishcart_lists span {
  display: inline-block;
}

/* line 388, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart .single_wishcart_lists span a {
  font-size: 14px;
  font-weight: 500;
  color: #171717;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  /* line 388, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart .single_wishcart_lists span a {
    font-size: 12px;
  }
}

/* line 396, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart .single_wishcart_lists span a:hover {
  color: #2A85FF;
}

/* line 406, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area {
  background: #f9f9fd;
}

@media (max-width: 767.98px) {
  /* line 406, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .main_header_area {
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 415, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .main_header_area .search_right {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  /* line 420, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .main_header_area .theme_search_field3 {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 420, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .main_header_area .theme_search_field3 {
    width: 280px;
  }
}

/* line 431, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .menu_logo {
  display: none;
}

/* line 434, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .theme_search_field {
  display: none;
}

@media (max-width: 767.98px) {
  /* line 434, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .theme_search_field {
    display: flex !important;
    margin: 9px 0;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  /* line 442, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu {
    display: none;
  }
}

/* line 446, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu > a {
  font-size: 16px;
  font-weight: 500;
  box-shadow: none;
  font-family: "DM Sans", sans-serif;
  position: relative;
  padding: 13px 30px 13px 65px;
  width: 254px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  color: #fff !important;
  cursor: pointer;
  background: #2A85FF;
}

@media (max-width: 991.98px) {
  /* line 446, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu > a {
    padding: 13px 30px 13px 65px;
  }
}

/* line 464, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu > a i {
  color: #fff;
  font-size: 10px;
}

/* line 468, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu > a::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 50%;
  height: 12px;
  width: 20px;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translateY(-50%);
}

/* line 479, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu > a::after {
  content: "";
  position: absolute;
  left: 32px;
  top: 50%;
  height: 2px;
  width: 20px;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%);
}

/* line 490, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu {
  margin: 0;
  width: 330px;
  border: 0;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  padding: 0;
  top: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding-bottom: 25px;
  padding-top: 11px;
}

/* line 506, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu.dropdown_menu_active {
  opacity: 1;
  visibility: visible;
}

/* line 510, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li {
  position: static;
}

/* line 513, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu {
  width: 833px;
  padding: 31px 0 0px 50px;
  display: flex;
  flex-wrap: wrap;
  left: 110%;
  position: absolute;
  top: 0;
  background: #fff;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 513, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu {
    width: 320px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 513, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu {
    width: 620px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* line 513, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu {
    width: 700px;
  }
}

/* line 535, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu .mega_metu_title {
  font-size: 16px;
  font-weight: 600;
  color: #171717;
  border-bottom: 1px solid #f1ece8;
  padding-left: 0;
  left: 0 !important;
  padding: 0;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: block;
}

/* line 547, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu > li {
  flex: 33.33%;
  padding-right: 50px;
  margin-bottom: 31px;
}

/* line 552, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu > li ul li {
  padding: 0;
}

/* line 554, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu > li ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #8F92A1;
  left: 0 !important;
  padding: 0;
  line-height: 2.5;
  white-space: nowrap;
}

/* line 562, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu > li ul li a:hover {
  color: #2A85FF;
}

/* line 568, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu > li.img_menu {
  margin-bottom: 0;
  width: 100% !important;
  flex: 66.33%;
  padding-bottom: 121px;
}

/* line 573, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu > li.img_menu h6 {
  font-size: 14px;
  font-weight: 500;
  color: #8F92A1 !important;
  text-transform: uppercase;
  display: block;
  margin-top: 30px;
}

/* line 581, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu > li.img_menu h4 {
  font-size: 24px;
  line-height: 1.42;
  font-weight: 700;
  margin: 10px 0 11px 0;
}

/* line 587, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu > li.img_menu a.shop_now {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #2A85FF;
  left: 0;
  padding: 0;
}

/* line 599, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li:hover > a {
  color: #171717;
}

/* line 601, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li:hover > a:before {
  opacity: 1;
  right: 15px;
}

/* line 606, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .submenu_list {
  position: absolute;
  left: 110%;
  top: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

/* line 616, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .submenu_list li a {
  text-transform: capitalize;
}

/* line 621, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

/* line 627, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a {
  padding: 11px 30px 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #171717;
  line-height: 1.9;
  width: 100%;
  position: relative;
  background: transparent;
  grid-gap: 18px;
}

/* line 638, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a.has_arrow::before {
  content: "\e649";
  position: absolute;
  font-size: 10px;
  font-family: "themify";
  font-size: 16px;
  color: #171717;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  opacity: 1;
  transition: 0.3s;
  font-size: 12px;
}

/* line 653, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a svg {
  flex: 20px 0 0;
}

/* line 656, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a i {
  font-size: 20px;
  transition: 0.3s;
}

/* line 661, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a:hover, header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a.active {
  color: #171717;
}

/* line 664, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a:hover i, header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a.active i {
  color: #2A85FF;
}

/* line 668, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a:hover.has_arrow::before, header.tinyapp_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a.active.has_arrow::before {
  color: #2A85FF;
}

/* line 678, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .header__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media (max-width: 767.98px) {
  /* line 683, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header__wrapper .header__left .logo_img {
    margin-left: 0px;
  }
  /* line 686, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header__wrapper .header__left .logo_img img {
    max-width: 130px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 683, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .header__wrapper .header__left .logo_img {
    margin-right: 20px;
  }
}

/* line 697, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu {
  flex: 1 1 auto;
  margin-left: 60px;
}

/* line 701, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li {
  display: inline-block;
  position: relative;
}

/* line 707, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li:first-child a {
  margin-left: 0;
}

/* line 710, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li a {
  color: #171717;
  font-size: 15px;
  font-weight: 500;
  margin: 0px 28px;
  padding: 13.75px 0;
  display: inline-block;
  text-transform: capitalize;
  font-family: "DM Sans", sans-serif;
}

/* line 719, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li a i {
  font-size: 10px;
  font-weight: 400;
  color: #171717;
  margin-left: 5px;
}

/* line 725, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li a:hover, header.tinyapp_header .header_area .main_menu ul li a.active {
  color: #2A85FF;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 710, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .main_menu ul li a {
    margin: 0 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 710, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .main_menu ul li a {
    margin: 0 12px;
  }
}

@media only screen and (min-width: 1439px) and (max-width: 1599.98px) {
  /* line 710, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .main_menu ul li a {
    margin: 0 12px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1671.98px) {
  /* line 710, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .main_menu ul li a {
    margin: 0 17px;
  }
}

/* line 745, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu {
  width: 200px;
  position: absolute;
  left: 0;
  top: 120%;
  background: #fff;
  text-align: left;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 756, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu.mega_width_menu {
  width: 800px;
  padding: 30px 0 0px 30px;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 756, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .main_menu ul li .submenu.mega_width_menu {
    left: -255px;
  }
}

/* line 764, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu.mega_width_menu .mega_metu_title {
  font-size: 16px;
  font-weight: 600;
  color: #090b17;
  border-bottom: 1px solid #f1f1f1;
  padding-left: 0;
  left: 0 !important;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 11px;
}

/* line 775, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu.mega_width_menu > li {
  flex: 33.33%;
  padding-right: 50px;
  margin-bottom: 40px;
}

/* line 780, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu.mega_width_menu > li ul li {
  padding: 0;
}

/* line 782, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu.mega_width_menu > li ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #676e8b;
  left: 0 !important;
  padding: 0;
  line-height: 31.8px;
}

/* line 789, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu.mega_width_menu > li ul li a:hover {
  color: #2A85FF;
}

/* line 795, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu.mega_width_menu > li.img_menu {
  background-image: url(../img/menu_bg.png);
  background-size: cover;
  background-position: right bottom;
  margin-bottom: 0;
  width: 100% !important;
  flex: 66.33%;
  padding-bottom: 97px;
}

/* line 803, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu.mega_width_menu > li.img_menu h6 {
  font-size: 12px;
  font-weight: 500;
  color: #090b17 !important;
  text-transform: uppercase;
  display: block;
  margin-top: 30px;
}

/* line 811, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu.mega_width_menu > li.img_menu h4 {
  font-size: 24px;
  line-height: 1.42;
  font-weight: 700;
  margin: 8px 0 11px 0;
}

/* line 817, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu.mega_width_menu > li.img_menu a.shop_now {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #2A85FF;
  left: 0;
  padding: 0;
}

/* line 829, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu.product_mega_menu {
  width: 579px;
  padding: 0px 0 0px 0px;
  display: flex;
  flex-wrap: wrap;
}

/* line 836, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu.product_mega_menu .mega_metu_title {
  font-size: 16px;
  font-weight: 700;
  color: #2A85FF;
  padding-left: 0;
  left: 0 !important;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  border: 0;
  margin: 0;
}

/* line 847, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu.product_mega_menu > li {
  padding: 26px 40px;
  flex: 1 1 auto;
}

/* line 851, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu.product_mega_menu > li ul li {
  padding: 0;
}

/* line 853, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu.product_mega_menu > li ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #687083;
  left: 0 !important;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  line-height: 2.5;
}

/* line 861, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu.product_mega_menu > li ul li a:hover {
  color: #2A85FF !important;
}

/* line 868, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu.product_mega_menu .prodict_menu_banner {
  background-image: url("../img/banner/menu_banner.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 80px 56px;
  flex: 280px 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
}

@media (max-width: 991.98px) {
  /* line 868, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .main_menu ul li .submenu.product_mega_menu .prodict_menu_banner {
    display: none !important;
  }
}

/* line 881, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu.product_mega_menu .prodict_menu_banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 133, 255, 0.6);
  z-index: -1;
}

/* line 891, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu.product_mega_menu .prodict_menu_banner .prodict_menu_banner_inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 896, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu.product_mega_menu .prodict_menu_banner .prodict_menu_banner_inner p {
  font-size: 24px;
  line-height: 1.42;
  color: #fff;
  margin-bottom: 35px;
  font-family: "DM Sans", sans-serif;
}

/* line 902, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu.product_mega_menu .prodict_menu_banner .prodict_menu_banner_inner p a {
  color: #fff72b;
  padding: 0;
  line-height: inherit;
  font-weight: 600;
  font-size: 24px;
}

/* line 910, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu.product_mega_menu .prodict_menu_banner .prodict_menu_banner_inner .menu_prise {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ef0000;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.29;
  font-family: "DM Sans", sans-serif;
}

/* line 928, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu li {
  display: block;
  margin: 0;
  position: relative;
}

/* line 932, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu li:first-child {
  padding-top: 16px;
}

/* line 935, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu li:last-child {
  padding-bottom: 20px;
}

/* line 938, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu li a {
  font-size: 14px;
  line-height: 1.2;
  color: #171717;
  padding: 0;
  font-weight: 500;
  display: block;
  margin: 0;
  padding: 10px 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  text-transform: capitalize;
  left: 0;
}

/* line 951, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu li a.active, header.tinyapp_header .header_area .main_menu ul li .submenu li a:hover {
  color: #2A85FF;
}

/* line 955, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu li a:hover {
  left: 5px;
  color: #2A85FF;
}

/* line 961, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu li:hover > a {
  color: #2A85FF !important;
}

/* line 964, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu li .submenu_list {
  position: absolute;
  left: 110%;
  top: -17px;
  width: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 964, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .main_menu ul li .submenu li .submenu_list {
    left: auto;
    right: 110%;
  }
}

/* line 978, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu li .submenu_list li a {
  text-transform: capitalize;
}

/* line 983, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li .submenu li:hover > ul {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 983, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .main_menu ul li .submenu li:hover > ul {
    left: auto;
    right: 100%;
  }
}

/* line 996, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li:hover > a {
  color: #2A85FF;
}

/* line 999, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_menu ul li:hover .submenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

/* line 1010, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_media {
  grid-gap: 20px;
  display: flex;
  align-items: center;
}

/* line 1014, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_media .single_top_lists {
  grid-gap: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #171717;
  height: 40px;
  text-transform: capitalize;
}

/* line 1021, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .main_header_media .single_top_lists a {
  color: #171717;
  font-size: 14px;
}

/* line 1027, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .contact_wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 575.98px) {
  /* line 1027, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .contact_wrap {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 1027, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .contact_wrap {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 1027, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .contact_wrap {
    display: none !important;
  }
}

/* line 1041, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .contact_wrap .mobile_no p {
  color: #505050;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  font-family: "DM Sans", sans-serif;
}

/* line 1048, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .contact_wrap .mobile_no p span a {
  color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 1041, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .contact_wrap .mobile_no p {
    font-size: 13px;
    margin-right: 8px;
  }
}

/* line 1059, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .contact_wrap .signin a.sign_in {
  font-size: 16px;
  color: #505050;
  font-weight: 600;
  margin-right: 40px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 1059, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .contact_wrap .signin a.sign_in {
    margin-right: 15px;
  }
}

/* line 1067, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .contact_wrap .signin a.sign_in:hover {
  color: #4543de;
}

/* line 1072, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .contact_wrap .contact_btn {
  margin-left: 25px;
}

/* line 1076, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area.navbar_fixed {
  z-index: 90;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.03);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
}

/* line 1091, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area.navbar_fixed .header_top_area {
  display: none;
}

@media (max-width: 767.98px) {
  /* line 1091, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area.navbar_fixed .header_top_area {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 1097, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area.navbar_fixed .main_header_area {
    padding: 11px 0;
  }
}

@media (max-width: 767.98px) {
  /* line 1102, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area.navbar_fixed .main_header_area {
    display: none;
  }
}

/* line 1107, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area.navbar_fixed .category_menu {
  display: none !important;
}

@media (max-width: 767.98px) {
  /* line 1110, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area.navbar_fixed .slicknav_menu .slicknav_icon {
    top: 2px;
  }
}

@media (min-width: 1200px) {
  /* line 1115, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area.navbar_fixed .menu_logo {
    display: inline-block !important;
    margin-right: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 1115, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area.navbar_fixed .menu_logo {
    display: inline-block !important;
    margin-right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 1115, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area.navbar_fixed .menu_logo {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 1127, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area.navbar_fixed .menu_logo img {
    max-width: 150px;
  }
}

@media (min-width: 1200px) {
  /* line 1137, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area.navbar_fixed .offer_tag {
    display: none !important;
  }
}

/* line 1152, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .menu_search_popup {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  transition: 0.3s;
  z-index: 12000000000;
  top: -100%;
  opacity: 0;
  visibility: hidden;
}

/* line 1168, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .menu_search_popup.active {
  transform: translateY(0%);
  top: 0;
  opacity: 1;
  visibility: visible;
}

/* line 1174, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .menu_search_popup .search_close {
  position: absolute;
  right: 16%;
  top: 30px;
  font-size: 20px;
  color: #171717;
  cursor: pointer;
  transition: 0.3s;
  width: 20px;
  height: 20px;
  border: 1px solid #171717;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #171717;
}

@media (max-width: 991.98px) {
  /* line 1174, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .menu_search_popup .search_close {
    right: 15px;
    top: 20px;
  }
}

/* line 1196, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .menu_search_popup .search_close:hover {
  color: #2A85FF;
  border-color: #2A85FF;
}

/* line 1201, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .menu_search_popup .menu_search_popup_field {
  max-width: 562px;
  position: relative;
  flex: 562px 0 0;
}

@media (max-width: 767.98px) {
  /* line 1201, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .menu_search_popup .menu_search_popup_field {
    flex: 70% 0 0;
    max-width: 70%;
  }
}

/* line 1209, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .menu_search_popup .menu_search_popup_field input {
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  font-size: 14px;
  color: #171717;
  padding: 10px 20px 10px 0px;
  font-weight: 400;
}

/* line 1217, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .menu_search_popup .menu_search_popup_field input::placeholder {
  color: #6e446e;
}

/* line 1220, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .menu_search_popup .menu_search_popup_field input:focus {
  border-color: #171717;
}

/* line 1224, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .menu_search_popup .menu_search_popup_field button {
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  height: 100%;
  width: 30px;
  line-height: 1;
  text-align: right;
}

/* line 1235, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
header.tinyapp_header .header_area .menu_search_popup .menu_search_popup_field button i {
  font-size: 18px;
  color: #171717;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  /* line 1243, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .primary_btn {
    padding: 10px 12px;
    font-size: 13px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
}

@media (max-width: 767.98px) {
  /* line 1251, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
  header.tinyapp_header .header_area .primary_btn span {
    display: none;
  }
}

/* line 1259, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
.large_categorySearch {
  width: 636px;
  height: 50px;
  border: 1.5px solid #f1f1f1;
  border-radius: 5px;
  background: #f9f9fd;
}

/* line 1265, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
.large_categorySearch .input-group-prepend {
  background: transparent;
}

/* line 1267, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
.large_categorySearch .input-group-prepend .input-group-text {
  background: transparent;
  border: 0;
  padding: 0 10px 0 20px;
}

/* line 1273, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
.large_categorySearch input.form-control {
  border: 0;
  height: 100%;
  background: #f9f9fd !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 400;
  color: #171717;
}

/* line 1281, ../../../../../laragon/www/tinyhrm/scss/_header_1.scss */
.large_categorySearch input.form-control::placeholder {
  color: #687083;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
.slicknav_menu .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  padding-bottom: 3px;
  position: absolute;
  top: 0px;
}

/* line 9, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
.slicknav_nav a {
  font-size: 14px;
  color: #000;
  font-family: "DM Sans", sans-serif;
  text-transform: capitalize;
  font-weight: 400;
}

/* line 17, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 9.5px 15px;
  margin: 0;
}

@media (max-width: 991.98px) {
  /* line 22, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
  .slicknav_nav .slicknav_item a i {
    display: none;
  }
}

/* line 27, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
.slicknav_arrow {
  position: absolute;
  right: 0;
  width: 40px;
  height: 37px;
  text-align: center;
  line-height: 40px;
  top: 0;
}

/* line 36, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
.slicknav_nav li {
  display: block;
  border-bottom: none;
  position: relative;
}

/* line 42, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
.mobile_menu .slicknav_nav ul.submenu {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: #f7f7f7;
}

/* line 49, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
.mobile_menu .slicknav_nav ul.submenu li a {
  font-size: 16px;
}

/* line 54, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
.mobile_menu .slicknav_nav .slicknav_arrow {
  margin: 0;
}

/* line 59, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
.slicknav_nav .slicknav_row:hover {
  color: #fd1c5e;
}

/* line 62, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
.slicknav_nav a:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  color: #fd1c5e;
}

/* line 70, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
.slicknav_menu .slicknav_icon-bar {
  background-color: #071a3c !important;
  height: 2px;
  margin: 3px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 18px;
  position: relative;
}

/* line 80, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
.slicknav_menu .slicknav_icon {
  margin-right: 0px;
  width: 18px;
  height: 18px;
  margin: 0;
}

/* line 86, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
.mobile_menu {
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 9999999;
}

/* line 92, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
.slicknav_btn {
  right: 12px;
  margin-top: -50px;
}

/* line 96, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
.slicknav_nav {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 5px 7px 0 rgba(13, 0, 36, 0.07);
  padding: 15px 6px;
  margin-top: 0px;
}

/* line 103, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 6.5px 20px;
  margin: 0;
  font-family: "DM Sans", sans-serif;
}

/* line 109, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 6.5px 20px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  /* line 117, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
  .slicknav_btn {
    right: auto;
    left: 8px;
    position: absolute;
  }
}

@media (max-width: 767.98px) {
  /* line 124, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
  .slicknav_menu .slicknav_icon {
    position: absolute;
    top: -70px;
    right: auto;
    left: 0;
  }
}

/* line 134, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
.tinyapp_header .slicknav_menu .slicknav_icon {
  top: 4px;
  left: auto !important;
  right: 7px;
}

@media (max-width: 767.98px) {
  /* line 134, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
  .tinyapp_header .slicknav_menu .slicknav_icon {
    left: 0 !important;
    right: auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 134, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
  .tinyapp_header .slicknav_menu .slicknav_icon {
    top: 6px;
  }
}

/* line 146, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
.tinyapp_header .slicknav_menu .slicknav_icon-bar {
  background-color: #2A85FF !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 146, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
  .tinyapp_header .slicknav_menu .slicknav_icon-bar {
    background-color: #2A85FF !important;
  }
}

/* line 152, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
.tinyapp_header .slicknav_btn {
  right: 0px;
  left: left;
  float: right;
}

/* line 157, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
.tinyapp_header .slicknav_nav .slicknav_row,
.tinyapp_header .slicknav_nav a {
  font-family: "DM Sans", sans-serif;
}

/* line 161, ../../../../../laragon/www/tinyhrm/scss/_mobile_menu.scss */
.tinyapp_header .slicknav_nav a:hover {
  color: #2A85FF;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/tinyhrm/scss/_menu_animation.scss */
.slicknav_btn {
  padding: 0px;
  border: 0px;
}

/* line 6, ../../../../../laragon/www/tinyhrm/scss/_menu_animation.scss */
.slicknav_btn .slicknav_icon-bar {
  background-color: #ff4357;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  display: block;
  width: 18px;
  height: 2px;
}

/* line 16, ../../../../../laragon/www/tinyhrm/scss/_menu_animation.scss */
.home_2 .slicknav_btn .slicknav_icon-bar {
  background-color: #4543de;
}

/* line 20, ../../../../../laragon/www/tinyhrm/scss/_menu_animation.scss */
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 3px;
}

/* line 24, ../../../../../laragon/www/tinyhrm/scss/_menu_animation.scss */
.slicknav_btn .slicknav_icon-bar:nth-child(2) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 30, ../../../../../laragon/www/tinyhrm/scss/_menu_animation.scss */
.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 36, ../../../../../laragon/www/tinyhrm/scss/_menu_animation.scss */
.slicknav_btn .slicknav_icon-bar:nth-child(3) {
  opacity: 1;
}

/* line 40, ../../../../../laragon/www/tinyhrm/scss/_menu_animation.scss */
.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(3) {
  opacity: 0;
}

/* line 44, ../../../../../laragon/www/tinyhrm/scss/_menu_animation.scss */
.slicknav_btn .slicknav_icon-bar:nth-child(1) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 0;
}

/* line 51, ../../../../../laragon/www/tinyhrm/scss/_menu_animation.scss */
.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 4px;
  position: relative;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox {
  display: inline-block;
  position: relative;
  margin: 0;
  align-items: center;
}

/* line 6, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox h5 {
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #171717;
  margin-bottom: 0;
}

/* line 13, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox .label_name {
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #687083;
  margin-bottom: 0;
}

/* line 21, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.white_checkbox .checkmark:after {
  border-color: #fff;
}

/* line 25, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox .checkmark {
  position: relative;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
  line-height: 18px;
  flex: 18px 0 0;
  border-radius: 3px;
}

/* line 42, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

/* line 51, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox input:checked ~ .checkmark:after {
  width: 100%;
  height: 100%;
  border: 0;
  transition: 0.3s;
  transform: scale(0);
}

/* line 60, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox input:checked ~ .checkmark {
  background: #2A85FF;
  transition: 0.3s;
}

/* line 66, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox input:checked ~ .checkmark::before {
  content: "\e64c";
  font-family: "themify";
  position: absolute;
  display: block;
  top: 0px;
  left: 3px;
  text-indent: 1px;
  color: #828bb2;
  background-color: transparent;
  border: 0px;
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  transform: rotate(8deg);
  font-size: 10px;
  font-weight: 600;
  line-height: 18px;
  z-index: 99;
  color: #fff;
  transition: 0.3s;
}

/* line 90, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox .checkmark:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  background: transparent;
  border-radius: 3px;
  border: 1px solid #f1ece8;
  transition: 0.3s;
  transform: scale(1);
}

/* line 105, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style2 .checkmark:after,
.primary_checkbox.style2 .checkmark {
  border-radius: 50%;
}

/* line 109, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style2 .checkmark {
  width: 15px;
  height: 15px;
  line-height: 15px;
  flex: 15px 0 0;
}

/* line 115, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style2 input:checked ~ .checkmark::before {
  top: 0px;
  left: 3px;
  border: 0px;
  font-size: 8px;
  line-height: 15px;
}

/* line 122, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style2 .checkmark:after {
  width: 15px;
  height: 15px;
}

/* line 128, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style3 .checkmark:after,
.primary_checkbox.style3 .checkmark {
  border-radius: 7.5px;
}

/* line 132, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style3 .checkmark {
  width: 20px;
  height: 20px;
  line-height: 20px;
  flex: 20px 0 0;
}

/* line 138, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style3 input:checked ~ .checkmark::before {
  top: 0px;
  left: 3px;
  border: 0px;
  font-size: 11px;
  line-height: 20px;
}

/* line 145, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style3 .checkmark:after {
  width: 20px;
  height: 20px;
}

/* line 149, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style3 .label_name {
  font-size: 12px;
  font-weight: 500;
  color: #171717;
}

/* line 156, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style4 .checkmark:after,
.primary_checkbox.style4 .checkmark {
  border-radius: 50%;
}

/* line 160, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style4 .checkmark {
  width: 19px;
  height: 19px;
  line-height: 19px;
  flex: 19px 0 0;
}

/* line 166, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style4 input:checked ~ .checkmark::before {
  top: 0px;
  left: 3px;
  border: 0px;
  font-size: 11px;
  line-height: 19px;
}

/* line 173, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style4 .checkmark:after {
  width: 19px;
  height: 19px;
  border: 5px solid #687083;
}

/* line 178, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style4 .label_name {
  font-size: 14px;
  font-weight: 500;
  color: #8F92A1;
}

/* line 185, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style5 .checkmark:after,
.primary_checkbox.style5 .checkmark {
  border-radius: 4px;
}

/* line 189, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style5 .checkmark {
  width: 16px;
  height: 16px;
  line-height: 16px;
  flex: 16px 0 0;
}

/* line 195, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style5 input:checked ~ .checkmark::before {
  top: 1px;
  left: 1px;
  border: 0px;
  font-size: 11px;
  line-height: 16px;
}

/* line 203, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style5 .checkmark:after {
  width: 16px;
  height: 16px;
}

/* line 208, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style5 .label_name {
  font-size: 12px;
  font-weight: 500;
  color: #171717;
  font-family: "DM Sans", sans-serif;
}

/* line 216, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style6 .checkmark:after,
.primary_checkbox.style6 .checkmark {
  border-radius: 50%;
}

/* line 220, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style6 .checkmark {
  width: 18px;
  height: 18px;
  line-height: 18px;
  flex: 18px 0 0;
  background: #fff !important;
  border: 1px solid #e1e2e6;
}

/* line 228, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style6 input:checked ~ .checkmark::after {
  width: 10px;
  height: 10px;
  border: 0;
  transition: 0.3s;
  transform: scale(1);
  background: red;
  border: 0 !important;
  left: 3px;
  top: 3px;
}

/* line 239, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style6 input:checked ~ .checkmark {
  border: 1px solid #fd4949;
}

/* line 242, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style6 input:checked ~ .checkmark::before {
  display: none;
}

/* line 245, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style6 .checkmark:after {
  width: 10px;
  height: 10px;
  left: 3px;
  top: 3px;
  border: 0 !important;
}

/* line 252, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style6 .checkmark::before {
  display: none;
}

/* line 255, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_checkbox.style6 .label_name {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
}

/* line 263, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox {
  display: inline-block;
  position: relative;
  margin: 0;
  align-items: center;
  width: 35px;
  height: 35px;
}

/* line 270, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox h5 {
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #171717;
  margin-bottom: 0;
}

/* line 277, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox .label_name {
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #656565;
  margin-bottom: 0;
}

/* line 285, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox.white_checkbox .checkmark:after {
  border-color: #fff;
}

/* line 289, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox .checkmark {
  position: relative;
  width: 35px;
  height: 35px;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
  line-height: 18px;
  flex: 35px 0 0;
  border-radius: 50%;
  border: 1px solid #f1f1f1;
}

/* line 302, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

/* line 313, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox input:checked ~ .checkmark {
  border-color: #2A85FF;
}

/* line 316, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox .checkmark::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #2A85FF;
  border-radius: 50%;
  left: 4px;
  top: 4px;
}

/* line 326, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox input:checked ~ .checkmark::after {
  border-color: #2A85FF;
}

/* line 329, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox .checkmark:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  width: 35px;
  height: 35px;
  background: transparent;
  border-radius: 50%;
  transition: 0.3s;
  transform: scale(1);
}

/* line 344, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox.black_check input:checked ~ .checkmark {
  border-color: #000000;
}

/* line 347, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox.black_check .checkmark::before {
  background: #000;
}

/* line 353, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox.blue_check input:checked ~ .checkmark {
  border-color: #1f73be;
}

/* line 356, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox.blue_check .checkmark::before {
  background: #1f73be;
}

/* line 361, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox.gray_check input:checked ~ .checkmark {
  border-color: #d6d6d6;
}

/* line 364, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox.gray_check .checkmark::before {
  background: #d6d6d6;
}

/* line 369, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox.paste_check input:checked ~ .checkmark {
  border-color: #81d742;
}

/* line 372, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox.paste_check .checkmark::before {
  background: #81d742;
}

/* line 377, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox.brouwn_check input:checked ~ .checkmark {
  border-color: #dd9a32;
}

/* line 380, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox.brouwn_check .checkmark::before {
  background: #dd9a32;
}

/* line 385, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox.violate_check input:checked ~ .checkmark {
  border-color: #8224e2;
}

/* line 388, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox.violate_check .checkmark::before {
  background: #8224e2;
}

/* line 393, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox.red_check input:checked ~ .checkmark {
  border-color: #ef3736;
}

/* line 396, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox.red_check .checkmark::before {
  background: #ef3736;
}

/* line 401, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox.yellow_check input:checked ~ .checkmark {
  border-color: #eeee22;
}

/* line 404, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox.yellow_check .checkmark::before {
  background: #eeee22;
}

/* line 409, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox2 {
  display: inline-block;
  position: relative;
  margin: 0;
  align-items: center;
  width: 35px;
  height: 35px;
}

/* line 416, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox2 h5 {
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #171717;
  margin-bottom: 0;
}

/* line 423, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox2 .label_name {
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #656565;
  margin-bottom: 0;
}

/* line 431, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox2.white_checkbox .checkmark:after {
  border-color: #fff;
}

/* line 435, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox2 .checkmark {
  position: relative;
  width: 35px;
  height: 35px;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
  line-height: 18px;
  flex: 35px 0 0;
  border-radius: 50%;
  border: 1px solid #f1f1f1;
}

/* line 448, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox2 input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

/* line 459, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox2 .check_bg_color {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #2A85FF;
  border-radius: 50%;
  left: 4px;
  top: 4px;
}

/* line 468, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.round_checkbox2 input:checked ~ .checkmark {
  border-color: #2A85FF;
}

/* line 472, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox {
  display: inline-block;
  position: relative;
  margin: 0;
  align-items: center;
  width: 24px;
  height: 24px;
}

/* line 479, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox h5 {
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #171717;
  margin-bottom: 0;
}

/* line 486, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox .label_name {
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #656565;
  margin-bottom: 0;
}

/* line 494, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox.white_checkbox .checkmark:after {
  border-color: #fff;
}

/* line 498, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox .checkmark {
  position: relative;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
  line-height: 18px;
  flex: 24px 0 0;
  border-radius: 50%;
}

/* line 510, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

/* line 521, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox input:checked ~ .checkmark {
  border-color: #2A85FF;
}

/* line 524, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox .checkmark::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #2A85FF;
  border-radius: 50%;
  left: 3px;
  top: 3px;
}

/* line 534, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox input:checked ~ .checkmark::after {
  border-color: transparent;
  transform: scale(0);
}

/* line 538, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox input:checked ~ .checkmark::before {
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
}

/* line 544, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox .checkmark:after {
  position: absolute;
  display: block;
  top: -1;
  left: -1;
  content: "";
  width: 24px;
  height: 24px;
  background: transparent;
  border-radius: 50%;
  transition: 0.3s;
  transform: scale(1);
  border: 1px solid #c3c6ce;
}

/* line 560, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox.black_check input:checked ~ .checkmark {
  border-color: #000000;
}

/* line 563, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox.black_check .checkmark::before {
  background: #000;
}

/* line 569, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox.blue_check input:checked ~ .checkmark {
  border-color: #1f73be;
}

/* line 572, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox.blue_check .checkmark::before {
  background: #1f73be;
}

/* line 577, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox.gray_check input:checked ~ .checkmark {
  border-color: #d6d6d6;
}

/* line 580, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox.gray_check .checkmark::before {
  background: #d6d6d6;
}

/* line 585, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox.paste_check input:checked ~ .checkmark {
  border-color: #81d742;
}

/* line 588, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox.paste_check .checkmark::before {
  background: #81d742;
}

/* line 593, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox.brouwn_check input:checked ~ .checkmark {
  border-color: #dd9a32;
}

/* line 596, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox.brouwn_check .checkmark::before {
  background: #dd9a32;
}

/* line 601, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox.violate_check input:checked ~ .checkmark {
  border-color: #8224e2;
}

/* line 604, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox.violate_check .checkmark::before {
  background: #8224e2;
}

/* line 609, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox.red_check input:checked ~ .checkmark {
  border-color: #ef3736;
}

/* line 612, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox.red_check .checkmark::before {
  background: #ef3736;
}

/* line 617, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox.yellow_check input:checked ~ .checkmark {
  border-color: #eeee22;
}

/* line 620, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.smallRound_checkbox.yellow_check .checkmark::before {
  background: #eeee22;
}

/* line 626, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.play_button {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  color: #171717;
  display: inline-block;
  text-align: center;
  line-height: 100px;
  position: relative;
  font-size: 24px;
  transition: 0.3s;
  cursor: pointer;
}

/* line 639, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.play_button:hover {
  background: #2A85FF;
  color: #fff;
}

/* line 644, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.play_button2 {
  width: 80px;
  height: 80px;
  background: transparent;
  border-radius: 50%;
  color: #2A85FF;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  position: relative;
  font-size: 13px;
  transition: 0.3s;
  cursor: pointer;
  border: 1.5px solid #2A85FF;
}

/* line 658, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.play_button2:hover {
  background: #2A85FF;
  color: #fff;
}

/* line 664, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.theme__overlay {
  position: relative;
  z-index: 2;
}

/* line 667, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.theme__overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a0b21;
  opacity: 0.4;
  z-index: -1;
}

/* line 680, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.lms_tabmenu {
  background: #f8f8fe;
  border-radius: 10px;
  display: inline-flex;
}

/* line 685, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.lms_tabmenu li a {
  font-size: 16px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  color: #171717;
  border-radius: 10px;
  padding: 13px 39px;
}

@media (max-width: 767.98px) {
  /* line 685, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
  .lms_tabmenu li a {
    padding: 13px 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 685, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
  .lms_tabmenu li a {
    padding: 13px 27px;
  }
}

/* line 698, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.lms_tabmenu li a.active {
  background: #2A85FF;
  color: #fff;
  border-radius: 10px;
}

/* line 707, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.theme_border {
  border-top: 1px solid #e9e7f7;
}

/* line 713, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.theme_according button::before {
  left: 5px;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "\e622";
  font-family: "themify";
  font-size: 10px;
  color: #090b17;
  font-weight: 900;
  top: 17px;
}

/* line 725, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.theme_according button.collapsed::before {
  content: "\e61a";
  font-family: "themify";
}

/* line 732, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.theme_according .card {
  margin-bottom: 15px;
  border: 0;
}

/* line 735, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.theme_according .card .card-header {
  border: 0;
  border-bottom: 1px solid #f1ece8;
  border-radius: 0px;
  background: transparent;
  padding: 0;
}

/* line 742, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.theme_according .card .card-header h5 button {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #171717;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: 0;
  padding: 11.5px 25px 13px 30px;
  text-decoration: none !important;
  text-align: left;
  box-shadow: none;
}

@media (max-width: 767.98px) {
  /* line 742, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
  .theme_according .card .card-header h5 button {
    flex-wrap: wrap;
  }
}

/* line 758, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.theme_according .card .card-header h5 button span {
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #171717;
}

/* line 768, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.theme_according .card-body {
  padding: 0;
  padding-top: 0px;
  background: #f9f9fd;
  padding: 30px 65px 36px 55px;
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  /* line 768, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
  .theme_according .card-body {
    padding: 30px 25px 36px 48px;
  }
}

/* line 777, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.theme_according .card-body h5 {
  font-size: 16px;
  font-weight: 500;
  color: #171717;
  margin-bottom: 15px;
  position: relative;
}

/* line 783, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.theme_according .card-body h5 i {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 10px;
  color: #171717;
  left: -20px;
}

/* line 792, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.theme_according .card-body p {
  font-size: 14px;
  font-weight: 400;
  color: #687083;
  line-height: 1.86;
  margin-bottom: 0;
}

/* line 802, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_bulet_checkbox {
  display: inline-block;
  position: relative;
  margin: 0;
  align-items: center;
}

/* line 807, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_bulet_checkbox h5 {
  font-size: 16px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #171717;
  margin-bottom: 0;
}

/* line 814, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_bulet_checkbox .label_name {
  font-size: 16px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #171717;
  margin-bottom: 0;
}

/* line 822, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_bulet_checkbox.white_checkbox .checkmark:after {
  border-color: #fff;
}

/* line 826, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_bulet_checkbox .checkmark {
  position: relative;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
  line-height: 18px;
  flex: 18px 0 0;
  border-radius: 50%;
}

/* line 843, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_bulet_checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

/* line 852, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_bulet_checkbox input:checked ~ .checkmark:after {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  transform: scale(1);
  border-color: #2A85FF;
}

/* line 859, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_bulet_checkbox input:checked ~ .checkmark {
  transition: 0.3s;
}

/* line 865, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_bulet_checkbox input:checked ~ .checkmark::before {
  transform: translate(-50%, -50%) scale(1);
}

/* line 868, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_bulet_checkbox .checkmark::before {
  position: absolute;
  background: #2A85FF;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.3s;
}

/* line 880, ../../../../../laragon/www/tinyhrm/scss/_predefine.scss */
.primary_bulet_checkbox .checkmark:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #e9e7f7;
  transition: 0.3s;
  transform: scale(1);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_input {
  height: 54px;
  border-radius: 10px;
  border: 1px solid #E2E8F0;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #171717;
  padding: 10px 20px;
  width: 100%;
}

/* line 11, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_input::placeholder {
  font-size: 14px;
  color: #8e8e8e;
  text-transform: capitalize;
}

/* line 17, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_input3 {
  height: 50px;
  border: 1px solid #f1ece8;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #171717;
  padding: 15px 25px;
  width: 100%;
  box-shadow: none !important;
}

/* line 27, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_input3.style2 {
  padding: 15px 20px;
}

/* line 30, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_input3.style3 {
  border-color: #F4F4F6;
}

/* line 33, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_input3.style4 {
  border-color: #F4F4F6;
  padding: 20px;
}

/* line 37, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_input3.style5 {
  border-color: #F4F4F6;
  padding: 15px 20px;
}

/* line 41, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_input3.style6 {
  border-color: #e3e3e3;
  padding: 15px 20px;
  height: 45px;
  color: #171717;
}

/* line 46, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_input3.style6::placeholder {
  color: #687083;
}

/* line 50, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_input3.radius_5px {
  border-radius: 5px;
}

/* line 53, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_input3.radius_3px {
  border-radius: 3px;
}

/* line 56, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_input3.bg_style1 {
  background-color: #f9f9fd;
}

/* line 59, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_input3.border_style2 {
  border: 1px solid #e1e2e6;
}

/* line 62, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_input3::placeholder {
  color: #687083;
}

/* line 66, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_input4 {
  height: 50px;
  border: 1px solid #ebebeb;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #171717;
  padding: 15px 20px;
  width: 100%;
  background: transparent;
}

/* line 76, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_input4::placeholder {
  color: #676e8b;
}

/* line 80, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_input2 {
  height: 60px;
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #171717;
  padding: 0px 25px 25px 0;
  width: 100%;
}

/* line 91, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_input2::placeholder {
  font-size: 16px;
  color: #677294;
  text-transform: capitalize;
}

/* line 97, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_input5 {
  height: 40px;
  border: 1px solid #e3e3e3;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #171717;
  padding: 15px;
  width: 100%;
  box-shadow: none !important;
}

/* line 107, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_input5.border_style2 {
  border: 1px solid #e1e2e6;
}

/* line 110, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_input5::placeholder {
  color: #687083;
}

/* line 114, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.custom_input_group {
  height: 50px;
}

/* line 117, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.custom_input_group .input-group-prepend .input-group-text {
  min-width: 242px;
  max-width: 242px;
  background: #395799;
  border: 0;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 24px;
}

@media (max-width: 767.98px) {
  /* line 117, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
  .custom_input_group .input-group-prepend .input-group-text {
    min-width: 40px;
    max-width: 40px;
    flex: 40px 0 0;
    padding-left: 20px;
    padding-right: 35px;
    width: 40px;
  }
}

/* line 133, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.custom_input_group .input-group-prepend .input-group-text.twitter_bg {
  background: #1babf0;
}

/* line 136, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.custom_input_group .input-group-prepend .input-group-text.linkedin_bg {
  background: #dd5143;
}

/* line 139, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.custom_input_group .input-group-prepend .input-group-text.youtube_bg {
  background: #ff0000;
}

/* line 142, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.custom_input_group .input-group-prepend .input-group-text i {
  font-size: 16px;
  color: #fff;
  margin-right: 14px;
}

/* line 147, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.custom_input_group .input-group-prepend .input-group-text span {
  font-size: 16px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  color: #fff;
}

@media (max-width: 767.98px) {
  /* line 147, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
  .custom_input_group .input-group-prepend .input-group-text span {
    display: none;
  }
}

/* line 158, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.custom_input_group input {
  height: 50px;
  border: 1px solid #ebebeb !important;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #171717;
  padding: 15px 20px;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* line 169, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.custom_input_group input::placeholder {
  color: #676e8b;
}

/* line 174, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_textarea {
  height: 150px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #171717;
  padding: 15px 20px;
  width: 100%;
}

/* line 184, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_textarea::placeholder {
  font-size: 14px;
  color: #8e8e8e;
  text-transform: capitalize;
}

/* line 190, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_textarea3 {
  height: 180px;
  border: 1px solid #f1ece8;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #171717;
  padding: 21px 25px;
  width: 100%;
  background: #f9f9fd;
}

/* line 200, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_textarea3.radius_5px {
  border-radius: 5px;
}

/* line 203, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_textarea3:focus {
  outline: none;
}

/* line 206, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_textarea3::placeholder {
  color: #8F92A1;
}

/* line 210, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_textarea4 {
  height: 130px;
  border: 1px solid #F4F4F6;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #171717;
  padding: 15px 20px;
  width: 100%;
  background: transparent;
}

/* line 220, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_textarea4:focus {
  outline: none;
}

/* line 223, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_textarea4::placeholder {
  color: #8F92A1;
}

/* line 227, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_label {
  font-size: 14px;
  font-weight: 500;
  color: #171717;
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  font-family: "DM Sans", sans-serif;
}

/* line 236, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_label2 {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #8F92A1;
  display: block;
  margin-bottom: 4px;
  line-height: 1;
  letter-spacing: -0.4px;
}

/* line 245, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_label2.style2 {
  margin-bottom: 11px;
}

/* line 248, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_label2.style3 {
  margin-bottom: 7px;
}

/* line 251, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_label2.style4 {
  margin-bottom: 12px;
  font-weight: 600;
  color: #00124e;
}

/* line 256, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_label2 span {
  color: #fd4949;
}

/* line 260, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_textarea2 {
  height: 130px;
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #f0e7e2;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #171717;
  padding: 3px 25px 0 0;
  width: 100%;
}

/* line 271, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_textarea2::placeholder {
  font-size: 14px;
  color: #677294;
  text-transform: capitalize;
}

/* line 278, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_line_input {
  height: 50px;
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #E2E8F0;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #171717;
  padding: 10px 0px;
  width: 100%;
  box-shadow: none !important;
  background: transparent;
  letter-spacing: -0.2px;
}

/* line 292, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_line_input.style2 {
  font-weight: 400;
  border-color: #f1f1f1;
}

/* line 295, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_line_input.style2::placeholder {
  font-size: 14px;
  color: #373737;
  text-transform: capitalize;
  font-weight: 400;
}

/* line 302, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_line_input.style3 {
  font-weight: 400;
  color: #171717;
  font-weight: 500;
}

/* line 306, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_line_input.style3::placeholder {
  font-size: 14px;
  color: #9d9d9d;
  text-transform: capitalize;
  font-weight: 500;
}

/* line 313, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_line_input.style4 {
  font-weight: 400;
  color: #171717;
  font-size: 16px;
  border-bottom: 1px solid #f1ece8;
}

/* line 318, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_line_input.style4::placeholder {
  font-size: 16px;
  color: #687083;
  font-weight: 400;
}

/* line 324, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_line_input::placeholder {
  font-size: 16px;
  color: #A0AEC0;
  text-transform: capitalize;
  font-weight: 700;
}

/* line 331, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_line_textarea {
  height: 120px;
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #171717;
  padding: 15px 0px;
  width: 100%;
  resize: none;
  box-shadow: none !important;
}

/* line 344, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_line_textarea.style2 {
  font-weight: 400;
  border-color: #f1f1f1;
}

/* line 347, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_line_textarea.style2::placeholder {
  font-size: 14px;
  color: #373737;
  text-transform: capitalize;
  font-weight: 400;
}

/* line 353, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_line_textarea.style2:focus {
  outline: none;
}

/* line 357, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_line_textarea.style3 {
  font-weight: 500;
  border-bottom: 1px solid rgba(104, 112, 131, 0.2);
  color: #171717;
}

/* line 361, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_line_textarea.style3::placeholder {
  font-size: 14px;
  color: #9d9d9d;
  text-transform: capitalize;
  font-weight: 500;
}

/* line 367, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_line_textarea.style3:focus {
  outline: none;
}

/* line 371, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_line_textarea.style4 {
  font-weight: 400;
  font-size: 16px;
  border-color: #f1ece8;
  height: 140px;
}

/* line 376, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_line_textarea.style4::placeholder {
  font-size: 16px;
  color: #687083;
  font-weight: 400;
}

/* line 381, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_line_textarea.style4:focus {
  outline: none;
}

/* line 385, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.primary_line_textarea::placeholder {
  font-size: 14px;
  color: #676e8b;
  text-transform: capitalize;
}

/* line 392, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.contact_section {
  padding: 100px 0 70px 0;
}

@media (max-width: 767.98px) {
  /* line 392, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
  .contact_section {
    padding: 70px 0 40px 0;
  }
}

/* line 397, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.contact_section .home10_title {
  margin-bottom: 76px;
}

@media (max-width: 767.98px) {
  /* line 397, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
  .contact_section .home10_title {
    margin-bottom: 40px;
  }
}

/* line 402, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.contact_section .home10_title p {
  font-size: 14px;
  color: #373737;
  margin-bottom: 11px;
}

/* line 407, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.contact_section .home10_title h3 {
  line-height: 1.25;
}

/* line 412, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.contact_section .contact_title span {
  margin-bottom: 20px;
  color: #373737;
}

/* line 416, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.contact_section .contact_title h4 {
  font-size: 30px;
  font-weight: 700;
  color: #171717;
}

@media (max-width: 767.98px) {
  /* line 416, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
  .contact_section .contact_title h4 {
    font-size: 25px;
  }
}

/* line 426, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.contact_section .address_lines .single_address_line {
  display: grid;
  grid-template-columns: 71px auto;
  grid-gap: 20px;
  margin-bottom: 23px;
  align-items: flex-start;
}

/* line 432, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.contact_section .address_lines .single_address_line span {
  font-size: 16px;
  font-weight: 700;
  color: #171717;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 440, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.contact_section .address_lines .single_address_line p {
  font-size: 14px;
  font-weight: 400;
  color: #676e8b;
}

/* line 447, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.contact_section .contact_form_box {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 60px;
}

/* line 451, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.contact_section .contact_form_box .contact_title {
  margin-bottom: 29px;
}

/* line 455, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.contact_section .contact_address {
  padding-top: 50px;
}

@media (max-width: 767.98px) {
  /* line 455, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
  .contact_section .contact_address {
    padding-top: 40px;
  }
}

/* line 463, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.contact_map {
  padding: 0;
}

/* line 465, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.contact_map #contact-map {
  height: 300px;
}

@media (max-width: 767.98px) {
  /* line 465, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
  .contact_map #contact-map {
    height: 250px;
  }
}

/* line 474, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.contact_wiz_box .contact_box_title {
  margin-bottom: 11px;
}

/* line 477, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.contact_wiz_box .contact_box_desc {
  font-size: 24px;
  line-height: 1.42;
  color: #171717;
  font-weight: 700;
}

/* line 483, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.contact_wiz_box .contact_link {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
}

/* line 487, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.contact_wiz_box .contact_link a {
  width: 40px;
  height: 40px;
  border: 1px solid #f1ece8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #171717;
  font-size: 18px;
}

/* line 496, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.contact_wiz_box .contact_link a:hover {
  color: #2A85FF;
}

/* line 504, ../../../../../laragon/www/tinyhrm/scss/_contact.scss */
.contact_box_wrapper .contact_wiz_box {
  margin-bottom: 34px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/tinyhrm/scss/_main_content.scss */
.app_main {
  padding-left: 250px;
  width: 100%;
  padding-top: 0px !important;
  transition: .5s;
  position: relative;
  min-height: 100vh;
}

@media (max-width: 991.98px) {
  /* line 1, ../../../../../laragon/www/tinyhrm/scss/_main_content.scss */
  .app_main {
    padding: 0;
  }
}

/*----------------------------------------------------*/
/* -------------------------------------------------------------------------- */
/*                              INDIVIDUAL FOOTER                             */
/* -------------------------------------------------------------------------- */
/*----------------------------------------------------*/
/************ sidebar css here ************/
/* line 2, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar {
  background-color: #fff;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99;
  padding-bottom: 50px;
  position: fixed;
  width: 250px;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  transition: 0.3s;
  border-right: 1px solid #f4f4f6;
}

@media (max-width: 991.98px) {
  /* line 2, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
  .sidebar {
    z-index: 9990;
  }
}

/* line 21, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar .small_logo {
  display: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 24, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
  .sidebar.hide_vertical_menu {
    left: -20%;
  }
}

@media (min-width: 1201px) {
  /* line 24, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
  .sidebar.hide_vertical_menu {
    left: -250px;
  }
}

@media (max-width: 991.98px) {
  /* line 2, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
  .sidebar {
    left: -280px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 0;
    width: 280px;
    background: #fff;
  }
}

/* line 39, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar .logo {
  margin: 0px;
  background: #fff;
  padding: 30px 24px;
  margin-bottom: 0px;
}

/* line 46, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar .logo .large_logo img {
  width: 100%;
}

@media (max-width: 767.98px) {
  /* line 46, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
  .sidebar .logo .large_logo img {
    width: 140px;
  }
}

@media (max-width: 767.98px) {
  /* line 39, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
  .sidebar .logo {
    padding: 30px;
  }
}

/* line 57, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar .menu-text {
  font-size: 12px;
  color: #b1bdcb;
  font-weight: 600;
  margin: 0;
  padding: 12px 0 12px 24px;
  text-transform: uppercase;
}

/* line 64, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar .menu-text i {
  display: none;
}

/* line 69, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle i {
  font-size: 18px;
  margin-right: 12px;
  color: #f8dbdd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 75, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #eee;
  padding: 10px 25px 10px 40px;
  width: 100%;
  display: flex;
  align-items: center;
  transition: 0.3s;
  position: relative;
  z-index: 0;
  border-top: 1px solid transparent;
  background: transparent;
}

/* line 90, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a::before {
  position: absolute;
  right: 0;
  background: #111;
  width: 0px;
  top: 0;
  bottom: 0;
  content: "";
  opacity: 0;
  transition: 0.3s;
  right: 0px;
  visibility: hidden;
}

/* line 104, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.current_active i {
  color: #111;
}

/* line 107, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.current_active::before {
  opacity: 1;
  width: 3px;
  visibility: visible;
}

/* line 113, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a:hover::before {
  opacity: 1;
  right: 0;
  visibility: visible;
  width: 3px;
}

/* line 119, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.normal_title {
  padding: 28px 25px 18px 40px;
  background: #fff7f8;
  border-top: 1px solid #eee1e2;
}

/* line 123, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.normal_title:after {
  position: absolute;
  right: 40px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  color: #cec1c2;
  font-weight: 600;
  font-size: 14px;
}

/* line 134, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.normal_title.collapsed {
  padding: 10px 25px 10px 40px;
  background: #fff;
  border-top: 1px solid transparent;
}

/* line 138, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.normal_title.collapsed:after {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  color: #cec1c2;
  font-weight: 600;
  font-size: 14px;
}

/* line 152, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle:hover {
  background-color: #101010;
}

/* line 154, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle:hover i {
  color: #111;
}

/* line 159, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar .single_menu_item {
  padding-left: 36px;
  margin: 6px 0;
  line-height: 21px;
}

/* line 163, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar .single_menu_item:hover {
  padding-left: 55px !important;
}

/* line 169, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar .sidebar_iner ul li {
  list-style: none;
}

/* line 171, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar .sidebar_iner ul li .submenu {
  background: #fff7f8;
  padding: 0px 0px 0px 70px !important;
  border-bottom: 1px solid #eee1e2;
}

/* line 176, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar .sidebar_iner ul li .submenu li a {
  font-size: 13px;
  line-height: 36px;
  color: #7e7172;
  font-weight: 400;
}

/* line 182, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar .sidebar_iner ul li .submenu li:last-child {
  padding-bottom: 18px;
}

@media (max-width: 991.98px) {
  /* line 192, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
  .active_sidebar {
    left: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  }
}

/* line 197, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar_close_icon i {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  cursor: pointer;
  color: #171717;
}

/************ sidebar css end ************/
/* line 213, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu > li {
  margin-left: 0px;
}

/* line 215, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu > li a {
  font-size: 14px;
  font-weight: 700;
  color: #1e1e2d;
  padding: 0px 25px 0px 0px;
  background: #fff;
  transition: 0.3s;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  position: relative;
  background: transparent;
  color: #171717;
  font-family: "DM Sans", sans-serif;
  padding: 17px 10px 17px 24px;
  background: #fff;
  border-radius: 0;
  grid-gap: 16px;
}

/* line 234, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu > li a:hover {
  color: #2A85FF !important;
}

/* line 237, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu > li a.active {
  color: #2A85FF !important;
}

/* line 240, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu > li a::after {
  color: #fff;
  opacity: 1;
  font-size: 14px;
  right: 23px;
  color: rgba(162, 180, 174, 0.4);
}

/* line 263, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu > li a i {
  font-size: 15px;
  margin-right: 12px;
  color: #a5adc6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 270, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu > li a .nav_icon_small {
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  background: transparent;
  border-radius: 5px;
  transition: 0.3s;
}

/* line 278, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu > li a .nav_icon_small svg path {
  fill: none;
  stroke-width: 1.5;
  stroke: #8f92a1;
}

/* line 285, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu > li a:hover .nav_icon_small svg path {
  fill: none;
  stroke-width: 1.5;
  stroke: #2a85ff;
}

/* line 292, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu > li > a {
  color: #171717;
}

/* line 296, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu > li.mm-active > a {
  background: #fff;
  border-radius: 30px;
  color: #2A85FF;
  border-radius: 0;
}

/* line 301, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu > li.mm-active > a::after {
  opacity: 1;
  right: 23px;
}

/* line 305, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu > li.mm-active > a::before {
  content: "";
  position: absolute;
  width: 4px !important;
  height: 32px;
  background: #2a85ff;
  border-radius: 0 100px 100px 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 316, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu > li.mm-active > a .nav_icon_small svg path {
  fill: none;
  stroke-width: 1.5;
  stroke: #2a85ff;
}

/* line 326, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu > li.mm-active.metis_dropmenu > a {
  padding-top: 29px;
  padding-bottom: 30px;
  color: #a5adc6;
}

/* line 333, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu > li.mm-active > a i {
  color: #a5adc6;
}

/* line 338, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu > li ul {
  padding: 0px 23px 5px 48px;
  background: transparent;
  border-radius: 0 0 4px 4px;
  margin-left: 0px;
  background: #fff;
  position: relative;
}

/* line 345, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu > li ul::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 0;
  background: #f1f2f4;
  width: 2px;
  border-radius: 30px;
  height: calc(100% - 37px);
}

/* line 359, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu > li ul li:not(:last-child) {
  margin-bottom: 3px;
}

/* line 362, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu > li ul li a {
  font-size: 14px;
  color: #171717;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  padding: 0;
  white-space: nowrap;
  padding: 0;
  padding: 14.5px 9px 14.5px 9px !important;
  margin-top: 0;
  margin-left: 0px;
  text-transform: capitalize;
  border-radius: 10px;
}

/* line 375, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu > li ul li a::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 12px;
  width: 14px;
  height: 14px;
  border: 2px solid #f1f2f4;
  border-top-left-radius: 12px;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(-94deg);
}

/* line 388, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu > li ul li a.active {
  color: #2a85ff !important;
  background: rgba(42, 133, 255, 0.1);
  padding: 14.5px 16px 14.5px 16px !important;
}

/* line 393, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu > li ul li a:hover {
  color: #2a85ff !important;
  background: rgba(42, 133, 255, 0.1);
  padding: 14.5px 16px 14.5px 16px !important;
}

/* line 399, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu > li ul li ul {
  padding-left: 5px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 408, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
  .metismenu .has-arrow::after {
    right: 25px;
  }
}

/* line 414, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu li a img {
  width: 15px;
  height: auto;
}

/* line 420, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu li a .icon_menu {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 32px;
}

/* line 427, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar #sidebar_menu li a .nav_title span {
  font-weight: 700;
}

/* line 433, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar.dark_sidebar {
  background: #1e1e2d;
}

/* line 435, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar.dark_sidebar .logo {
  background: #1e1e2d;
}

/* line 438, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar.dark_sidebar #sidebar_menu > li ul {
  background: #1e1e2d;
}

/* line 442, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar.dark_sidebar #sidebar_menu > li > a {
  color: #8a98b8;
  background: transparent;
}

/* line 445, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar.dark_sidebar #sidebar_menu > li > a span {
  font-family: "DM Sans", sans-serif;
  color: #8a98b8;
}

/* line 450, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar.dark_sidebar #sidebar_menu > li ul li a.active,
.sidebar.dark_sidebar #sidebar_menu > li ul li a:hover {
  background: #1e1e2d !important;
  color: #fff !important;
}

/* line 455, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar.dark_sidebar #sidebar_menu > li.mm-active > a,
.sidebar.dark_sidebar #sidebar_menu > li.mm-active > a.active,
.sidebar.dark_sidebar #sidebar_menu > li > a.active,
.sidebar.dark_sidebar #sidebar_menu > li > a:hover,
.sidebar.dark_sidebar #sidebar_menu > li.mm-active a span,
.sidebar.dark_sidebar #sidebar_menu > li a:hover span {
  background: #1e1e2d;
  color: #cccfd2 !important;
}

/* line 464, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar.dark_sidebar #sidebar_menu > li ul li a {
  color: #acb6c4;
  background: transparent;
}

/* line 468, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar.dark_sidebar #sidebar_menu > li {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 472, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar.dark_sidebar #sidebar_menu > li a::after {
  color: #fff;
}

/* line 477, ../../../../../laragon/www/tinyhrm/scss/_sidebar.scss */
.sidebar .sidebar_title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #91a3c8;
  padding-left: 25px;
  display: inline-block;
  margin: 10px 0;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 3, ../../../../../laragon/www/tinyhrm/scss/_footer.scss */
footer.tinyapp_footer .copyright_area .copy_right_text {
  padding: 17px 0;
}

/* line 5, ../../../../../laragon/www/tinyhrm/scss/_footer.scss */
footer.tinyapp_footer .copyright_area .copy_right_text p {
  margin-bottom: 0;
  font-size: 14px;
  color: #8F92A1;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  text-transform: capitalize;
}

/* line 12, ../../../../../laragon/www/tinyhrm/scss/_footer.scss */
footer.tinyapp_footer .copyright_area .copy_right_text p a {
  color: #2A85FF;
}

/* line 16, ../../../../../laragon/www/tinyhrm/scss/_footer.scss */
footer.tinyapp_footer .copyright_area .copy_right_text .footer_list_links {
  display: flex;
  grid-gap: 35px;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  /* line 16, ../../../../../laragon/www/tinyhrm/scss/_footer.scss */
  footer.tinyapp_footer .copyright_area .copy_right_text .footer_list_links {
    grid-gap: 15px;
  }
}

/* line 24, ../../../../../laragon/www/tinyhrm/scss/_footer.scss */
footer.tinyapp_footer .copyright_area .copy_right_text .footer_list_links a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

/* line 28, ../../../../../laragon/www/tinyhrm/scss/_footer.scss */
footer.tinyapp_footer .copyright_area .copy_right_text .footer_list_links a:hover {
  color: #2A85FF;
}

/* line 34, ../../../../../laragon/www/tinyhrm/scss/_footer.scss */
footer.tinyapp_footer .copyright_area .payment_imgs {
  margin: 20px 0;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/tinyhrm/scss/_widgets.scss */
.summery_widget_box {
  border-radius: 16px;
  border: 1px solid #f4f4f6;
  background: #fff;
  padding: 32px 32px 27px 32px;
}

/* line 6, ../../../../../laragon/www/tinyhrm/scss/_widgets.scss */
.summery_widget_box .summery_icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: #5243aa;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(82, 67, 170, 0.05);
  margin-bottom: 17px;
}

/* line 16, ../../../../../laragon/www/tinyhrm/scss/_widgets.scss */
.summery_widget_box .summery_icon.icon_style_one {
  background: rgba(82, 67, 170, 0.05);
  color: #5243aa;
}

/* line 20, ../../../../../laragon/www/tinyhrm/scss/_widgets.scss */
.summery_widget_box .summery_icon.icon_style_two {
  background: rgba(0, 135, 90, 0.05);
  color: #00875a;
}

/* line 24, ../../../../../laragon/www/tinyhrm/scss/_widgets.scss */
.summery_widget_box .summery_icon.icon_style_three {
  background: rgba(255, 153, 31, 0.05);
  color: #ff991f;
}

/* line 28, ../../../../../laragon/www/tinyhrm/scss/_widgets.scss */
.summery_widget_box .summery_icon.icon_style_four {
  background: rgba(0, 82, 204, 0.05);
  color: #0052cc;
}

/* line 33, ../../../../../laragon/www/tinyhrm/scss/_widgets.scss */
.summery_widget_box .summeryCount {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.4px;
  color: #171717;
  margin-bottom: 3px;
}

/* line 40, ../../../../../laragon/www/tinyhrm/scss/_widgets.scss */
.summery_widget_box .summeryText {
  font-size: 12px;
  font-weight: 700;
  color: #8F92A1;
  letter-spacing: -0.4px;
}

/* line 46, ../../../../../laragon/www/tinyhrm/scss/_widgets.scss */
.summery_widget_box .summery_progress {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.4px;
}

/* line 54, ../../../../../laragon/www/tinyhrm/scss/_widgets.scss */
.todo_widget .todo_item {
  border-bottom: 1px solid #edf2f7;
  padding: 16px 0 16px 0;
}

/* line 57, ../../../../../laragon/www/tinyhrm/scss/_widgets.scss */
.todo_widget .todo_item:first-child {
  padding-top: 0;
}

/* line 63, ../../../../../laragon/www/tinyhrm/scss/_widgets.scss */
.todo_widget .todo_item .todo_content .todo_title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3px;
}

/* line 75, ../../../../../laragon/www/tinyhrm/scss/_widgets.scss */
.salary_widget .salary_info_box {
  background: rgba(0, 82, 204, 0.05);
  border-radius: 16px;
  display: flex;
  grid-gap: 12px;
  padding: 24px;
}

/* line 83, ../../../../../laragon/www/tinyhrm/scss/_widgets.scss */
.salary_widget .salary_info_box p {
  font-size: 12px;
  line-height: 1.5;
  color: #171717;
}

/* line 92, ../../../../../laragon/www/tinyhrm/scss/_widgets.scss */
.progressbar_box .progressbar_title {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 5px 0;
}

/* line 97, ../../../../../laragon/www/tinyhrm/scss/_widgets.scss */
.progressbar_box .progressbar_desc {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}

/* line 106, ../../../../../laragon/www/tinyhrm/scss/_widgets.scss */
.circle_progress.percircle {
  position: relative;
  font-size: 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  float: left;
  margin: 0;
  background-color: rgba(143, 146, 161, 0.1);
}

/* line 115, ../../../../../laragon/www/tinyhrm/scss/_widgets.scss */
.circle_progress.percircle span {
  color: #171717 !important;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.4px;
}

/* line 121, ../../../../../laragon/www/tinyhrm/scss/_widgets.scss */
.circle_progress.percircle:after {
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: #fff;
  width: calc(80px - 16px);
  height: calc(80px - 16px);
}

/* line 135, ../../../../../laragon/www/tinyhrm/scss/_widgets.scss */
.circle_progressbar_warpper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-bottom: 37px;
  grid-gap: 20px;
}

/* line 143, ../../../../../laragon/www/tinyhrm/scss/_widgets.scss */
.take_break_widget {
  border-radius: 16px;
  background-image: url(../img/svg/counter_widget.png);
  width: 202px;
  height: 208px;
  padding: 56px 24px 24px 24px;
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 1000;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 991.98px) {
  /* line 143, ../../../../../laragon/www/tinyhrm/scss/_widgets.scss */
  .take_break_widget {
    display: none !important;
  }
}

/* line 158, ../../../../../laragon/www/tinyhrm/scss/_widgets.scss */
.take_break_widget .break_counter {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  border: 4px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #0052cc;
}

/* line 176, ../../../../../laragon/www/tinyhrm/scss/_widgets.scss */
.take_break_widget .take_break_widget_inner h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.6px;
  margin-bottom: 0;
}

/* line 184, ../../../../../laragon/www/tinyhrm/scss/_widgets.scss */
.take_break_widget .take_break_widget_inner p {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #fff;
  margin-bottom: 11px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/tinyhrm/scss/_card.scss */
.card {
  border-radius: 24px;
  border: 1px solid #f4f4f6;
  background: #fff;
}

/* line 6, ../../../../../laragon/www/tinyhrm/scss/_card.scss */
.card .card-header {
  padding: 32px 32px 24px 32px;
  border-radius: 24px 24px 0 0;
  background: #fff;
  border: 0;
}

@media (max-width: 991.98px) {
  /* line 6, ../../../../../laragon/www/tinyhrm/scss/_card.scss */
  .card .card-header {
    padding: 25px 25px 20px 25px;
  }
}

/* line 18, ../../../../../laragon/www/tinyhrm/scss/_card.scss */
.card .card-body {
  border: 0;
  padding: 0 32px 32px 32px;
}

@media (max-width: 991.98px) {
  /* line 18, ../../../../../laragon/www/tinyhrm/scss/_card.scss */
  .card .card-body {
    padding: 0px 25px 25px 25px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/tinyhrm/scss/_revenue_summery.scss */
.revenue_info_box {
  border: 1px solid #F4F4F6;
  border-radius: 24px;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(137px, 1fr));
  padding: 22px 24px;
}

/* line 8, ../../../../../laragon/www/tinyhrm/scss/_revenue_summery.scss */
.revenue_info_box .revenue_item {
  position: relative;
}

/* line 10, ../../../../../laragon/www/tinyhrm/scss/_revenue_summery.scss */
.revenue_info_box .revenue_item:not(:last-child)::after {
  height: 32px;
  background: #f4f4f6;
  width: 1px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 20, ../../../../../laragon/www/tinyhrm/scss/_revenue_summery.scss */
.revenue_info_box .revenue_item span {
  font-size: 12px;
  font-weight: 500;
  color: #8f92a1;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 7px;
}

/* line 28, ../../../../../laragon/www/tinyhrm/scss/_revenue_summery.scss */
.revenue_info_box .revenue_item h4 {
  font-size: 16px;
  font-weight: 700;
  color: #171717;
  margin-bottom: 0;
}

/* line 37, ../../../../../laragon/www/tinyhrm/scss/_revenue_summery.scss */
.job_summary_lag_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 26px;
  grid-column-gap: 32px;
}

/* line 43, ../../../../../laragon/www/tinyhrm/scss/_revenue_summery.scss */
.job_summary_lag_list .job_summary_label .bulet_ball {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #5041AB;
}

/* line 48, ../../../../../laragon/www/tinyhrm/scss/_revenue_summery.scss */
.job_summary_lag_list .job_summary_label .bulet_ball.yellow_ball {
  background: #F5B544;
}

/* line 51, ../../../../../laragon/www/tinyhrm/scss/_revenue_summery.scss */
.job_summary_lag_list .job_summary_label .bulet_ball.sky_blue_ball {
  background: #06C1FF;
}

/* line 54, ../../../../../laragon/www/tinyhrm/scss/_revenue_summery.scss */
.job_summary_lag_list .job_summary_label .bulet_ball.blue_ball {
  background: #2772F0;
}

/* line 58, ../../../../../laragon/www/tinyhrm/scss/_revenue_summery.scss */
.job_summary_lag_list .job_summary_label h5 {
  font-size: 14px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  display: flex;
  justify-content: space-between;
  flex: 1 1 0;
}

/* line 65, ../../../../../laragon/www/tinyhrm/scss/_revenue_summery.scss */
.job_summary_lag_list .job_summary_label h5 span {
  color: #8F92A1;
  font-size: 14px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/tinyhrm/scss/_full_calender.scss */
.full_calender_widget {
  height: 834px;
  border-radius: 24px;
  overflow: hidden;
}

/* line 5, ../../../../../laragon/www/tinyhrm/scss/_full_calender.scss */
.full_calender_widget.fc-unthemed th,
.full_calender_widget.fc-unthemed td,
.full_calender_widget.fc-unthemed thead,
.full_calender_widget.fc-unthemed tbody,
.full_calender_widget.fc-unthemed .fc-divider,
.full_calender_widget.fc-unthemed .fc-row,
.full_calender_widget.fc-unthemed .fc-popover,
.full_calender_widget.fc-unthemed .fc-list-view,
.full_calender_widget.fc-unthemed .fc-list-heading td {
  border-color: #F4F4F6;
  font-family: "DM Sans", sans-serif;
  border-color: #F4F4F6;
  vertical-align: middle;
  text-transform: capitalize;
  font-size: 14px;
  color: #171717;
  font-weight: 700;
  min-height: 72px;
}

/* line 24, ../../../../../laragon/www/tinyhrm/scss/_full_calender.scss */
.full_calender_widget.fc-unthemed .fc-content {
  font-family: "DM Sans", sans-serif;
  border-color: #F4F4F6;
  font-size: 14px;
  color: #171717;
  font-weight: 700;
  display: flex;
  flex-direction: column;
}

/* line 34, ../../../../../laragon/www/tinyhrm/scss/_full_calender.scss */
.full_calender_widget th.fc-day-header.fc-widget-header.fc-wed {
  height: 72px;
}

/* line 37, ../../../../../laragon/www/tinyhrm/scss/_full_calender.scss */
.full_calender_widget .fc-head-container .fc-day-header .fc-widget-header {
  height: 72px;
}

/* line 40, ../../../../../laragon/www/tinyhrm/scss/_full_calender.scss */
.full_calender_widget .fc-dayGrid-view .fc-week-number,
.full_calender_widget .fc-dayGrid-view .fc-day-number {
  padding: 7px;
  font-size: 14px;
  font-weight: 700;
  color: #171717;
}

/* line 47, ../../../../../laragon/www/tinyhrm/scss/_full_calender.scss */
.full_calender_widget .fc-content .fc-time {
  order: 1;
  color: #8f92a1;
  font-size: 10px;
  font-weight: 400;
}

/* line 53, ../../../../../laragon/www/tinyhrm/scss/_full_calender.scss */
.full_calender_widget .fc-content .fc-title {
  order: 0;
  font-size: 12px;
  font-weight: 600;
}

/* line 58, ../../../../../laragon/www/tinyhrm/scss/_full_calender.scss */
.full_calender_widget .fc-event {
  position: relative;
  border-radius: 3px;
  border: 1px solid #3788d8;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  border-radius: 8px;
  padding: 10px 10px 10px 17px !important;
  margin: 9px;
  position: relative;
}

/* line 71, ../../../../../laragon/www/tinyhrm/scss/_full_calender.scss */
.full_calender_widget .fc-event::before {
  content: "";
  position: absolute;
  left: 6px;
  width: 4px;
  height: 24px;
  background: #2772F0;
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 83, ../../../../../laragon/www/tinyhrm/scss/_full_calender.scss */
.full_calender_widget .fc-toolbar.fc-header-toolbar {
  padding: 0 32px 32px 32px;
  margin-bottom: 0;
  grid-gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  /* line 83, ../../../../../laragon/www/tinyhrm/scss/_full_calender.scss */
  .full_calender_widget .fc-toolbar.fc-header-toolbar {
    padding: 0 25px 25px 25px;
  }
}

/* line 92, ../../../../../laragon/www/tinyhrm/scss/_full_calender.scss */
.full_calender_widget .fc-left {
  display: flex;
  align-items: center;
  grid-gap: 16px;
}

/* line 96, ../../../../../laragon/www/tinyhrm/scss/_full_calender.scss */
.full_calender_widget .fc-left h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  color: #171717;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  /* line 96, ../../../../../laragon/www/tinyhrm/scss/_full_calender.scss */
  .full_calender_widget .fc-left h2 {
    font-size: 16px;
  }
}

/* line 105, ../../../../../laragon/www/tinyhrm/scss/_full_calender.scss */
.full_calender_widget .fc-left .fc-button-group {
  display: flex;
  grid-gap: 4px;
  flex-wrap: wrap;
}

/* line 109, ../../../../../laragon/www/tinyhrm/scss/_full_calender.scss */
.full_calender_widget .fc-left .fc-button-group .fc-button {
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 12px;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: rgba(4, 4, 21, 0.4);
  box-shadow: none;
}

/* line 119, ../../../../../laragon/www/tinyhrm/scss/_full_calender.scss */
.full_calender_widget .fc-left .fc-button-group .fc-button:hover {
  color: #040415;
}

/* line 122, ../../../../../laragon/www/tinyhrm/scss/_full_calender.scss */
.full_calender_widget .fc-left .fc-button-group .fc-button:focus {
  outline: none;
  box-shadow: none;
}

/* line 129, ../../../../../laragon/www/tinyhrm/scss/_full_calender.scss */
.full_calender_widget .fc-right .fc-button-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  background: #f8f8f8;
  border-radius: 30px;
  padding: 2px;
  flex-wrap: wrap;
}

/* line 139, ../../../../../laragon/www/tinyhrm/scss/_full_calender.scss */
.full_calender_widget .fc-right .fc-button-group button {
  font-family: "DM Sans", sans-serif;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #171717;
  background: #f8f8f8;
  border: 0;
  box-shadow: none;
  text-transform: capitalize;
  padding: 4.5px 26px;
}

/* line 150, ../../../../../laragon/www/tinyhrm/scss/_full_calender.scss */
.full_calender_widget .fc-right .fc-button-group button:focus {
  outline: none;
  box-shadow: none;
}

/* line 154, ../../../../../laragon/www/tinyhrm/scss/_full_calender.scss */
.full_calender_widget .fc-right .fc-button-group button.fc-button-active {
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(4, 4, 21, 0.1);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/tinyhrm/scss/_data_table.scss */
.tinyHrm_primary_table.dataTable {
  margin: 24px 0 !important;
}

/* line 5, ../../../../../laragon/www/tinyhrm/scss/_data_table.scss */
.tinyHrm_primary_table.dataTable thead tr th {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: #8f92a1;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  padding: 27.75px 0;
  border-top: 1px solid #F4F4F6 !important;
  border-bottom: 1px solid #F4F4F6 !important;
  outline: none !important;
  box-shadow: none !important;
  text-align: left;
}

/* line 18, ../../../../../laragon/www/tinyhrm/scss/_data_table.scss */
.tinyHrm_primary_table.dataTable thead tr th .dt-column-order {
  right: 0 !important;
  position: relative !important;
  width: 16px !important;
  height: 16px;
  margin-left: 10px;
  top: 4px !important;
}

/* line 25, ../../../../../laragon/www/tinyhrm/scss/_data_table.scss */
.tinyHrm_primary_table.dataTable thead tr th .dt-column-order::before {
  position: absolute;
  display: block;
  bottom: 10px !important;
  content: "" !important;
  background-image: url(../img/svg/arrow_up.svg);
  width: 10px;
  height: 16px;
  background-size: cover;
  background-position: top center;
  opacity: 1 !important;
  left: 1px !important;
  top: 0px !important;
}

/* line 39, ../../../../../laragon/www/tinyhrm/scss/_data_table.scss */
.tinyHrm_primary_table.dataTable thead tr th .dt-column-order::after {
  position: absolute;
  display: block;
  bottom: 50%;
  content: "" !important;
  background-image: url(../img/svg/arrow_down.svg);
  width: 10px;
  height: 16px;
  background-size: cover;
  background-position: bottom center;
  opacity: 1 !important;
  left: 7px !important;
  top: 1px !important;
}

/* line 59, ../../../../../laragon/www/tinyhrm/scss/_data_table.scss */
.tinyHrm_primary_table.dataTable tbody tr td {
  color: #171717;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.2px;
  border-color: #edf2f7 !important;
  padding: 28px 0;
  text-align: left;
  vertical-align: middle;
}

/* line 76, ../../../../../laragon/www/tinyhrm/scss/_data_table.scss */
.table_search_field,
.dt-search {
  height: 48px;
  color: #8f92a1;
  border: 1px solid #e2e8f0;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding-left: 14px;
  max-width: 295px;
  grid-gap: 10px;
  flex: 1;
}

/* line 93, ../../../../../laragon/www/tinyhrm/scss/_data_table.scss */
.table_search_field input,
.dt-search input {
  color: #8f92a1;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #171717;
  border: 0;
  width: 100% !important;
  box-shadow: none;
  padding-right: 15px;
}

/* line 105, ../../../../../laragon/www/tinyhrm/scss/_data_table.scss */
.table_search_field input:focus,
.dt-search input:focus {
  box-shadow: none;
  outline: none;
}

/* line 109, ../../../../../laragon/www/tinyhrm/scss/_data_table.scss */
.table_search_field input::placeholder,
.dt-search input::placeholder {
  color: #8f92a1;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

/* line 120, ../../../../../laragon/www/tinyhrm/scss/_data_table.scss */
.dt-layout-row .dt-info {
  color: #8f92a1;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

/* line 129, ../../../../../laragon/www/tinyhrm/scss/_data_table.scss */
.paging_simple_numbers .dt-paging-button {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 5px 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 0;
  background-color: transparent;
  color: #171717;
  font-size: 12px;
  font-weight: 600;
  border-radius: 10px;
}

/* line 144, ../../../../../laragon/www/tinyhrm/scss/_data_table.scss */
.paging_simple_numbers .dt-paging-button.current {
  background: #f8f8f8;
}

/* line 147, ../../../../../laragon/www/tinyhrm/scss/_data_table.scss */
.paging_simple_numbers .dt-paging-button.previous, .paging_simple_numbers .dt-paging-button.next {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #edf2f7;
  background: transparent;
}

/* line 160, ../../../../../laragon/www/tinyhrm/scss/_data_table.scss */
.paging_simple_numbers .dt-paging-button.previous {
  margin-right: 24px;
}

/* line 163, ../../../../../laragon/www/tinyhrm/scss/_data_table.scss */
.paging_simple_numbers .dt-paging-button.next {
  margin-left: 24px;
}

/* line 170, ../../../../../laragon/www/tinyhrm/scss/_data_table.scss */
div.dt-container div.dt-paging {
  margin: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  /* line 170, ../../../../../laragon/www/tinyhrm/scss/_data_table.scss */
  div.dt-container div.dt-paging {
    justify-content: center;
    margin-top: 15px;
  }
}

/* line 179, ../../../../../laragon/www/tinyhrm/scss/_data_table.scss */
.dt-layout-cell.dt-start {
  float: right;
}

@media (max-width: 767.98px) {
  /* line 179, ../../../../../laragon/www/tinyhrm/scss/_data_table.scss */
  .dt-layout-cell.dt-start {
    float: none;
  }
}

/* line 186, ../../../../../laragon/www/tinyhrm/scss/_data_table.scss */
.priamry_action {
  display: flex;
  grid-gap: 8px;
}

/* line 189, ../../../../../laragon/www/tinyhrm/scss/_data_table.scss */
.priamry_action .action_button {
  width: 30px;
  height: 30px;
  border: 1px solid #e2e8f0;
  background-color: transparent;
  border-radius: 8px;
  color: #171717;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 202, ../../../../../laragon/www/tinyhrm/scss/_data_table.scss */
.priamry_action .action_button:hover {
  background-color: #171717;
  border-color: #171717;
  color: #fff;
}

/* line 210, ../../../../../laragon/www/tinyhrm/scss/_data_table.scss */
.tinyHrm_primary_table.dataTable tbody tr td {
  position: relative;
}

/* line 214, ../../../../../laragon/www/tinyhrm/scss/_data_table.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -14px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/tinyhrm/scss/_modal.scss */
.primary_offcanvas_modal {
  max-width: 392px;
}

/* line 3, ../../../../../laragon/www/tinyhrm/scss/_modal.scss */
.primary_offcanvas_modal .modal_close {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 24px);
  z-index: 1234;
  background: #fff;
  opacity: 1;
  color: #171717 !important;
}

/* line 18, ../../../../../laragon/www/tinyhrm/scss/_modal.scss */
.primary_offcanvas_modal .modal_close:hover {
  background: #2A85FF;
  color: #fff !important;
}

/* line 23, ../../../../../laragon/www/tinyhrm/scss/_modal.scss */
.primary_offcanvas_modal .offcanvas-header {
  padding: 32px 36px;
}

/* line 25, ../../../../../laragon/www/tinyhrm/scss/_modal.scss */
.primary_offcanvas_modal .offcanvas-header.modal_title {
  font-size: 24px;
  font-weight: 700;
  color: #171717;
}

/* line 31, ../../../../../laragon/www/tinyhrm/scss/_modal.scss */
.primary_offcanvas_modal .offcanvas-body {
  padding: 32px 36px;
}

/* line 34, ../../../../../laragon/www/tinyhrm/scss/_modal.scss */
.primary_offcanvas_modal .offcanvas_bottom {
  padding: 24px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.amaz_checkout_loginArea {
  display: flex;
  justify-content: center;
}

@media (max-width: 767.98px) {
  /* line 1, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
  .amaz_checkout_loginArea {
    padding: 0px 0;
  }
}

/* line 7, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.amaz_checkout_loginArea .login_area_inner {
  max-width: 570px;
  padding: 80px 60px;
  background: #fff;
}

@media (max-width: 575.98px) {
  /* line 7, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
  .amaz_checkout_loginArea .login_area_inner {
    padding: 50px 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 7, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
  .amaz_checkout_loginArea .login_area_inner {
    padding: 50px 30px;
  }
}

/* line 17, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.amaz_checkout_loginArea .login_area_inner h4 {
  font-size: 26px;
  line-height: 36px;
  color: #171717;
  margin-bottom: 52px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}

@media (max-width: 767.98px) {
  /* line 17, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
  .amaz_checkout_loginArea .login_area_inner h4 {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 30px;
  }
}

/* line 30, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.amaz_checkout_loginArea .login_area_inner .login_with_links {
  display: flex;
  grid-gap: 10px;
}

@media (max-width: 767.98px) {
  /* line 30, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
  .amaz_checkout_loginArea .login_area_inner .login_with_links {
    flex-wrap: wrap;
  }
}

/* line 36, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.amaz_checkout_loginArea .login_area_inner .login_with_links a {
  background: #ea4335;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 14.5px 30px;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  grid-gap: 7px;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  /* line 36, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
  .amaz_checkout_loginArea .login_area_inner .login_with_links a {
    flex: 1 1 auto;
  }
}

/* line 53, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.amaz_checkout_loginArea .login_area_inner .login_with_links a.Facebook_bg {
  background: #395799;
}

/* line 56, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.amaz_checkout_loginArea .login_area_inner .login_with_links a.twitter_bg {
  background: #03abf0;
}

/* line 59, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.amaz_checkout_loginArea .login_area_inner .login_with_links a i {
  font-size: 16px;
  color: #fff;
}

/* line 65, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.amaz_checkout_loginArea .login_area_inner .sign_up_text {
  font-size: 14px;
  font-weight: 500;
  color: #373737;
  margin-top: 18px;
  font-family: "DM Sans", sans-serif;
}

/* line 71, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.amaz_checkout_loginArea .login_area_inner .sign_up_text.style2 {
  font-family: "DM Sans", sans-serif;
}

/* line 74, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.amaz_checkout_loginArea .login_area_inner .sign_up_text a {
  color: #4183ff;
}

/* line 79, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.amaz_checkout_loginArea .remember_pass {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
}

/* line 84, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.amaz_checkout_loginArea .remember_pass .label_name {
  color: #8F92A1;
}

/* line 87, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.amaz_checkout_loginArea .remember_pass .forgot_pass {
  font-size: 14px;
  font-weight: 500;
  color: #5dabfc;
}

/* line 91, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.amaz_checkout_loginArea .remember_pass .forgot_pass:hover {
  color: #2A85FF;
}

/* line 95, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.amaz_checkout_loginArea .remember_pass p {
  font-size: 14px;
  font-weight: 400;
  color: #8F92A1;
}

/* line 99, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.amaz_checkout_loginArea .remember_pass p a {
  color: #8F92A1;
}

/* line 101, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.amaz_checkout_loginArea .remember_pass p a:hover {
  color: #2A85FF;
}

/* line 107, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.amaz_checkout_loginArea .primary_line_input {
  background: transparent;
  padding-bottom: 5px;
}

/* line 113, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.custom_group_field {
  border-bottom: 1px solid #f1ece8;
}

/* line 115, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.custom_group_field span {
  background: transparent;
  border: 0;
  padding: 0;
  width: 20px;
  text-align: left;
  padding-bottom: 9px;
  height: 40px;
}

/* line 124, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.custom_group_field input {
  border: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  box-shadow: none !important;
  padding-bottom: 13px;
  padding-left: 10px;
  color: #171717;
  background: transparent !important;
  box-shadow: none !important;
}

/* line 135, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.custom_group_field input:focus {
  outline: none;
}

/* line 138, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.custom_group_field input::placeholder {
  color: #8F92A1;
}

/* line 145, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.login_modal .close_modal {
  position: absolute;
  right: 15px;
  z-index: 10;
  top: 15px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  border-radius: 50%;
  transition: 0.3s;
  display: inline-block;
}

/* line 159, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.login_modal .close_modal:hover {
  background: #2A85FF;
  color: #fff;
  transform: rotate(90deg);
}

/* line 164, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.login_modal .close_modal i {
  line-height: 30px;
  font-size: 14px;
}

/* line 169, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.login_modal .modal-content {
  border: 0;
}

/* line 172, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.login_modal .infix_login_area {
  padding: 0;
}

/* line 175, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.login_modal .modal-body {
  padding: 0;
}

/* line 178, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.login_modal .modal-dialog {
  max-width: 690px;
}

/* line 181, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.login_modal .modal-dialog.style2 {
  max-width: 570px;
}

/* line 187, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.about_modal .modal-dialog {
  max-width: 590px;
}

/* line 191, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.about_modal .infix_login_area .login_area_inner {
  padding: 50px;
  max-width: 100%;
}

/* line 198, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.shiping_modal .modal-dialog {
  max-width: 900px;
}

/* line 202, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.shiping_modal .infix_login_area .login_area_inner {
  padding: 50px;
  max-width: 100%;
}

/* line 209, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.size_modal .modal-dialog {
  max-width: 942px;
}

/* line 213, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.size_modal .infix_login_area .login_area_inner {
  padding: 50px 40px;
  max-width: 100%;
}

/* line 220, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.form_sep {
  grid-gap: 10px;
  margin: 29px 0 28px 0;
}

/* line 223, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.form_sep .sep_line {
  height: 2px;
  background: #f1ece8;
}

/* line 227, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.form_sep .form_sep_text {
  color: #171717;
}

/* line 231, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.form_devider {
  grid-gap: 12px;
  margin: 40px 0 40px 0;
}

/* line 234, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.form_devider .sep_line {
  height: 1px;
  background: #f1ece8;
}

/* line 238, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.form_devider .form_sep_text {
  color: #8F92A1;
}

/* line 242, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.tiny_login_screen {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 640px auto;
  background: #fff;
}

@media (max-width: 767.98px) {
  /* line 242, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
  .tiny_login_screen {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 242, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
  .tiny_login_screen {
    grid-template-columns: 410px auto;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 242, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
  .tiny_login_screen {
    grid-template-columns: 500px auto;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* line 242, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
  .tiny_login_screen {
    grid-template-columns: 550px auto;
  }
}

/* line 259, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.tiny_login_screen .tiny_login_right {
  padding: 80px 25px;
}

/* line 261, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.tiny_login_screen .tiny_login_right .tiny_login_form {
  max-width: 540px;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 261, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
  .tiny_login_screen .tiny_login_right .tiny_login_form {
    max-width: 340px;
  }
}

/* line 267, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.tiny_login_screen .tiny_login_right .tiny_login_form h3 {
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  /* line 267, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
  .tiny_login_screen .tiny_login_right .tiny_login_form h3 {
    font-size: 24px;
  }
}

/* line 274, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.tiny_login_screen .tiny_login_right .tiny_login_form .support_text {
  font-size: 16px;
  font-weight: 400;
  margin: 8px 0 35px 0;
}

/* line 279, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.tiny_login_screen .tiny_login_right .tiny_login_form .google_logIn {
  border: 0;
  background-color: #FAFAFA;
  border-radius: 16px;
  font-family: "DM Sans", sans-serif;
  height: 48px;
  letter-spacing: -0.4px;
  grid-gap: 16px;
  font-size: 14px;
  font-weight: 700;
  color: #171717;
}

/* line 290, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.tiny_login_screen .tiny_login_right .tiny_login_form .google_logIn:hover {
  background: rgba(42, 133, 255, 0.8);
  color: #fff;
}

/* line 295, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.tiny_login_screen .tiny_login_right .tiny_login_form .sign_up_text {
  font-size: 16px;
  color: #8F92A1;
  font-weight: 500;
  margin: 9px 0 50px;
  letter-spacing: -0.25px;
}

/* line 301, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.tiny_login_screen .tiny_login_right .tiny_login_form .sign_up_text a {
  color: #2A85FF;
  font-weight: 700;
}

/* line 304, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.tiny_login_screen .tiny_login_right .tiny_login_form .sign_up_text a:hover {
  text-decoration: underline;
}

/* line 311, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.tiny_login_screen .tiny_login_left {
  padding: 80px 80px;
  background-image: url("../img/login/login_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767.98px) {
  /* line 311, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
  .tiny_login_screen .tiny_login_left {
    display: none !important;
  }
}

/* line 318, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.tiny_login_screen .tiny_login_left .tiny_login_left_inner .thumb {
  margin-bottom: 58px;
}

/* line 321, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.tiny_login_screen .tiny_login_left .tiny_login_left_inner .login_text {
  max-width: 100%;
}

/* line 323, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.tiny_login_screen .tiny_login_left .tiny_login_left_inner .login_text h4 {
  font-size: 46px;
  font-weight: 900;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 17px;
  letter-spacing: -0.5px;
}

/* line 331, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.tiny_login_screen .tiny_login_left .tiny_login_left_inner .login_text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  color: #fff;
}

/* line 343, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.otp_inputs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

/* line 347, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.otp_inputs input {
  text-align: center;
}

/* line 352, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.checking_privecy_policy {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.2px;
  font-family: "DM Sans", sans-serif;
  position: relative;
  top: -6px;
}

/* line 360, ../../../../../laragon/www/tinyhrm/scss/_login.scss */
.checking_privecy_policy a {
  color: #2A85FF;
  font-weight: 700;
}

/*----------------------------------------------------*/

/*# sourceMappingURL=style.css.map */