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

:root {
  --dark-blue:#2D4059;
   --dark-grey:#EBEBEB;
    --light-grey:#F6F6F6;
    --white-text:#fff;
    --light-back-blue:#496386;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.light-back-blue{
  background: var(--light-back-blue);
}

a,
button {
  cursor: pointer;
  user-select: none;
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}


.back-white{
  background: var(--white-text);
}
.back-blue{
    background: var(--dark-blue);
}
.back-blue.login-page{
      min-height: 100vh;
}
.text-black{
  color: #000;
}
.text-blue{
  color: var(--dark-blue);
}
.dark-grey{
  background: var(--dark-grey);
}
.light-grey{
  background: var(--light-grey);
}
.red{
  color: red;
}

.white-text
{
 color: var(--white-text) !important;
}
.text-22{
  font-size: 22px;
}
.text-18{
  font-size: 18px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b8b8b8;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #b8b8b8;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #b8b8b8;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #b8b8b8;
}


nav input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
nav input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
nav input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
nav input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}




/* 2. Remove default margin */
* {
  margin: 0;
}

body {
  /* 3. Add accessible line-height */
  line-height: 1.5;
  /* 4. Improve text rendering */
  -webkit-font-smoothing: antialiased;
    font-family: "Poppins", sans-serif;
}

/* 5. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 6. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 7. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 8. Improve line wrapping */
p {
  text-wrap: pretty;
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}
.text-35{
  font-size: 35px;
}
.text-22{
  font-size: 22px;
}

.text-right{
  text-align: right;
}



/* Full-width inputs */
.border-radius{
  border-radius: 5px;
}
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

/* Add a hover effect for buttons */
button:hover {
    opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar {
    width: 40%;
    border-radius: 50%;
}

/* Add padding to containers */
.container {
    padding: 0px;
}

/* The "Forgot password" text */
span.psw {
    float: right;
    padding-top: 16px;
}
.login-form.col-md-6.m-auto {
  max-width: 640px;
  width: 100%;
}
/* .copyright{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
} */

/* .nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 200px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;

} */
header a:hover {
  color: #ffffffb2;
}
.nav,
.nav .nav-links {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.nav {
  justify-content: space-between;
}
a {
  color: #353842;
  text-decoration: none;
}
.nav .logo {
  font-size: 22px;
  font-weight: 500;
}
.nav .nav-links {
  column-gap: 20px;
  list-style: none;
}
.nav .nav-links a {
  transition: all 0.2s linear;
}
.nav.openSearch .nav-links a {
  opacity: 0;
  pointer-events: none;
}
.nav .search-icon {
  font-size: 20px;
  cursor: pointer;
}
.nav .search-box {
  position: absolute;
  right: 0px;
  left: 0;
  margin: 11px auto;
  height: 45px;
  max-width: 555px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s linear;
  top: 10px;
}
.nav.openSearch .search-box {
  opacity: 1;
  pointer-events: auto;
}
.search-box .search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  left: 15px;
  color: #ffcc00;
  transform: translateY(-50%);
}
.search-box input {
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  outline: none;
  color: white;
  border-radius: 6px;
  background-color: transparent;
  padding: 0 15px 0 45px;

}

.nav .navOpenBtn,
.nav .navCloseBtn {
  display: none;
}

.logo img{
  max-width: 100px;
}
.white-border{
  border: 1px solid #fff;
}
.full-border-radius{
  border-radius:60px;
}

.input-box{
  position: relative;
}

.input-box input{
 background: transparent;
}

.input-box i {
  position: absolute;
  right: 13px;
  top:15px;
  color:#ced4da;

}

/* Dropdown */

.dropdown {
  display: inline-block;
  position: relative;
}

.dd-button {
  display: inline-block;
  border-radius: 4px;
  padding: 10px 30px 10px 0px;
  background-color: transparent;
  cursor: pointer;
  white-space: nowrap;
  color: #fff;
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}




.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
}

.dd-input + .dd-menu {
  display: none;
}

.dd-input:checked + .dd-menu {
  display: block;
}

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.main-body{
  padding-top: 130px;
  min-height: 90vh;
}
.tabbing .nav {
  position: initial;
  max-width: 500px;
  padding:0;
  margin: 0 auto;
  box-shadow: none;
  border: 0 !important;
  z-index: 0;
}

.tabbing .nav-tabs .nav-link:hover {
  border-color:none;

}
 .tabbing  button {
  color: #000;
}
 .tabbing .nav-tabs .nav-item.show .nav-link,.tabbing .nav-tabs .nav-link.active{
  background-color: transparent;
  border-bottom: 1px solid #000 !important;
  border: 0;
  font-weight: bold;
}
 a:hover {
  color: var(--dark-blue);
}
header .active {
  font-weight: bold;
}
.inner-box i{
  font-size: 252px;
  color: var(--dark-blue);
}
.three-block img {
  margin: 20px auto;
  max-width: 120px;
}
.inner-box:hover{
  background: transparent;
  border: 2px solid #000!important;
}
.inner-box {
  max-width: 266px;
  margin: 0 auto;
  border: 2px solid #e6e6e6;
}
.back-button{
  width: 40px;
  height: 40px;
  border-radius: 5px;
  max-width: 40px;

}
.plus-btn{
  width: 100%;
  height: 120px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  max-width: 120px;
  margin: 0 auto;
}
 .question-repeat .plus-btn{
  width: 50px;
  height: 50px;
  }


.add-block{
min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.search-box input[type="text"],.search-box input[type="password"] {
  margin: 0px 0;
  }


.select-btn{
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    border-radius: 8px;
    cursor: pointer;
}
.select-btn .btn-text{
    font-size: 17px;
    font-weight: 400;
    color: #333;
}
.select-btn .arrow-dwn{
    display: flex;
    height: 21px;
    width: 21px;
    color: #000;
    font-size: 18px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.select-btn.open .arrow-dwn{
    transform: rotate(-180deg);
}
.list-items{
   position: absolute;
  margin-top: 15px;
  border-radius: 8px;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  max-height: 220px;
  overflow-x: hidden;
  display: none;
  z-index: 9;
  width: 659px;
}
.select-btn.open + .list-items{
    display: block;
}

/* Always show the scrollbar of the dropdown */
.select-btn.open ~ .list-items::-webkit-scrollbar {
    width: 8px;
    height: 0;
}
.select-btn.open ~ .list-items::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
    border-radius: 8px;
}
.select-btn.open ~ .list-items::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.3);
}

.list-items .item{
    display: flex;
    align-items: center;
    list-style: none;
    height: 50px;
    cursor: pointer;
    transition: 0.3s;
    padding: 0 15px;
    border-radius: 8px;
    justify-content: space-between;
}
.list-items .item:hover{
    background-color: #e7edfe;
}
.item .item-text{
    font-size: 16px;
    font-weight: 400;
    color: #333;
}
.item .checkbox{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    border-radius: 4px;
    margin-right: 12px;
    border: 1.5px solid #c0c0c0;
    transition: all 0.3s ease-in-out;
}
.item.checked .checkbox{
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
}
.checkbox .check-icon{
    color: #fff;
    font-size: 11px;
    transform: scale(0);
    transition: all 0.2s ease-in-out;
}
.item.checked .check-icon{
    transform: scale(1);
}
.inner-page-class input[type="text"],.inner-page-class input[type="password"]{
border:0;
}
.ck.ck-content {
  height: 150px;
  border-radius: 0px 0px 20px 20px !important;
}
.ck.ck-editor{
  border:1px solid #000 !important;
  border-radius: 20px;
}
.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar, .ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
  border-radius: 20px 20px 0 0 !important;
  background: var(--light-grey) !important;
}
#searchIcon{
  position: absolute;
  z-index: 9;
}


#ckeditor5 {
  min-height: 100px;
  border-radius: 0px !important;
  border-top: 0px !important;
  }

  .ckeditor {
  border: 1px solid #000;
  border-radius: 12px;
}
.ck-toolbar{
  border-radius: 10px 10px 0 0 !important;
}

.ck.ck-toolbar {
  border: 0 !important;

}

select{
    width: 350px;
    outline: none;
    border: 1px solid #fff;
    padding: 1rem;
    font-size: 1.1rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
    cursor: pointer;
}

select:focus,
select:hover{
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.329);
}



table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: 22px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: center;
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}
.side-left .back-blue{
  border-radius: 0 30px 0 0;
}
.side-left img{
border-radius: 100px;
border: 2px solid #fff;
margin: 20px auto;
}

/*popup*/

/* SECTION VERTICAL TABS */
#experienceTab.nav-pills .nav-link.active {
    color: var(--theme-yellow) !important;
    background-color: #fff;
    border-radius: 5px 0px 0px 5px;
    border-left: 3px solid var(--theme-yellow);
}
#experienceTab.nav-pills .nav-link {
    border-radius: 0px;
    border-left: 2px solid var(--theme-gray);
}
.date-range {
    letter-spacing: 0.01em;
    color: #000;
}

/* STUB  LINKS */
a {
    color: #000;
    transition: 0.3s eas-in-out;
}
a:hover {
    color: var(--theme-yellow);
}
.tab-pane h3{
    color: #000;
}
.oneside-corner {
  border-radius: 0 30px 0px 0;
}
.side-left img{
 width: 100%;
 max-width: 120px;
 margin: 0 auto 20px;
 border-radius: 100px;
 border: 1px solid #fff;
padding: 6px;
}
#experienceTab {
  background: #496386;
  padding-top: 20px;
}
#experienceTab .nav-item {
  width: 100%;
  margin-left: 16px;
  margin: 10px 0 10px 20px;
}
#experienceTab.nav-pills .nav-link:hover{
  color: #fff;
}
