/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/


@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');


:root, [data-bs-theme=light] {
--bs-border-radius: 15px;
--bs-body-color: #002333;
--bs-primary-rgb: 39, 155, 155;  
--bs-body-font-family: "Plus Jakarta Sans", sans-serif;
  --bs-heading-color: #002333;
}
body{
  font-family: "Plus Jakarta Sans", sans-serif;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: inherit;
}
.bg-dark{
  border-color: #002333;
  background: #002333!important;
}
.nk-header.is-dark:not([class*=bg-]) {
    background: #002333!important;
    border-color: #002333;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #3FB9B1;
    --bs-btn-border-color: #3FB9B1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #002333;
    --bs-btn-hover-border-color: #002333;
    --bs-btn-focus-shadow-rgb: none;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #002333;
    --bs-btn-active-border-color: #002333;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #3FB9B1;
    --bs-btn-disabled-border-color: #3FB9B1;
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #3FB9B1;
    --bs-btn-border-color: #3FB9B1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #002333;
    --bs-btn-hover-border-color: #3FB9B1;
    --bs-btn-focus-shadow-rgb: none;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #002333;
    --bs-btn-active-border-color: #002333;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #3FB9B1;
    --bs-btn-disabled-border-color: #3FB9B1;
}
.btn, .dual-listbox .dual-listbox__button{
  --bs-btn-font-family: "Plus Jakarta Sans", sans-serif;
  --bs-btn-font-weight: 600;
}
.nk-block-des {
  color: #002333;
}
.nk-block-des strong {
  color: #002333;
}
.placeholder{
 cursor:pointer;
}
.language-item:hover {
    background: transparent!important;
}
.accordion {
  --bs-accordion-bg: none;
  --bs-accordion-color:rgba(255,255,255,0.7);
  background: none;
  border: 0px;
}
.accordion-body{border-radius:0px;}
.accordion-item:last-of-type{
border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.accordion-head .title{
  color:#FFFFFF !important;
  width:calc(100% - 1.05rem);
}
.accordion-icon{
  color:#ffffff;
}
.accordion-item{
  border-bottom: 1px solid #dbdfea;
}
.accordion-item:not(:last-child) .accordion-head {
    border-bottom: 0px;
}
.accordion-item:not(:last-child) .accordion-inner {
    border-bottom: 0px;
}
.nk-content.contact,
.nk-content.faq{
  padding-top:100px;
  padding-bottom:100px;
}
.nk-content.faq{
  background-color: #279B9B;
}
.nk-content.contact .nk-block-title,
.nk-content.faq .nk-block-title{
  font-size: 2.375rem;
}
@media (min-width: 576px) {
  .nk-content.contact .nk-block-title,
  .nk-content.faq .nk-block-title{
    font-size: 3.475rem;
  }  
}
@media (min-width: 768px) {
  .nk-content.contact .nk-block-title,
  .nk-content.faq .nk-block-title{
    font-size: 2.375rem;
  }  
}
  
@media (min-width: 992px) {
  .nk-content.contact .nk-block-title,
  .nk-content.faq .nk-block-title{
    font-size: 3.375rem;
  }
}
  
@media (min-width: 1200px) {
  .nk-content.contact .nk-block-title,
  .nk-content.faq .nk-block-title{
    font-size: 4.075rem;
  }
}

input[type=radio]:checked ~ label {
    cursor: default;
    color: #3FB9B1 !important;
}
.overline-title {
  font-family: inherit;
}
@media (min-width: 992px) {
  .nk-menu > li > .nk-menu-link:before {
    bottom: 1rem !important;
    top:unset!important;
    background: #FFFFFF;
  }
  .is-dark .nk-menu > li > .nk-menu-link {
    color: #FFFFFF;
  }
  .nk-menu > li.nk-menu-item {
    padding: 0 0.5rem;
  }
}
@media (min-width: 1200px) {
  .nk-menu > li.nk-menu-item {
    padding: 0 1rem;
  }
}
.nk-menu.ui-s2 > li > .nk-menu-link,
.nk-menu-link{
  font-weight: 400;
}
.nk-header-mobile .logo-img{
  max-width: 184px;
}
.link-inline {
    display: inline-flex
;
    flex-wrap: wrap;
}
.user-avatar-xl, .user-avatar.xl {
    height: 192px;
    width: 192px;
    font-size: 40px;
    font-weight: 400;
}

.nk-files-list .nk-file-actions {
  position: absolute;
  right:14px
}
.nk-files-group .nk-file {
    position: relative;
    padding: .5rem .5rem;
    width: 100%;
}
.nk-file-icon-type{
  width:54px;
}
.nk-files-view-group .nk-file .nk-file-actions.big-arrow{
  right: 10px;
}
.nk-file-actions.big-arrow .file-dl-toast{
  font-size: 40px;
  color:#40B9B0;
}
.card-inner-group .card-inner:not(:last-child) {border-bottom:none;}
.card-aside-left {border-right: none;}


.cal-bubble-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
}
.cal-page .cal-bubble-item {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    position: relative;
  color:#B2BCC1;
}
.cal-bubble-item .date {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    height: 120px;
    min-height: 120px;
    max-height: 120px;
    border-radius: 50%;
    border: 4px solid #EFEFEF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
    position: relative;
  /*background-color: rgba(var(--bs-lighter-rgb), var(--bs-bg-opacity)) !important;*/
  background-color:var(--bs-body-bg)!important;
}
/*
.cal-bubble-item:not(:fisrt-child) .date:before {
    content: "";
    display: block;
    width: 3px;
    background-color: #EFEFEF;
    height: 100%;
    position: absolute;
    top: -100%;
    z-index: -3;
}*/

/*.cal-bubble-item:not(:last-child) .date::after {*/
.cal-bubble-item:not(:last-child)::after {
    content: "";
    display: block;
    width: 3px;
    background-color: #EFEFEF;
    height: 100%;
    position: absolute;
    left: 60px;
    bottom: -120px;
  z-index:-3;
}
.cal-bubble-item.select .date{  
    border: 4px solid #5AD1C8; 
}
.cal-bubble-item.select{  
    color:#002333;
}


.cal-bubble-item .date .day {
    font-size: 2.25rem;
    line-height: 2.125rem;
    font-weight: 700;
}
.cal-bubble-item .date.small .day {
    font-size: 2.25rem;
    line-height: 2.125rem;
    font-weight: 700;
}
.cal-page .cal-bubble-item .titre {
  font-weight: 700;
  font-size:1.25rem;
  margin-bottom: 0.75rem;
}



.cal-bubble-item .description {
    margin-left: 20px;
}

.cal-page .cal-bubble-item .description {
    margin-left: calc(25% - 190px);
}


.cal-bubble-item:not(:last-child) {
    margin-bottom: 58px;
}


.cal-bubble-item .date {
    /*width: 157px;
    height: 157px;*/
}
.cal-bubble-item .day {
    /*font-size: 3.25rem;
    line-height: 4.125rem;*/
}




.list-info-form {
    display: flex
;
    flex-direction: row;
    align-content: stretch;
    flex-wrap: wrap;
}

   .list-info-form  .data-item {
    margin: 14px;
    display: inline-block;
  }


.list-info-form  .data-item {
  border-radius: var(--bs-border-radius) !important;
  border: var(--bs-border-width) var(--bs-border-style) #279B9B !important;
}

.data-col-wrapper {
    display: flex;
  align-items: flex-start;
}


.list-info-form .data-col {
        display: flex;
        align-items: initial;
        flex-direction: column;
    }
    .data-col-end {
        width: 60px !important;
        text-align: right;
      align-items: flex-end !important;
    }
.data-more {
    height: 50px;
    width: 56px;
}
.data-more:before {
  
    height: 35px;
    width: 70px;
  border-radius: 8px;
}
.data-item:hover .data-more:before {
    opacity: 1;
    height: 40px;
    width: 75px;
}
.data-item {
    width: 100%;
}
.data-label {
    color: #002333;
  font-weight: 700;
  font-size: 0.9375rem;
}
.data-value {
    color: #8094ae;
    font-size: var(--bs-body-font-size);
}
.custom-control.custom-radio {
    margin-right: 20px;
}
@media (min-width: 768px) {
.data-col-end {
        width: 60px !important;
  }

.cal-bubble-item .date {
    width: 192px;
    min-width: 192px;
    max-width: 192px;
    height: 192px;
    min-height: 192px;
    max-height: 192px;
}
  .cal-bubble-item.small .date {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    height: 120px;
    min-height: 120px;
    max-height: 120px;
}
  .cal-bubble-item:not(:last-child)::after{
    left: 96px;
    bottom: -192px;
  }
  .cal-bubble-item.small:not(:last-child)::after{
    left: 60px;
    bottom: -120px;
  }
  
  
    .list-info-form .data-col {
        display: flex;
        flex-direction: column;
        align-items: initial;
    }
   .list-info-form  .data-item {     
     width: calc(50% - 30px) !important;
    margin: 14px;
    display: inline-block;
  }
  .data-item.data-fullwidth {
    width: 100%!important;
}
    .data-label:not([class^=w-]) {
        width: 100%;
    }
  
}

.user-info .lead-text, .user-info .sub-text {
    display: block;
}






.nk-file-title {
    align-items: flex-start;
}
.nk-files-view-grid .nk-file {
    text-align: left;
      padding: 0.8rem 0.8rem;
}
.nk-files-view-grid .nk-file-name-text {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
}
.nk-files-view-grid .nk-file-info-text {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
}
.nk-fmg-listing{
  min-height: 190px;
}
.nk-fmg-listing .nk-file-name {
  
    display: inline-block;
}
.nk-fmg-listing .nk-file-desc {
  position: relative;
    left: 0;
    top: 10px;
    display: block;
    text-align: left;
}
.nk-fmg-listing .nk-file-desc li:not(:first-child):before{
  content:none;
}
.nk-file-upload-icon {
    position: absolute !important;
    top: -0.8rem;
    right: -0.8rem;
    background-color: #279B9B;
    border: 1.5px #ffffff solid;
    display: block !important;
    padding: 0 !important;
    border-radius: 50%;
}
.nk-file-upload-icon em {
    padding: 6px;
    display: block;
    font-size: 20px;
  color: #ffffff;
}

@media (min-width: 768px) {  
  .nk-fmg-listing .nk-file-desc {
      position: absolute;
      left: unset;
      right: 0.2rem;
      top: 0.5rem;
      display: block;
      text-align: right;
  }
}
@media (min-width: 1200px) {
    .nk-files-view-grid .nk-file {
        width: calc(25% - 16px);
    }
}
@media (min-width: 1540px) {
    .nk-files-view-grid .nk-file {
        width: calc(25% - 16px);
    }
  .nk-files-view-group .nk-file {
        width: calc(50% - 16px);
    }
}

.list-year-filter{
  opacity: 0.8;
}
.list-year-icon-type {
    width: 30px;
}
.list-year-icon-type {
    width: 30px;
    display: inline-block;
    text-decoration: none;
    color: inherit;
    margin: auto;
}
.date-filter-year {
    font-weight: 700;
    display: inline-block;
    margin-left: 22px;
}
.list-year-filter.year-select{
  opacity: 1;
  border:1px #2C87A5 solid;
}



.list-doc-filter{
  opacity:0.7;
}

.list-doc-filter .nk-file-upload-icon {
  display:none !important;
}

.list-doc-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}



.list-doc-info .nk-file-upload-icon {
  display:none;
}
.list-folder-icon-type {
    width: 30px;
    text-decoration: none;
    color: inherit;
    margin: auto 0;
}
.list-doc-desc {
    margin-left: 1rem;
}
.list-doc-name {
    font-weight: 700;
    color: #000;
}
.list-doc-date {
    color: #87979D;
}
.list-doc-date span {
    margin-left: 7px;
}
.list-doc-filter.selected {
  opacity:1;
}
.list-doc-filter.selected .nk-file-upload-icon {
  display:block !important;
}

@media (max-width: 1199px) {  
  
.list-doc-info {
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
}
  .list-doc-desc {
    margin-left: 0rem;
}

}



.edit-picture .mask {
    display: none;
    position: absolute;
    background-color: rgba(35, 139, 139, 0.7);
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;    
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.edit-picture:hover .mask {
    display: flex;
}
.edit-picture .mask em.icon.ni.ni-edit {
    font-size: 1.5rem;
    color: #ffffff;
}


.nk-error-head{
  background: -webkit-linear-gradient(#3FB9B1, #2C87A5);
      -webkit-background-clip: text;,
    -webkit-text-fill-color: transparent;
  
}

.list-year-filter{
  cursor:pointer !important;
}
.list-year-filter .nk-file-upload-icon em {
    display: none !important;
}
.list-year-filter.year-select .nk-file-upload-icon em {
    display: block !important;
}
.ethics ol,
.privacy ol,
.terms ol,
.ethics ul,
.privacy ul,
.terms ul{
  padding-left: 2rem !important;  
}
.ethics ol li,
.privacy ol li,
.terms ol li{
  list-style: initial;
  list-style: decimal;
  padding-left: 2rem;  
  
}
.ethics strong,
.privacy strong,
.terms strong{
  font-weight: 700;
}
