/* ---- Layout Structure ---- */

/*html {*/
/*  font-size: 14px;*/
/*}*/

/*@media (min-width: 400px) {*/
/*  html {*/
/*    font-size: 14px;*/
/*  }*/
/*}*/


/*html {*/
/*  position: relative;*/
/*  min-height: 100%;*/
/*}*/

/*body {*/
/*  margin-bottom: 20px;*/
/*  background-color: #ebffe2;*/
/*  !*--bs-body-color: #fff9bd;*!*/
/*}*/


/*//-----New set -----*/
html {
  position: relative;
  height: 100%;
  min-height: 100%;
  margin: 0;
  /*border: solid #1bff00 2px;*/
}

body {
  position: relative;
  height: auto;
  min-height: 100%;
  margin: 0;
  /*border: solid red 2px;*/
}

.container1 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /*border: solid green 5px;*/

}
.content1 {
  flex-grow: 1; /* this pushes the footer down if content is short */
  /*border: solid blue 2px;*/
}

.footer {
  margin-top: 0px;
  background: rgba(55, 55, 55, 0.6);
  padding: 20px;
  text-align: center;
}

/* ---- Edited by Javad ---- */

.h1, h1{
  color: #ff9100;
  text-shadow: 1px 1px 1px black;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  margin-top: 30px;
}
.h2, h2{
  color: green;
  font-family: "Poppins", sans-serif;
}
.h3, h3{
  color: green;
  font-family: "Poppins", sans-serif;
}
.h4, h4{
  color: white !important;
  background-color: green;
  padding: 0px 10px 0px 10px;
  font-family: "Poppins", sans-serif;
}

.Section1 {
  box-shadow: 2px 5px 5px gray;
  background: rgba(10, 10, 10, 0.1);
  border-radius: 7px;
  padding: 20px;
}

.text-danger2 {
  font-size: 14px !important;
  color: #ff3939 !important;
}

.control-label{
  color: #494949;
  margin-top: 20px;
}

/*-------------------*/


.header-menu {
  background-color: #01a8ce;
  padding: 5px 5px 5px 5px;
  border-radius: 25px 2px 25px 2px;
}
.menu-item {
  padding: 0 5px 0 5px;
  text-decoration: none;
  color: #cdfff1;
}

.menu-item:hover {
  color: #ffffff;
  text-decoration: underline;
}

.menu-item:focus {
  color: #fdd781 !important;
  text-decoration: underline #ffa800;
}

.dropdown-sub-menu {
  background-color: #01a8ce;
  display: none; 
  position:fixed;
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 5px;
  animation-name: submenu;
  animation-duration: 300ms;
}
@keyframes submenu {
  from {opacity: 0}
  to {opacity: 1}
}

.submenu-item {
  width: 250px !important;
  padding: 3px 10px 3px 10px;
  text-decoration: none;
  color: #fdedaf;
  font-size: 12px;
  animation-name: submenu;
  animation-duration: 1000ms;
}
.submenu-item:hover {
  color: #ffffff;
  background-color: #017c98;
}
.submenu-item:focus {
  color: #ffd98e !important;
  text-decoration: underline #ffa800;
}
.submenu-item-icon{
  color: white;
  margin-right: 5px;
}

.menu-icon {
  width: 40px;
  height: 40px;
  padding: 10px;
}

.menu-icon:hover {
 border-top: 2px #ffffff solid;
}
.header-icon{
  margin-top: 10px;
  height: 40px;
}
.leave-message{
  margin-top: -10px;
  height: 40px;

}

.btn-circle {
  color: white;
  text-align: center;
  margin: 20px 0px 20px 0px;
  padding: 10px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50px;
  background-color: #0e9f49;
  box-shadow: 1px 3px 5px #2d2d2d;
}

.btn-circle:hover {
  background-color: green !important;
  color: white !important;
}


.btn-circle2 {
  color: #adff84;
  text-align: center;
  margin: 20px 0px 20px 0px;
  padding: 10px;
  width: 20px;
  height: auto;
  border: none;
  border-radius: 50px;
}
.btn-circle2:hover {
  color: #67ff4f !important;
  cursor: pointer;
}

.btn-circle3 {
  color: #53ff00;
  text-align: center;
  margin: 0px 0px 0px -20px;
  padding: 0px;
  /*width: 20px;*/
  height: auto;
  border: none;
  border-radius: 50px;
}

.btn-circle3:hover {
  color: #67ff4f !important;
  cursor: pointer;
  text-shadow: 1px 1px 1px gray ;
}

.popup {
    position: fixed;
    z-index: 1;
    text-align: center;
    align-content: start;
    padding-top: 10%;
    top: -50%;
    left: -50%;
    transform: translate(-50%, -50%); /*make a popup*/
    width: 100%;
    height: 100%;
    background-color: rgba(50, 50, 50, 0.9);
    border: 1px solid black;
    border-radius: 5px;
    /*display: none;*/
}
.success-fields-popup {
  position: fixed;
  z-index: 1;
  text-align: center;
  align-content: start;
  padding-top: 10%;
  top: -50%;
  left: -50%;
  transform: translate(-50%, -50%); /*make a popup*/
  width: 50%;
  height: 50%;
  background-color: #00002c;
  border: 1px solid black;
  border-radius: 5px;
  /*display: none;*/
}

.list-box-popup {
  width: 50%;
  background-color: white !important;
}
.list-box-popup:hover {
  background-color: gray !important;
  opacity: 100% !important;
}

.background-close-popup {
  top: 0;
  left: 0;
  width: 500px;
  height: 500px;
  background-color: rgba(1, 1, 1, 0.5);
}

.reminderDescription {
  color: #9effd2; 
  font-size: 13px;
  font-weight: lighter;
}

.notification-popup-btn {
  color: white;
  border: 0 !important;
  background-color: #00809a;
  font-size: 24px;
  box-shadow: 1px 1px 2px black;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  }
.notification-popup-btn:hover {
  color: white;
  background-color: #00a9cb;
  box-shadow: 1px 1px 2px gray;
}
.notification-popup-btn-cancel {
  color: white;
  border: 0 !important;
  background-color: #b61b1b;
  font-size: 28px;
  box-shadow: 1px 1px 2px black;
  padding: 6px 15px 6px 15px;
  /*width: 100px !important;*/
  /*height: 100px !important;*/
  border-radius: 50px;
}
.notification-popup-btn-cancel:hover {
  color: white;
  background-color: #cb0000;
  box-shadow: 1px 1px 2px gray;
}
.Notification-index-popup {
    position: absolute;
    z-index: 1;
    /*text-align: center;*/
    align-content: normal;
    padding: 15px;
    top: -138px;
    right: 8px;
    transform: translate(0%, 25%); /*make a popup*/
    width: 40%;
    height: 80%;
    background-color: rgba(0, 118, 145, 0.9);
    border-radius: 5px;
    /*display: none;*/
    animation-name: notification-index-popup;
    animation-duration: 200ms;
  }
  @keyframes notification-index-popup {
    from {height: 1%; width: 40%}
    to {height: 80%; width: 40%}
  }
  
.btn-BackBlack {
  text-align: center; 
  font-size: 35px;
  color: wheat;
}

.btn-BackBlack:hover {
  color: #ff5757;
  cursor: pointer;
}

.btn-dark-background-ok {
  text-align: center;
  font-size: 35px;
  color: wheat;
}
.btn-dark-background-ok:hover {
  color: lightgreen;
  cursor: pointer;

}
.btn-dark-background-cancel {
  font-size: 40px;
  color: wheat;
}
.btn-dark-background-cancel:hover {
  color: #ff2424;
  cursor: pointer;

}

.txt-BackBlack {
  color: #81ffe3; 
  font-size: 30px;
  margin: 20px;
  padding: 20px;
}

.img-circle {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  border: 2px solid white;
  box-shadow: 1px 1px 5px black;
  margin-bottom: 25px;
}
.MediumMenuIcon {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
.MediumMenuIcon:hover {
  box-shadow: 1px 2px 5px black;
}
.smallMenuIcon {
  width: 35px;
  height: 35px;
  border-radius: 35px;
}
.smallMenuIcon:hover {
  box-shadow: 1px 2px 5px;
}
.table {
  border-radius:10px ;
  background-color: rgba(245, 245, 245, 0.5);
  text-align: center;
  vertical-align: center;
}
.tableHeader {
  background-color: dodgerblue;
  color: white;
  border-radius:10px ;
}
.click-on-row-table {
  color: black;
  text-decoration: none;
  /*background-color: red;*/
  padding-bottom: 10%;
  padding-top: 4%;
  padding-left: 3%;
  padding-right: 3%;
  margin: 0px;
}
.click-on-row-table:hover {
  color: black;
}
.userOnPage {
  width: 100%;
  height: 10%;
}
.control-label2 {
  color: white;
  margin-top: 10px;
}
.form-control2 {
  display: block;
  width: 100%;
  padding: 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: rgba(0, 0, 0, 0.1);
  /*background-clip: padding-box;*/
  /*border: 2px #ee0000;*/
  border-width: 0px 0px 1px 0px;
  border-color: #c9c9c9;
  /*-webkit-appearance: none;*/
  /*-moz-appearance: none;*/
  appearance: none;
  border-radius: 0.25rem;
  /*transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
  /*pointer-events: none;*/
  /*-webkit-user-select: none;*/
  /*-moz-user-select: none;*/
  /*user-select: none;*/

}

.form-control2:focus, .form-control2:hover, .form-control2:active {
  border-width: 0px 0px 1px 0px !important;
  border-color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.2);
}
.form-control2::placeholder {
  color: #3d3d3d;
  opacity: 1;
  font-size: 14px;
}


/*Create user in line*/

.back-div {
  margin-bottom: 200px;
}

.line-field {
  width: 120px;
  height: 30px;
  border-width: 0px 0px 1px 0px;
  font-size: 14px !important;
  font-style: italic !important;
  color: gray;
  margin-left: 2px;
  margin-right: 2px;
}

.line-field::placeholder {  
  color: gray;
}

.login-section {
  background-color: #0081ff;
  padding: 40px;
  box-shadow: 2px 2px 5px black;
  margin: 10% 30% 10% 30%;
  border-radius: 10px;
}

.login-back {
  width: 100%;
  background-color: rgba(31, 0, 59, 0.7);
  border-radius: 10px;
  box-shadow: 1px 2px 5px black;
}
.login-label {
  margin-top: 30px;
  color: white !important;
  
}
.login-input {
  margin-top: 5px;
  color: #c5c5c5;
}
.login-input::placeholder {
  color: #b6b6b6;
}
.login-icon-div {
  width: 12%;
  text-align: center;
  padding: 0;
}

.login-input-icon {
  margin-bottom: -20px;
  width: 30px;
}

.login-person-img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: -15px;
  padding: 0;
  float: right;
}

.login-popup {
  position: absolute;
  z-index: 1;
  text-align: center;
  align-content: start;
  padding: 15px;
  top: -30px;
  right: 8px;
  transform: translate(0%, 25%); /*make a popup*/
  height: 300PX;
  width: 250PX;
  background-color: rgba(32, 0, 58, 0.9);
  border-radius: 5px;
  display: none;
  animation-name: login-popup;
  animation-duration: 200ms;
}
@keyframes login-popup {
  from {height: 1px; width: 100px}
  to {height: 300px; width: 250px}
}

.footer-container {
  width: 100%;
  border: red 2px solid;
}

.footer-title {
  color: #bcf5b3;
  font-size: 15px;
  margin-bottom: 10Px;
}
.footer-text {
  color: #cbcbcb;
  line-height: 15px;
  text-justify: auto;
}

.home-section {
  height: 500px;
  margin: 20px -75px 20px -75px;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-title {
  /*color: #ff5900;*/
  font-size: 30px;
  margin-bottom: 10Px;
}

.home-text {
  color: #414141;
  font-size: 15px;
  line-height: 20px;
}

.home-text-02 {
  color: #ffffff;
  font-size: 15px;
  /*line-height: 20px;*/
}

.image-button {
  width: 70px;
  padding: 2px;
}

.image-button:hover {
  border-radius: 50px;
  box-shadow: 1px 1px 5px black;
}
.image-button-02 {
  cursor: pointer;
  width: 80px;
  padding: 2px;
  border-radius: 50px;
}

.image-button-02:hover {
  box-shadow: 1px 1px 5px white;
}

.input-line {
  background-color: rgba(30, 30, 30, 0.1)!important;
  width: auto;
  color: #a8a8a8;
  border-color: #858585;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  border-bottom-width: 1px !important;
}
.input-line:hover {
  /*background-color: rgba(30, 30, 30, 0.2);*/
}

.input-line::placeholder {
  color: #383838;
}

.input-line-notification-popup {
  background-color: rgba(30, 30, 30, 0.1)!important;
  width: auto;
  color: #d5d5d5;
  padding: 0 5px 0 5px;
  border-color: #b0b0b0;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  border-bottom-width: 1px !important;
}
.label-notification-popup {
  color: #84ffc6;
}
.input-select-notification-popup {
  background-color: rgba(30, 30, 30, 0.1)!important;
  width: 200px;
  color: #d5d5d5;
  border-color: #b0b0b0;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  border-bottom-width: 1px !important;
}

.image-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
  /*position: relative;*/

}
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.motivation-quote-list {
  cursor: pointer;
  color: #ffffff;
  font-weight: 200;
  font-size: 17px;
  font-family: "Roboto Light", serif;
  display: inline;

}
.motivation-quote-list:hover {
  color: wheat;
}

.notify-label-popup {
  display: inline;
  cursor: pointer;
}

.menu-hidden {
  cursor: pointer;
  display: none;
  color: #00ff08;
}
.task-reminder-frequency{
  color: white;
  background-color: #003e9d;
}
.textarea-dark-background {
  border: 0;
  border-radius: 5px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  color: #e0e0e0;
  font-weight: 100;
  font-size: 15px;
  font-family: "Roboto Light", serif;
}

.textarea-dark-background-goals {
  margin-top: 10px;
  background-color: rgba(0, 50, 50, 0.4);
  width: 100%;
  color: #ffffff;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  border-bottom: 1px solid black;
  box-shadow: 1px 1px 3px black; 
  padding:20px; 
  /*border-radius: 10px;*/
}

.textarea-dark-background-goals::placeholder {
  color: #354642;
  /*font-size: 14px;*/
}

.self-awareness-process-page{
  background-image: url('/Images/02-Backgrounds/black_001.jpg');
  background-size: contain;
  padding: 1vw;
  margin-top: 2vw;
}

.textarea-dark-background_SelfAwareness {
  /*margin-top: 10px;*/
  background-color: rgba(30, 30, 30, 0.5)!important;
  width: 100%;
  color: #a8a8a8;
  border-color: #858585;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  border-bottom-width: 1px !important;
}

.textarea-dark-background_SelfAwareness::placeholder {
  color: #383838;
}

.textarea-light-background_SelfAwareness {
  margin-top: 10px;
  background-color: rgb(255, 255, 255, 0.8);
  width: 100%;
  color: #030303;
  border-color: #858585;
  border-radius: 5px;
  padding: 10px;
}

.textarea-light-background_SelfAwareness:focus {
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  border-bottom-width: 1px !important;

}

.textarea-light-background_SelfAwareness::placeholder {
  color: #b7b7b7;
}
.self-awareness-section {
  width: 23%; 
  padding: 20px;
  background-color: rgba(30, 30, 30, 0.9); 
  border-radius: 10px; 
  margin: 5px;
  border: 1px #3c6033 solid;
}
.self-awareness-section:hover {
  background-color: rgba(20, 50, 50, 0.5);
}

.self-awareness-section-number {
  width: 50px; 
  height: 50px; 
  margin: auto; 
  font-size: 33px;
  font-family: "Times New Roman", serif;
  text-align: center;
  color: white; 
  background-color: coral;
  border-radius: 0 20px 0 20px; 
}
.self-awareness-section-title {
  margin: 5px;
  text-align: center;
  color: coral;
  font-size: 16px;
}
.self-awareness-section-text-filled {
  margin: 0;
  color: #a1fd89;
  text-align: left;
}
.self-awareness-section-text-filled:hover {
  text-decoration: underline;
}
.self-awareness-section-text-null {
  margin: 0;
  color: #ababab;
  text-align: left;
}
.self-awareness-section-text-null:hover {
  text-decoration: underline;
}

.not-found-icon {
  color: #26704c;
  margin-left: 10px; 
  margin-right: 10px; 
}
.not-found-icon:hover {
  color: #02b27f;
  cursor: pointer;
}

.footer-message-icon {
  color: #6efdad;
  font-size: 50px;
  margin: 25px;
}
.footer-message-icon:hover {
  color: #a4fdcd;
  cursor: pointer;

}
.message-input {
    background-color: rgba(30, 30, 30, 0.5)!important;
    width: 100%;
    color: #989898;
    border-color: #adadad;
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-left-width: 0 !important;
    border-bottom-width: 1px !important;
 }
.message-section {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;

}

.Quote-page-title-btm {
  color: white;
  text-decoration: none;
  background-color: #003346;
  border: none;
  border-radius: 5px;
  box-shadow: 1px 1px 3px black;
  padding: 10px 20px 10px 20px;
}
.Quote-page-title-btm:hover {
  color: white;
  border-bottom: 2px solid orange;

}
.popup-message {
  display: none;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: rgb(0, 158, 45);
  color: white;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.message-popup {
  z-index: 4;
  color: white;
  width: 600px;
  padding: 50px;
  background-color: rgba(0, 122, 20, 0.9);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  border-radius: 25px;
  box-shadow: 1px 2px 5px black;
}

.success-message-link {
  color: white;
  text-decoration: underline;
}
.success-message-link:hover {
  color: wheat;
}
.unread-items {
  font-weight: bold;
}
.read-items {
  font-weight: normal;
}
.notification-bell {
  width: 50px;
  border-radius: 50px;
  margin-top: -5px;
  margin-bottom: -5px;
  padding: 1px;
  float: right;
}
.user-score {
  color: white;
  display:inline;
  width: 30px;
  height: 15px;
  padding: 0 2px 2px 2px;
  border-radius: 5px;
  margin: 45px -40px 0 0;
  font-size: 10px;
  float: right;
  text-align: center;
}

.notification-bell-unread-number {
  position: absolute;
  margin-top: 10px;
  margin-left: -3vw;
  margin-right: 3vw;
  color: white;
  background-color: red;
  width: 18px;
  height: 18px;
  padding: 1px;
  border-radius: 25px;
  font-size: 10px;
  float: right;
  text-align: center;
}

.notification-unread-number {
  color: white;
  background-color: red;
  width: 25px;
  height: 25px;
  padding: 3px;
  border-radius: 30px;
  box-shadow: 1px 1px 2px black;
  margin-top: -25px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 600;
  float: right;
  text-align: center;
}
.notification-read-number {
  color: white;
  background-color: #2868ff;
  display: inline;
  width: 35px;
  height: 35px;
  /*padding: 1px;*/
  border-radius: 50px;
  /*margin-top: 1px;*/
  /*margin-right: 1px;*/
  font-size: 20px;
  float: right;
  text-align: center;
}
.list-notification-popup {
  color: #000000;
  text-decoration: none;
}
.list-notification-popup:hover {
  background-color: #a6caff;
}

.notification-box{
  margin: 50px auto; 
  height: auto;
  padding: 50px;
  border-radius: 15px;
  box-shadow: 1px 2px 5px dodgerblue;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
.notification-box::-webkit-scrollbar-track{
  margin: 10px 0 10px 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 139, 252, 0.3);
  border-radius: 15px;
}
.notification-box::-webkit-scrollbar{
  width: 10px;
  background-color: rgba(125, 164, 255, 0);
  border-radius: 15px;
}

.notification-box::-webkit-scrollbar-thumb{
  background-color: #0062ff;
  border: 1px solid #007878;
  border-radius: 10px;
}




/*ToolTip*/
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltip-text {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.process-button {
  margin: 0 auto;
  width: 60px;
  padding: 2px;
  border-radius: 50px;
}

.process-button:hover {
  box-shadow: 1px 1px 5px blue;
}

.process-title-circle {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: white;
  background-color: green;
  text-align: center;
}
.process-title-text {
  margin: 20px auto;
  font-size: 25px;
  font-family: "Times New Roman", serif;
}

.ai-text {
  font-size: 17px;
  color: #b1e4d7;
  font-style: italic;
}

.ai-scrolled-box{
  height: 340px; 
  overflow: auto; 
  font-size: 17px;
}
.ai-scrolled-box::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 15px;
}
.ai-scrolled-box::-webkit-scrollbar{
  width: 10px;
  background-color: #1c1c1c;
  border-radius: 15px;
}

.ai-scrolled-box::-webkit-scrollbar-thumb{
  background-color: #000000;
  border: 2px solid #555555;
  border-radius: 0;
}

.green-scrolled-box{
  height: 340px;
  overflow: auto;
  font-size: 17px;
}
.green-scrolled-box::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0, 139, 252, 0.3);
  border-radius: 15px;
}
.green-scrolled-box::-webkit-scrollbar{
  width: 10px;
  background-color: rgba(125, 164, 255, 0);
  border-radius: 15px;
}

.green-scrolled-box::-webkit-scrollbar-thumb{
  background-color: #003232;
  border: 1px solid #007878;
  border-radius: 10px;
}

.goals-section-title {
  width: 100%;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  padding: 3px 20px 3px 20px;
  margin-bottom: 10px;
  margin-top: -15px;
  color: #ffffff;
  text-shadow: 1px 1px 1px black;
  box-shadow: 1px 1px 3px black;
  background-color: rgb(0, 100, 100);
  border-radius: 20px 20px 1px 1px;
}
.goals-section-title:hover{
  background-color: rgb(0, 150, 150);
}

.goals-section-title2 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 3px 20px 3px 20px;
  margin-bottom: 10px;
  margin-top: -15px;
  color: #ffffff;
  text-shadow: 1px 1px 1px black;
  box-shadow: 1px 1px 3px black;
  background-color: rgb(0, 100, 100);
  border-radius: 20px 20px 1px 1px;
}

.open-section {
  color: #2e8b8c;
  margin-top: -7px;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 50px;
  background-color: rgba(0, 120, 136, 0.8);
  box-shadow: 1px 1px 3px black;
  /*animation-name: openSection;*/
  /*animation-duration: 1000ms;*/
}
@keyframes openSection {
  from {opacity: 0.0}
  to {opacity: 1}
}

.close-section {
  animation-name: closeSection;
  animation-duration: 200ms;
}
@keyframes closeSection {
  from {height: 500px}
  to {height: 1px}
}

.tab-icon {
  margin-bottom: 0;
  margin-right: 10px;
  padding: 5px;
  font-size: 18px; 
  color: #9effec;
  background-color: rgb(0, 100, 100);
  border-radius: 25px;
}

.tools-goal {
  cursor: pointer;
  width: 30px;
  height: 30px;
  font-size: 18px;
  color: #c8ffed;
  padding: 7px;
  border: 1px solid #c8ffed;
  border-radius: 25px;
  box-shadow: 1px 1px 1px black;
}

.tools-goal:hover {
  color: white;
  background-color: #3fbeab;
}
.tools-goal:focus {
  color: white;
  background-color: #009f6b;
}

.tools-micro-goals {
  cursor: pointer;
  width: 30px;
  height: 30px;
  font-size: 18px;
  color: #c8ffed;
  padding: 7px;
  border: 1px solid #c8ffed;
  border-radius: 25px;
  box-shadow: 1px 1px 1px black;
}

.tools-micro-goals:hover {
  color: white;
  background-color: #00734f;
}
.tools-micro-goals:focus {
  color: white;
  background-color: #009f6b;
}

.tools-task {
  width: 5px;
  cursor: pointer;
  font-size: 18px;
  color: dodgerblue;
}

.tools-task:hover {
  color: #00eaff;
}


.popup-background {
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
  border-radius: 0;
  color: white;
  font-size: 50px;
  text-align: center;
  position: absolute;
}
.submenu-background {
  z-index: 0;
  display: none;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  background-color: rgba(0, 0, 0, 0.0);
  margin: 0 auto;
  border-radius: 50px;
  color: white;
  font-size: 50px;
  text-align: center;
  position: absolute;
}

.openGuidePopup {
  z-index: 4;
  height: 50%;
  width: 50%;
  padding: 50px;
  background-color: #0045b2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  border-radius: 3px;
  box-shadow: 1px 2px 5px black;
}

.help-title {
  margin-top: 25px;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #00ff00;
}
.help-text {
  color: #a9e9ff;
  font-family: "Calibri Light", serif;
  font-size: 16px;
}
.popup-text-guide-task {
  color: #a9e9ff;
  font-family: "Calibri Light", serif;
  font-size: 16px;
  line-height: 16px;
}
.bold-text-guide-task {
  color: wheat;
  font-family: "Calibri Light", serif;
  font-size: 16px;
  text-decoration: underline;
}

.title-list-goal-samples {
  margin-top: 25px;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #00ff00;
}

.goal-samples-list {
  color: #a9e9ff;
  font-family: "Calibri Light", serif;
  font-size: 16px;
  list-style-position: inside;
  padding-left: 25px;
  text-indent: -1.5em;

}

.popup-scrolled-box{
  height: 100%;
  overflow: auto;
  font-size: 17px;
}
.popup-scrolled-box::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0, 139, 252, 0.3);
  border-radius: 15px;
}
.popup-scrolled-box::-webkit-scrollbar{
  width: 10px;
  background-color: rgba(125, 164, 255, 0);
  border-radius: 15px;
}

.popup-scrolled-box::-webkit-scrollbar-thumb{
  background-color: #0062ff;
  border: 1px solid #007878;
  border-radius: 10px;
}
.goals-popup-title {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 3px 20px 3px 20px;
  margin-bottom: 40px;
  margin-top: -42px;
  color: #ffffff;
  text-shadow: 1px 1px 1px black;
  box-shadow: 1px 1px 3px black;
  background-color: rgb(0, 80, 185);
  border-radius: 20px 20px 1px 1px;
}
.close-popup-btn {
  cursor: pointer;
  color: white;
  width: 25px;
  height: 25px;
  font-size: 20px;
  /*padding: 4px;*/
  text-align: center;
  align-content: center;
  background-color: #ff0000;
  border-radius: 2px;
  border: 1px solid red;
}

.close-popup-btn:hover {
  background-color: #c50000;
  color: white;
}
.note-link-btn {
  color: white;
  width: 60px;
  height: 60px;
  font-size: 35px;
  text-align: center;
  font-weight: normal;
  align-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  box-shadow: 1px 1px 2px black;
  text-shadow: 1px 2px 2px black;
}
.note-link-btn:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.goal-text-danger {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 5px;
  line-height: 16px;
  padding:0 5px 5px 5px;
}
.main-goal {
  font-size: 18px;
  text-transform: capitalize;
  color: #b9fff6;
  font-weight: bold; 
  text-shadow: 1px 1px 1px black;
}
.main-goal-2 {
  font-size: 16px;
  text-transform: capitalize;
  color: #b9fff6;
  font-weight: 400;
}
.micro-goal-title {
  cursor: pointer;
  width: 150px;
  height: 24px;
  color: white;
  background-color: dodgerblue;
  border-radius: 30px;
  z-index: 1;
  box-shadow: 1px 1px 1px black;
  align-content: center;
}

.micro-goal-text {
  cursor: pointer;
  width: 85%;
  height: 28px;
  margin: 2px 5px 2px -152px;
  padding-left: 160px;
  padding-right: 55px;
  color: #002650;
  background-color: #9bceff;
  box-shadow: 1px 1px 2px black;
  border-radius: 30px;
  align-content: center;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.task-of-micro-goal-title {
  cursor: pointer;
  width: 150px;
  height: 24px;
  color: white;
  background-color: #2471bb;
  border-radius: 30px;
  z-index: 1;
  box-shadow: 1px 1px 1px black;
  align-content: center;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.task-of-micro-goal-title:hover {
  color: white;
  background-color: dodgerblue;
  }

.task-of-micro-goal-text {
  cursor: pointer;
  width: 85%;
  height: 28px;
  margin: 2px 5px 2px -152px;
  padding-left: 160px;
  padding-right: 55px;
  color: #002650;
  background-color: #b5d6f8;
  box-shadow: 1px 1px 2px black;
  border-radius: 30px;
  align-content: center;
  text-decoration: none;
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis;
}
.task-of-micro-goal-text:hover{
  color: #002650;
  background-color: #9bceff;

}

.micro-goal-btn {
  cursor: pointer;
  padding: 7px;
  width: 30px;
  height: 30px;
  font-size: 18px;
  border-radius: 25px;
}

.micro-goal-btn:hover {
  box-shadow: 1px 1px 2px;
}

.help-micro-goal-btn {
  cursor: pointer;
  background-color: dodgerblue;
  color: #bffaff;
  padding: 7px;
  width: 30px;
  height: 30px;
  font-size: 18px;
  border-radius: 25px;
  margin-right: 10px;
  margin-top: 5px;
}

.help-micro-goal-btn:hover {
  background-color: #005bb6;
  box-shadow: 1px 1px 2px black;
}

/*.help-micro-goal-link{*/
/*  color: dodgerblue;*/
/*  cursor: pointer;*/
/*  font-weight: 500;*/
/*  text-decoration: underline;*/
/*}*/
/*.help-micro-goal-link:hover{*/
/*  color: #0034ab;*/
/*}*/

.micro-goal-details {
  margin: 2px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  width: 22px;
  height: 22px;
  color: #0081ff;
  background-color: rgb(208, 253, 225);
  z-index: 1;
  box-shadow: -1px -1px 1px black;
  align-content: center;
}
.open-sublist {
  cursor: pointer;
  color: #369cff;
  font-size: 25px;
  text-align: center;
  text-shadow: -1px -1px 1px black;

}
.open-sublist:hover {
  color: #369cff;
}
.micro-goal-create-title {
  width: 150px;
  height: 24px;
  background-color: #005b38;
  border-radius: 30px;
  z-index: 1;
  box-shadow: 1px 1px 1px black;
  align-content: center;
}
.micro-goal-create-title-1 {
  width: 150px;
  height: 24px;
  background-color: #ff2a2a;
  border-radius: 30px;
  z-index: 1;
  box-shadow: 1px 1px 1px black;
  align-content: center;
}

.micro-goal-edit-title {
  width: 150px;
  height: 24px;
  background-color: #005b38;
  border-radius: 5px;
  z-index: 1;
  box-shadow: 1px 1px 1px black;
  align-content: center;
}

.micro-goal-input-title {
  color: #acffdd;
  margin-top: -1px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  width: 130px;
  
}
.micro-goal-input-title::placeholder {
  color: #b9ffa6;
}
.type-items {
  background-color: #005b38;
  color: #acffdd;
}
.type-items-1 {
  background-color: #c45833;
  color: #ffffff;
}

.micro-goal-create-text {
  width: 94%;
  height: 28px;
  margin: 2px 5px 2px -152px;
  padding-left: 160px;
  padding-right: 10px;
  color: #7c7c7c;
  background-color: #ffffff;
  box-shadow: 1px 1px 2px black;
  border-radius: 30px;
  align-content: center;
}
.micro-goal-edit-text {
  width: 100%;
  height: auto;
  margin: 2px 0 10px 0;
  /*padding-left: 160px;*/
  color: #7c7c7c;
  background-color: #ffffff;
  box-shadow: 1px 1px 2px black;
  border-radius: 5px;
  align-content: center;
}

.micro-goal-create-btn {
  cursor: pointer;
  padding: 7px;
  width: 30px;
  height: 30px;
  font-size: 18px;
  border-radius: 25px;
  color: green;
}

.micro-goal-create-btn:hover {
  box-shadow: 1px 1px 2px;
}

.micro-goal-create-details {
  margin: 2px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  width: 22px;
  height: 22px;
  color: #acffdd;
  background-color: #005b38;
  z-index: 1;
  box-shadow: 1px 1px 1px black;
  align-content: center;
}
.micro-goal-create-details-1 {
  margin: 2px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  width: 22px;
  height: 22px;
  color: #ffffff;
  background-color: #fd6027; 
  z-index: 1;
  box-shadow: 1px 1px 1px black;
  align-content: center;
}

.micro-goal-edit-details {
  width: 15%;
  margin: 2px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  height: 22px;
  color: #acffdd;
  background-color: #005b38;
  z-index: 1;
  box-shadow: 1px 1px 1px black;
  align-content: center;
}

.micro-goal-input-text {
  margin-top: 2px;
  color: #565656;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  width: 92%;
 }
.micro-goal-input-edit {
  margin-top: 10px;
  color: #565656;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  width: 100%;
}

.micro-goal-input-details {
  background-color: rgba(0, 0, 255, 0);
  border: none;
  width: 24px;
}

/* Chrome, Safari, Edge, Opera */
.micro-goal-input-details::-webkit-outer-spin-button,
.micro-goal-input-details::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.micro-goal-input-details[type=number] {
  -moz-appearance: textfield;
}

.micro-goal-text-danger {
  width: 100%;
  margin-top: 5px;
  font-size: 12px;
  color: #ff9797;
  line-height: 12px;
}
.delete-title-column {
  width: 50%;
  font-size: 14px; 
  color: #a9e9ff; 
  text-shadow: 1px 1px 1px black; 
  text-align: right;
}

.delete-data-column {
  width: 50%;
  height: 20px;
  font-size: 14px;
  color: #a9e9ff;
  text-align: left;
}

.number-bar {
  background-color: red;
}
.task-edit-field {
  width: 95%;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: -15px;
  border: none;
  box-shadow: none;
  padding: 1px 10px 2px 10px;
  font-size: 16px;
  /*border-bottom: 1px solid white;*/
}

.reminder-title-column {
  width: 30%;
  font-size: 14px;
  color: #a9e9ff;
  text-shadow: 1px 1px 1px black;
  text-align: right;
}

.reminder-data-column {
  width: 70%;
  font-size: 14px;
  color: #a9e9ff;
  text-align: left;
}
.dropdown-task-item {
  color: #ffffff;
}
.task-sign-bullet{
  width: 10px;
  height: 10px;
  border-radius: 20px;
  box-shadow: -1px -1px 1px black;
  padding: 6px 6px 6px 6px;
  margin: 3px auto;
}

.task-edit-number-bar {
  margin: 0 1px 1px 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  width: 10%;
  border-radius: 50px;
  color: #69ffc2;
  background-color: #0041a9;
  box-shadow: -1px -1px 1px black;
}

.task-edit-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: dodgerblue;
  outline: none;
  opacity: 0.7;
  border-radius: 50px;
  box-shadow: 1px 1px 3px black;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.task-edit-slider:hover {
  opacity: 1;
}

.task-edit-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background: dodgerblue;
  box-shadow: 1px 1px 3px black;
  cursor: pointer;
}

.task-edit-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}

.disabled-element {
  pointer-events: none;
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #2e4352;
  outline: none;
  opacity: 0.4;
  border-radius: 50px;
  box-shadow: 1px 1px 3px black;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.edit-title-column {
  width: 35%;
  font-size: 14px;
  color: #a9e9ff;
  text-shadow: 1px 1px 1px black;
  text-align: right;
}

.edit-data-column {
  width: 65%;
  font-size: 14px;
  color: #a9e9ff;
  text-align: left;
}

.Edit-task-checkBox[type="checkbox"]:before {
  /*position: relative;*/
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  background: rgb(0, 68, 177) !important;

}
.checkbox-image {
  width: 25px; 
  height: 25px; 
  cursor: pointer;
  margin-left: -18px;
  opacity: 0.8;
}
.checkbox-image:hover{
  opacity: 1.0;
}

/* Search */
#searchBox {
  width: 300px;
  padding: 10px;
  font-size: 16px;
}

#resultsList {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid #ccc;
}

#resultsList li {
  padding: 5px;
  cursor: pointer;
}

#resultsList li:hover {
  background-color: #eee;
}
.table-index {
  color: #a4d2ff !important;
  background-color: dodgerblue !important;
  text-align: right;
  padding: 0 15px 0 15px !important;
  border-radius: 25px;
}
.table-index:hover{
  background-color: #0082ff !important;
}

.input-live-search {
  width: 100%;
  border: 0 solid;
  border-radius: 2px;
  box-shadow: 1px 2px 3px black;
  padding: 3px 10px 3px 10px;
  margin: 0;
}

.sort-item-div{
  cursor: pointer;
  box-shadow: 1px 2px 3px black;
  margin: 5px 5px 0 5px;
  text-align: center;
  width: 10%;
  padding: 0;
}

.sort-item-div:hover{
  background-color: #a8fff3;
}

.sort-item-link{
  color: green;
  text-decoration: none;
}

.related-goal-input{
  color: #acffdd;
  margin-top: 1px;
  background-color: rgba(0, 0, 255, 0);
  border: none;
  width: 100%;

}

/*// --- self confidence ---\\*/

.self-confidence-background-image {
  background-image: url('/Images/02-Backgrounds/004.jpg');
  height: 500px;
  margin-top: 20px;
  align-content: center;
  background-size: cover;
}

.self-confidence-background{
  background-color: red;
  margin: 0 20% auto;
  /*width: 60%; */
  color: white; 
  /*margin-top: 50px; */
  animation: moveToMiddle 1s backwards;
}
@keyframes moveToMiddle {
  from{
    /*transform: translateY(100%);*/
    opacity: 0;
  }
  to {
    /*transform: translateY(0px); */
    opacity: 1;
  }
}
@keyframes moveUp {
  from{
    transform: translateY(0%);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}

.self-confidence-background-question{
  width: 60%;
  margin: 0 20% auto;
  font-size: 18px; 
  color: #ffffff; 
  text-shadow: 1px 1px 1px black;
  font-weight:200; 
  border-radius: 10px; 
  padding: 50px; 
  background-color: rgb(1, 145, 189); 
  box-shadow: 2px 2px 5px black; 
  animation: moveToMiddle 1s backwards;
}

.self-confidence-question{
  font-size: 30px;
  margin-bottom: 10Px;
}

.self-confidence-option-label{
  cursor: pointer;
}
.self-confidence-option-label:hover{
  font-weight: 500;
}

/* Remove the default appearance of the radio button */
.self-confidence-option {
  display: none;
}

/* Style the button */
.custom-radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #00fff7;
  box-shadow: -1px -1px 3px black;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: 5px;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}

input[type="radio"]:checked + .custom-radio {
  background-color: #007570;
  border-color: #00fff7;
}

.custom-radio::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.0;
  transition: opacity 0.3s;
}

input[type="radio"]:checked + .custom-radio::after {
  opacity: 1;
}
.self-confidence-button{
  cursor: pointer;
  width: 60px;
  padding: 2px;
  border-radius: 50px;
}
.self-confidence-button:hover{
  box-shadow: 1px 1px 5px white;
}

.self-confidence-process-button{
  display: inline-block;
  width: 20px;
  height: 20px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  background-color: #919191;
  padding: 0;
  border-radius: 25px;
  box-shadow: 1px 1px 2px black;
  opacity: 0.7;
}
.self-confidence-process-button:hover{
opacity: 1}

.self-confidence-tool-section{
  width: 100%; 
  height: auto; 
  margin-top: 60px;
  box-shadow: 2px 2px 5px black; 
  text-align: right; 
  border-radius: 15px;
}
.self-confidence-tool-section:hover{
  box-shadow: 2px 2px 5px rgba(255, 255, 255, 0.5);
}
.self-confidence-tool-image{
  width: 120px; 
  padding: 5px;
  margin-top: -60px;
  margin-bottom: -50px;
}

.self-confidence-tool-title{
  color: white; 
  font-size: 25px;
  text-shadow: 1px 2px 5px black;
  margin-top: -60px;
  margin-bottom: 40px;
  text-align: left;
  font-weight: bold;
}

/*// map \\*/

.map-container {
  z-index: 0;
  width: 100%; /* Make container width responsive */
  height: auto; /* Maintains aspect ratio */
  box-shadow: 2px 2px 5px black;
  margin: 20px 0 50px 0;
  overflow: hidden; /* Hide overflow */
  position: relative;
}
.map-image {
  width: 100%;
  height: 100%; 
  position: absolute;
  cursor: grab;
}
.map-cells{
  height: auto;
  margin: 0;
}
.map-cell-1{
  z-index: 2;
  justify-content: center; /* Horizontal center */
  align-items: center; /* Vertical center */
  width: 10%;
  height: calc(7.4vw); /* Height locked to width */
}

.map-cell{
  z-index: 1;
  display: flex; 
  justify-content: center; /* Horizontal center */ 
  align-items: center; /* Vertical center */ 
  width: 10%;
  height: 90px;
  /*background-color: rgba(255, 255, 255, 0.6);*/
  /*background-image: url("/Images/Map/Cloud.png");*/
  background-size: cover;
  /*box-shadow: 1px 1px 50px rgba(255, 255, 255, 1);*/
  }
.map-cloud-background{
  /*z-index: 10; */
  width: 150%;
  /*margin-top: 50px; */
  /*margin-left: 50px*/
}

.map-btn{
  display: none;
  width: 100%;
  z-index: 3;
  opacity: 0.8;
}
.map-btn:hover{
  opacity: 1;
}
.map-btn-yellow{
  display: none;
  cursor: pointer;
  width: 180%;
  z-index: 3;
  opacity: 0.7;
}
.map-btn-yellow:hover{
  opacity: 1;
}
.map-btn-yellow-cloud{
  /*display: none;*/
  width: 180%;
  z-index: 3;
  opacity: 1;
}
/*.map-btn-yellow-cloud:hover{*/
/*  opacity: 1;*/
/*}*/

.map-back-off{
  z-index: 1;
  display: flex;
  justify-content: center; /* Horizontal center */
  align-items: center; /* Vertical center */
  width: 10%;
  height: 90px;
}
.map-back-so-so{
  z-index: 1;
  display: flex;
  justify-content: center; /* Horizontal center */
  align-items: center; /* Vertical center */
  width: 10%;
  height: 90px;
  /*background-image: url("/Images/Map/Cloud.png");*/
  background-size: cover;
}

.map-rate-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: dodgerblue;
  outline: none;
  opacity: 0.7;
  border-radius: 50px;
  box-shadow: 1px 1px 3px black;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.map-rate-slider:hover {
  opacity: 1;
}

.map-rate-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background: dodgerblue;
  box-shadow: 1px 1px 3px black;
  cursor: pointer;
}

.map-rate-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}
.map-rate-number-bar {
  width: 30px; 
  height: 30px;  
  margin: 0 1px 1px 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  border-radius: 50px;
  color: #69ffc2;
  background-color: #0041a9;
  box-shadow: -1px -1px 1px black;
}
.map-comment{
  width: 100%;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.18);
  margin-top: 10px;
  border: none;
  box-shadow: none;
  padding: 1px 10px 2px 10px;
  font-size: 16px;
  border-bottom: 1px solid white;
  border-radius: 5px;
}
.basic-info-profile-img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
  cursor: pointer;
  margin-top: -15px;
  margin-bottom: -5px;
  padding: 0px;
  border: 2px solid #00ffbb;
}

 .hr-text {
   display: flex;
   align-items: center;
   text-align: center;
   margin: 20px 0;
 }

.hr-text::before,
.hr-text::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #00d8ff;
}

.hr-text:not(:empty)::before {
  margin-right: 10px;
}

.hr-text:not(:empty)::after {
  margin-left: 10px;
}
/*// Scoreboard */
.scoreboard-score{
    margin: 2px 2px 2px -78px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0;
    width: 70px;
    height: 22px;
    color: #0081ff;
    background-color: rgb(208, 253, 225);
    z-index: 1;
    box-shadow: -1px -1px 1px black;
    align-content: center;
    border-radius:3px 10px 10px 3px; 
}
.scoreboard-name {
  width: 150px;
  height: 24px;
  color: white;
  background-color: dodgerblue;
  border-radius: 30px;
  z-index: 1;
  box-shadow: 1px 1px 1px black;
  align-content: center;
  text-align: center;
}
.scoreboard-bar {
  width: 85%;
  height: 28px;
  margin: 2px 5px 2px -152px;
  padding-left: 160px;
  padding-right: 55px;
  color: #002650;
  background-color: #9bceff;
  box-shadow: 1px 1px 2px black;
  border-radius: 30px;
  align-content: center;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/*//------ sales Panel*/
/*// --------success skills section */
.sales-panel-skill-line {
  margin-top: 5px; 
  background-color: white; 
  display: flex; 
  width: 100%;
  height: 28px;
  padding: 2px;
  align-items: center;
  color: #2f2f2f;
  box-shadow: 1px 1px 2px black;
  border-radius: 30px;
}

.sales-panel-skill {
  width: 700px;
  height: 28px;
  margin-top: 30px;
  padding: 2px;
  align-items: center;
  color: #2f2f2f;
  background-color: #bdbdbd;
  box-shadow: 1px 1px 2px black;
  border-radius: 30px;
  align-content: center;
}

.sales-panel-skill {
  width: 700px;
  height: 28px;
  margin-top: 30px;
  padding: 2px;
  align-items: center;
  color: #2f2f2f;
  background-color: #bdbdbd;
  box-shadow: 1px 1px 2px black;
  border-radius: 30px;
  align-content: center;
}

.sales-panel-skill-title {
  color: #ffffff;
  background-color: #008c4f;
  width: 180px;
  height: 24px;
  border-radius:3px 10px 10px 3px;
  z-index: 1;
  box-shadow: 1px 1px 1px black;
  align-content: center;
  margin: 2px;
  text-align: center;
  /*padding-left: -10px;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}
.sales-panel-skill-description {
  width: 80%;
  font-size: 14px;
  height: 28px;
  margin: 2px 5px 2px 5px;
  padding-right: -1px;
  color: #2f2f2f;
  border-radius: 30px;
  align-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sales-panel-skill-description-box {
  width: 450px;
  font-size: 14px;
  height: 28px;
  margin: 2px 5px 2px 5px;
  padding-right: -1px;
  color: #2f2f2f;
  border-radius: 30px;
  align-content: center;
}

.sales-panel-skill-icon {
  margin: 2px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  width: 22px;
  height: 22px;
  color: #ffffff;
  background-color: #008c4f;// #b45a00;
  z-index: 1;
  box-shadow: 1px 1px 1px black;
}
.sales-panel-skill-flag{
  width: 50px;
  margin-top: -55px;
  margin-left: 7px;
  z-index: 2;
}
.sales-panel-skill-ok{
  width: 120%;
  margin-top: -10px;
  margin-left: 0px;
  z-index: 2;
}
.sales-panel-skill-coming-soon{
  width: 260%;
  margin-top: -45px;
  margin-left: -10px;
  z-index: 2;
}

.sales-panel-skill-cancel{
  width: 95%;
  margin-top: -4px;
  z-index: 2;
}

/*// --------success skills section1 */

.sales-panel-skill1 {
  width: 30%;
  margin: 20px 5px 10px 5px;
  height: 90px;
  padding: 5px 3px 5px 3px;
  align-items: center;
  color: #2f2f2f;
  background-color: #bdbdbd;
  box-shadow: 1px 1px 2px black;
  border-radius: 10px;
  align-content: center;
}

.sales-panel-skill-box {
  width: 30%;
  margin: 20px 5px 10px 5px;
  height: 90px;
  padding: 5px 3px 5px 3px;
  align-items: center;
  align-content: first baseline;  
  background-color: #bdbdbd;
  box-shadow: 1px 1px 2px black;
  border-radius: 10px;
  justify-content: center;
}

.sales-panel-skill-title1 {
  color: #ffffff;
  background-color: #008c4f;
  width: 78%;
  height: 24px;
  border-radius:3px;
  text-align: center;
  z-index: 1;
  box-shadow: 1px 1px 1px black;
  align-content: center;
  margin: 2px;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}
/*.sales-panel-skill-description1 {*/
/*  width: 450px;*/
/*  height: 28px;*/
/*  margin: 2px 5px 2px 5px;*/
/*  padding-right: -1px;*/
/*  color: #2f2f2f;*/
/*  border-radius: 30px;*/
/*  align-content: center;*/
/*}*/
/*.sales-panel-skill-icon1 {*/
/*  margin: 2px;*/
/*  !*cursor: pointer;*!*/
/*  font-size: 16px;*/
/*  font-weight: bold;*/
/*  text-align: center;*/
/*  padding: 0;*/
/*  width: 22px;*/
/*  height: 22px;*/
/*  color: #ffffff;*/
/*  background-color: #008c4f;*/
/*  z-index: 1;*/
/*  box-shadow: 1px 1px 1px black;*/
/*  align-content: center;*/
/*}*/
/*.sales-panel-skill-flag1{*/
/*  width: 50px;*/
/*  margin-top: -55px;*/
/*  margin-left: 7px;*/
/*  z-index: 2;*/
/*  !*opacity: 0.8;*!*/
/*}*/
/*.sales-panel-skill-ok1{*/
/*   width: 120%;*/
/*   margin-top: -10px;*/
/*   margin-left: 0px;*/
/*   z-index: 2;*/
/* }*/
/*.sales-panel-skill-coming-soon1{*/
/*  width: 260%;*/
/*  margin-top: -45px;*/
/*  margin-left: -10px;*/
/*  z-index: 2;*/
/*}*/

/*.sales-panel-skill-cancel1{*/
/*    width: 95%;*/
/*    margin-top: -4px;*/
/*    !*margin-left: 7px;*!*/
/*    z-index: 2;*/
/*}*/
/*//---- end of success skills section*/


.sales-panel-skill-part{
  color: white;
  height: 30px;
  margin-top: -84px;
  margin-bottom: 30px;
  padding: 4px;
  text-align: center;
  background-color: #0b5ed7;
  font-family: Poppins;
  font-size: 20px;
  border-radius: 25px 25px 0 0;
  box-shadow: 2px 2px 5px black;
  text-shadow: 1px 1px 2px black;
}
.sales-panel-skill-subtitle{
  margin-top: 30px;
  margin-bottom: 30px; 
  color: #1d79ff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 1px black;
  /*text-decoration: underline dodgerblue;*/
}
.terms-title2{
  font-size: 20px; 
  font-weight: bold;
  color: black;
  margin-top: 30px;
}
.terms-title3{
  font-size: 16px;
  font-weight: bold;
  color: black;
  margin-top: 20px;
}
.terms-table-head-tr{
  background-color: dodgerblue; 
  color: white; 
  text-align: center;
}
.terms-table-head-th{
  border: 2px solid white
}
.terms-table-body-tr{
  border-bottom: solid 1px dodgerblue;
}
.terms-table-body-td{
  text-align: center;
}
.billing-title {
  width: 150px;
  height: 24px;
  color: white;
  background-color: #24bb3d;
  border-radius: 30px;
  z-index: 1;
  box-shadow: 1px 1px 1px black;
  align-content: center;
  text-decoration: none
}

.billing-text {
  width: 85%;
  height: 32px;
  margin: 2px 5px 2px -152px;
  padding-left: 160px;
  padding-right: 55px;
  color: #000000;
  background-color: #b5f8bb;
  box-shadow: 1px 1px 2px black;
  border-radius: 30px;
  align-content: center;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.billing-details {
  margin: 2px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  /*padding-bottom: 25px;*/
  padding: 0 0 25px 0;
  width: 70px;
  height: 22px;
  color: #035000;
  background-color: rgb(208, 253, 225);
  z-index: 1;
  box-shadow: -1px -1px 1px black;
  align-content: center;
}
.panel-area{
  width: 345px;
  height: 700px;
  padding: 20px 20px 50px 20px;
  color: gray;
  margin: 0 30px 0 30px;
  box-shadow: 2px 3px 5px black; 
  border-radius: 10px 25px 25px 25px; 
  border: 2px solid dodgerblue; 
  /*text-align: center; */
  /*align-content: center;*/
}
.panel-beta{
  width: 50px;
  margin: -100px auto 35px 20px;
  background-color: dodgerblue;
  color: white;
  border-radius: 25px 25px 3px 3px;
  box-shadow: 2px 3px 5px black;
  align-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}

.panel-time{
  width: 100px;
  margin: -60px auto 35px 20px;
  background-color: dodgerblue;
  color: white;
  border-radius: 25px 25px 3px 3px;
  box-shadow: 2px 3px 5px black;
  align-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}

.panel-title{
  width: 344px;
  margin: -37px auto 0 auto;
  background-color: dodgerblue; 
  color: white; 
  border-radius: 25px 25px 3px 3px;
  text-shadow: -1px -1px 1px black;
  box-shadow: 2px 3px 5px black;
  align-content: center; 
  text-align: center;
  font-weight: bold; 
  font-size: 20px; 
}
.panel-price{
  width: 50px; 
  height: 40px;
  margin: -0px -45px 5px auto;
  background-color: dodgerblue; 
  color: white; 
  align-self: center; 
  border-radius: 3px 3px 25px 25px;
  box-shadow: 2px 3px 5px black;
  align-content: center; 
  text-align: center;
  font-weight: bold; 
  font-size: 15px;
}
.panel-icon{
  width: 20px;
  margin-top: -10px;
  margin-right: 10px;
  }
.panel-button {
  width: 200px;
  background-color: #0c63e4;
  color: white;
  border-radius: 3px 3px 25px 25px;
  box-shadow: 2px 3px 5px black;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  margin: 1px auto 0px auto;
  text-decoration: none;
  padding: 5px 50px 5px 50px;
}
.panel-button:hover{
  background-color: dodgerblue;
  color: white;
}
.panels{
  display: flex;
background-color: red;
  margin-top: 10px; 
  padding: 50px;
  width: 100%; /* Set the desired width */
  overflow-x: auto; /* Enable horizontal scrolling */
  white-space: nowrap; /* Prevent line breaks */
}
.swiper-container {
  width: 400px;
  height: auto; /* Adjust height as needed */
}
.swiper-slide {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 50px 0;
}
/*//------ Feedback------\\*/

.feedback-start-background{
  width: 100%;
  background-image: url('/Images/02-Backgrounds/Thinking_Background2.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  height: 500px;
}

.feedback-start-button{
  width: 200px;
}
.feedback-start-button:hover{
  box-shadow: 2px 2px 5px black;
  border-radius: 50px;
}
.feedback-textarea-background {
  /*margin-top: 10px;*/
  background-color: rgba(30, 30, 30, 0.5);
  width: 100%;
  color: #eaeaea;
  border-color: #00fff7;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-radius: 5px;
  padding: 15px;
}

.feedback-textarea-background::placeholder {
  color: #949494;
}

/*//---- invitation friends ----\\*/
.invitation-guide-title{
  margin-top: 50px;
  color: #00ffd5;
  font-weight: 600;
  font-size: 18px;
}
.invitation-guide-title-num{
  /*width: 200px !important;*/
  /*height: 200px!important;*/
  font-size: 35px;
  /*border-radius: 40px;*/
  color: #ffffff;
  /*border: solid 1px #ffffff;*/
}
.get-link-btn{
  color: white; 
  background-color: rgba(0, 194, 39, 0); 
  padding: 5px; 
  margin: 10px auto;
  width: 50%; 
  border: none;
  box-shadow: 1px 2px 5px black;
  border-radius: 25px;
}
.get-link-btn:hover{
  background-color: #00c200;
}
.copy-div{
  cursor: pointer;
  display: none;
  color: #0dcaf0;
}
.copy-div:hover{
  color: #a2d7ff;
}
.invitation-guide-bold-text{
  /*text-shadow: 1px 1px 1px #00478d;*/
  color: #85ffe7;
}
.invitation-guide-link{
  color: #54ff4e;
}
.invitation-guide-link:hover{
   color: #0dcaf0;
 }
.invitation-guide-input{
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  color: #000000;
  border-color: #ffffff;
  border-top-width: 0 ;
  border-right-width: 0 ;
  border-left-width: 0 ;
  border-bottom-width: 1px;
  padding: 10px;
}
.invitation-guide-input::placeholder {
  color: #4d4d4d;
}
.invitation-example{
  font-style: italic;
}
.pro-tip{
  font-weight: 500;
}

/*//----- Profile ----- \\*/
.profile-title{
  width: auto;
  text-align: center;
  background-color: #009124; 
  color: white; 
  font-weight: 600;
  font-size: 16px;
  margin-top: -65px; 
  padding: 0 30px 3px 30px;
  border-radius: 30px; 
}
.profile-edit-icon{
  color: #0dcaf0;
  font-size: 18px;
  padding: 5px;
}
.profile-edit-icon:hover{
  color: #0c63e4;
}
.profile-person-img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin-top: 5px;
  box-shadow: 1px 1px 3px black;
}
.profile-label{
  width: 40%;
  font-weight: 500;
}
.profile-label-dot{
  padding: 5px;
  color: #757575; 
  font-size: 8px; 
  margin: -5px 5px 5px 10px;
}
.profile-info{
  width: 60%;
}
.profile-subtitle{
  color: #0d6efd;
  width: 100%;
  font-weight: 500;
  margin-top: 50px;
  border-bottom: 2px dodgerblue solid;
}
.profile-subtitle2{
  color: dodgerblue;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
  /*font-size: 18px*/
}
.profile-subtitle-icon{
  background-color: dodgerblue;
  color: white;
  border-radius: 20px 20px 0 0;
  padding: 5px;
}

/*//----- AI suggestion fo Desktop mode -----------\\*/
/* ---------------------------
   1. Desktop (Default styles)
---------------------------- */
body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
}

.header, .footer {
  padding: 1rem 2rem;
  background-color: #333;
  color: #fff;
}

.main-content {
  display: flex;
  gap: 2rem;
  padding: 2rem;
}

.sidebar {
  width: 250px;
  background-color: #eee;
}

.content-area {
  flex: 1;
}
/*------------- Desktop: General Setting*/
.width-10{
  width: 10%;
}
.width-40{
  width: 40%;
}
.section-2-6-2 {
  margin: 50px 20% auto;
}
.section-1-8-1 {
  margin: 0 10% auto;
}
.section-5-5{
  width: 50%; 
  padding: 50px; 
  color: #dbfff7; 
  font-size: 16px;
}
.section-list-tasks{
  margin: 10px auto;
  width: 60%
}
.section-fixed{
  width: auto; 
  position: fixed;
  top: 30%;
  left: 65%; 
  padding: 50px; 
  align-content: start; 
  margin-top: 70px;
}
.mobile-size-alert{
  display: none;
}

/* ---------------------------
   2. Tablet Landscape (768px - 1024px)
---------------------------- */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) { /* Tablet */
  
  /*//--------- Tablet: Header -----------\\*/
.header-icon{
  margin-top: 15px;
  width: auto;
  height: 35px;
}
  .menu-icon {
    padding: 5px;
  }
  .notification-bell-unread-number {
    margin-left: -4vw;
    margin-right: 4vw;
  }

  /*//--------- Tablet: General -----------\\*/
  .width-10{
    width: 5%;
  }
  .width-40{
    width: 44%;
  }
  .section-2-6-2 {
    margin: 50px 10% auto;
  }
  .section-1-8-1 {
    margin: 0px 0% auto;
  }
  .self-awareness-section {
    width: 45%;
    padding: 20px;
    margin: 10px;
  }
  .openGuidePopup {
    height: 70%;
    width: 60%;
  }
  .micro-goal-input-text {
    width: 88%;
  }
  .section-list-tasks{
    margin: 10px auto;
    width: 75%
  }
  .self-confidence-background-question {
    width: 80%;
    margin: 0 10% auto;
  }
  .feedback-start-background{
    height: 400px;
  }
  .section-5-5 {
    width: 75%;
  }
  .section-fixed {
    top: 0%;
    left: 75%;
  }
  .mobile-size-alert{
    display: none;
  }
  .sales-panel-skill-title1 {
    /*font-size: 13px;*/
    /*padding: 0;*/
    width: 65%;
  }
  .sales-panel-skill-description-box {
    /*font-size: 14px;*/
  }
  .sales-panel-skill-box {
    height: 110px;
    padding: 0;
  }
.login-section{
  margin: 10% 20% 10% 20%;
}
  }


/* ---------------------------
   3. Mobile Landscape (320px - 767px)
---------------------------- */
@media (min-width: 320px) and (max-width: 767px) and (orientation: landscape) { /* Mobile */

  /*//--------- Mobile: Header -----------\\*/
  .header-icon{
    margin-top: 15px;
    height: 30px;
  }
  .menu-icon {
    padding: 5px;
  }
  .notification-bell-unread-number {
    margin-left: -5vw;
    margin-right: 4vw;
  }
  /*//--------- Mobile: General -----------\\*/
  .width-10{
    width: 0;
  }
  .width-40{
    width: 48%;
  }
  .section-2-6-2 {
    /*height: 100%;*/
    margin: 50px 5% auto;
  }
  .section-1-8-1 {
    margin: 0px 0%;
  }
  .section-list-tasks{
    margin: 10px 5% auto;
    width: 90%
  }
  .section-5-5 {
    width: 80%;
  }

    .self-awareness-section {
    width: 45%;
    padding: 20px;
    margin: 10px;
  }
  .openGuidePopup {
    height: 70%;
    width: 80%;
  }
  .micro-goal-input-text {
    width: 85%;
  }
  .self-confidence-background-question {
    width: 90%;
    margin: 0 5% auto;
  }
  .feedback-start-background{
    margin-top: -60px;
  }
  .section-fixed {
    top: 0;
    left: 75%;
  }
  .footer-text {
    display: none;
  }
  .mobile-size-alert{
    color: white;
    display: block;
  }
  .sales-panel-skill-title1 {
    font-size: 13px;
    padding: 0;
    width: 55%;
  }
  .sales-panel-skill-description-box {
    font-size: 12px;
  }
  .sales-panel-skill-box {
    height: 110px;
    padding: 0;
  }
  .login-section{
    margin: 10% 15% 10% 15%;
  }

}

/* ---------------------------
   4. Portrait Mode Warning (All sizes)
---------------------------- */
@media (orientation: portrait) {
  body > *:not(.rotate-warning) {
    display: none !important;
  }

  .rotate-warning {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    padding: 2rem;
  }
}

.rotate-warning {
    display: none;
}

