@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

body{font-family: "Nunito Sans", sans-serif;}
.container{max-width: 1200px !important; width: 100% !important; margin: 0 auto !important;}
input::-webkit-input-placeholder{ background-color:  transparent !important;}
input:-moz-placeholder { background-color:  transparent !important;}
h2,h5{font-size: 30pt; color: #000000; font-weight: bold;}
h5{font-size: 20px;}
p{font-size: 24px; line-height: 38px; color: #636363;}
a:hover,a:focus, a.active{color: #00B1FF !important;-webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
h1 a img{width: 100%;}

.login-outer{background: #f9f7f2; height: 100vh; width: 100%;}
.top{background-color: #eefbff; min-height: 30vh; width: 100%; padding-bottom: 100px;}
.screen-1 { background: #ffffff; padding: 0 2em 2em 2em; display: flex; flex-direction: column; border-radius: 30px; box-shadow: 0 0 1em #ededed; gap: 2em;}
.logo {display: flex;flex-wrap: wrap; justify-content: space-between; align-items: center;}
.logo h1 { max-width: 300px;}
.screen-1 .email { background: white; box-shadow: 0 0 2em #ededed; padding: 1em; display: flex; flex-direction: column; gap: 0.5em; border-radius: 20px; color: #4d4d4d; margin-top: -3em;}
.screen-1 .email input { outline: none; border: none; width: 85%; background-color: #ffffff !important;}
.screen-1 .email input::-moz-placeholder { color: black; font-size: 0.9em;background-color: #ffffff !important;}
.screen-1 .email input:-ms-input-placeholder { color: black; font-size: 0.9em;background-color: #ffffff !important;}
.screen-1 .email input::placeholder {color: black; font-size: 0.9em;background-color: #ffffff !important;}
.screen-1 .email ion-icon { color: #4d4d4d; margin-bottom: -0.2em;}
.screen-1 .password { background: white; box-shadow: 0 0 2em #ededed; padding: 1em; display: flex; flex-direction: column; gap: 0.5em;border-radius: 20px; color: #4d4d4d;}
.screen-1 .password input { outline: none; border: none;width: 85%;background-color: #ffffff !important;}
.screen-1 .password input::-moz-placeholder { color: black; font-size: 0.9em;background-color: #ffffff !important;}
.screen-1 .password input:-ms-input-placeholder { color: black; font-size: 0.9em;background-color: #ffffff !important;}
.screen-1 .password input::placeholder { color: black; font-size: 0.9em;background-color: #ffffff !important;}
.screen-1 .password ion-icon { color: #4d4d4d; margin-bottom: -0.2em;}
.screen-1 a.login,
.screen-1 a.login:hover,
.screen-1 a.login:focus,
.add-more,
.add-more:hover,
.add-more:focus { padding: 15px 0px;background: #dc3545; color: #ffffff !important; border: none !important; border-radius: 30px; font-weight: 600; text-align: center; text-decoration: none;font-size: 20px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
.screen-1 a.login i{-webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
.screen-1 a.login:hover i{margin: 0 0 0 15px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
.screen-1 .footer {display: flex; font-size: 0.9em; color: #5e5e5e; gap: 14em; justify-content: end;}
.screen-1 .footer span { cursor: pointer;}

h2{font-size: 34px; font-weight: bold; color: #1c2540;}
.content{margin-top: -36px}
.logout,
.logout:hover,
.logout:focus{background: #1c2540; color: #ffffff !important; font-weight: bold; font-size: 16px; padding: 10px 20px;text-decoration: none; border-radius: 30px;}
.top p{max-width: 800px; margin: 0 auto; font-weight: 300; color: #1c2540; font-size: 18px; line-height: 30px;}
.dropdown button.dropdown-toggle,
.dropdown button.dropdown-toggle:focus{width: 100%; background: #1c2540; color: #ffffff; font-size:22px; border:none; box-shadow: 0 0 2em #ededed; border-radius: 50px; padding: 10px 0px;}
.dropdown-menu.show{width: 100%; border-radius: 30px; border: 1px solid #e5e5e5; padding: 15px;}
.form-control,
.input-group-text{border-radius: 30px;}
textarea.form-control{border-radius: 16px;}
.form-list{background: #f9f9f9; border-radius: 20px;}
.form-list p{font-size: 16px; margin: 0px;}
.add-more,
.add-more:hover,
.add-more:focus,
.save-button,
.save-button:hover,
.save-button:focus{padding: 15px 20px;-webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
.add-more i, .save-button i{-webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
.add-more:hover i, .save-button:hover i{margin: 0 15px 0 0;-webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
.add-more.border{background: #EDBE00 !important; padding: 10px 15px;}
.save-button,.save-button:hover,.save-button:focus{border: 1px solid #EDBE00; color: #EDBE00; background: transparent; border-radius: 30px;padding: 10px 15px;}
.relese-text-sm{font-size: 16px; margin: 0px;}
.relese-pending{font-size: 14px !important; color: red;margin: 0px;}
.relese-pending span{font-weight: bold; font-size: 14px;}
.content h3, .content h4{font-weight: bold; color: #1c2540; position: relative;}
.content h3 span::before{position: absolute; content: '-';right: -20px;top: 0px;}
.content h3 i{margin: 0 0 0 5px; font-size: 18px;}
.content h3 i:before{transform: rotate(180deg);}
.content h4 input{font-size: 26px; margin: 0px; font-weight: bold; border: none; width: auto; border-radius: 10px; padding-left: 0px;}

.button {
  outline: none;
  height: 40px;
  text-align: center;
  width: 40px;
  border-radius: 10px !important;
  background: #fff;
  border: 1px solid #dee2e6;
  color: #1c2540;
  letter-spacing: 1px;
  text-shadow: none;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  margin: 0 0 0 10px !important;
}
 .button:hover {
  color: #1c2540;
  background: #dee2e6;
}
 .button:active {
  letter-spacing: 2px;
}
 .button:after {
font-family: "bootstrap-icons";
  content: "\F7E4";
  font-size: 16px;
}
.button.onclic:after {
  content: "\F26E";
  font-size: 24px;
  color: #1c2540;
}
.button.validate {
  font-size: 18px;
  color: white;
  background: #1c2540;
}
.button.validate:after {
  content: "\F633";
  font-family: "bootstrap-icons";
}

#colors{
    position: relative;
    max-width: 300px;
    width: 100%;
    height: 60px;
    font-size: 24px;
    padding: 0;
    outline: none;
    text-align: center;
    background: #1c2540;
    color: #ffffff;
    margin: 5px auto 0 auto;
    display: block;
    border: 0px !important;
    border-radius: 12px;
    appearance: none;
	background-repeat: no-repeat;
	background-position: right 0.7rem top 50%;
	background-size: 20px auto;
	background-image: url(../images/caret-down-fill.svg);
}

#version {
  max-width: 200px;
  width: 100%;
  height: 60px;
  font-size: 20px;
  padding: 0;
  outline: none;
  text-align: center;
  background: #7a5079;
  color: #ffffff;
  display: block;
  border: 0px !important;
  border-radius: 30px;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 20px auto;
  background-image: url(../images/caret-down-fill.svg);
}


select {
    -webkit-appearance: none;
    appearance: none;
    padding: 10px;
    font-size: 16px;
}

#form1{display: none;}
.add-more{cursor: pointer;}

.select-box {
  position: relative;
  display: flex;
  width: 100% !important;
  max-width: 483px;
  flex-direction: column;
}

.select-box .options-container {
  background: #1c2540;
  color: #fff;
  max-height: 0;
  width: 100%;
  opacity: 0;
  border-radius: 15px;
  overflow: auto;
  transition:
  order: 1;

  position: absolute;
  z-index: 100;
}

.selected {
background: #1c2540;
    border-radius: 15px;
    color: #f5f6fa;
    position: relative;
    height: 70px !important;
    order: 0;
    max-width: 483px;
    width: 100%;
    line-height: 50px;
    font-size: 26px;
}

.selected::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;

  disaply: flex;
  height: 100%;
  width: 32px;
  right: 10px;
  top: 5px;
  
  top: 120%;

  transition: all 0.4s;
}

.select-box .options-container.active {
  max-height: 240px;
  opacity: 1;
  overflow-y: hidden;
  margin-top: 73px;
}

.selector-wrapper > .arrow {
  transition: 0.2s;
}

.selector-wrapper > .arrow {
  cursor: pointer;
  float: right !important;
  display: block;
  flex-direction: row;
  position: absolute;
  align-items: center;
  background-color: transparent;
  border-radius: 15px;
  
  height: 100%;
  top: 25px;
  height: 20px;
  right: 20px;
  z-index: 99;
}

.rotated {
  transform: rotate(180deg) !important;
}

.select-box .options-container::-webkit-scrollbar {
  width: 8px;
  border-radius: 15px;
  scrollbar-width: 5px;
  width: 5px;
  margin-top: -10px;
  overflow: hidden;
  background: transparent;
  display: none;
}

::-webkit-scrollbar {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #1c2540;
}

.select-box .options-container::-webkit-scrollbar-thumb {
  background: #525861;
  border-radius: 15px;
  scrollbar-width: 5px;
  height: 5px;
  length: 10px;
  margin-top: -10px;
}

.select-box .options-container::-webkit-scrollbar-track {
  background: transparent;
  display: none;
}

.options-container {
  overflow: overlay !important;
}

.select-box .drop,
.selected {
   padding: 10px 24px; 
  cursor: pointer;
}

.selected {
text-align: center;
}

.select-box .drop:hover {
  background: #3c4562;
}

.select-box label {
  cursor: pointer;
  display: block;
  padding: 10px;
}

.select-box .drop .radio {
  display: none;
}

/* Searchbox */

.search-box input {
  width: 100%;
  padding: 12px 16px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  position: absolute;
  border-radius: 8px 8px 0 0;
  z-index: 100;
  border: 8px solid #2f3640;
  opacity: 0;
  pointer-events: none;
}

.options-container.active {
  pointer-events: auto;
}

.options-container {
  border-radius: 15px !important;
}

.drop {
  margin: 10px;
  border-radius: 10px;
}

.selector-wrapper {
  position: relative;
  display: flex;
}

.border-bottom{border-bottom: 1px solid #f7f7f7;}


[draggable] {
  user-select: none;
}
.card {
  flex-direction: initial;
  cursor: all-scroll;
  border: 1px dashed #a5a5a5;
}
.card:hover, .card:focus{border: 1px dashed #37cb36; background: #ebf3eb;}
.comments{border-radius: 40px !important;}
.remove-row{
  position: absolute;
  top: -20px;
  right: 5px;
}
.sweet-alert .confirm, .swal2-actions .swal2-confirm{
  background-color:#EDBE00 !important;
}
.sweet-alert .confirm:hover,  .swal2-actions .swal2-confirm:hover{
  background-color:#EDBE00 !important;
}

.lds-dual-ring.hidden { 
  display: none;
  }
  .lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 25% auto;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  
  .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: rgba(0,0,0,.8);
      z-index: 999;
      opacity: 1;
      transition: all 0.5s;
  }

  /* drop down */
.dropdown {
    position: relative;
    width: 200px;
    text-align: center;
    margin: 8px auto 0 auto;
}

.dropdown-toggle {
    width: 100%;
    padding: 12px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}


.dropdown-menu {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  border-radius: 15px;
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  display: none;
  /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); */
  /* transform-origin: top; */
  overflow: hidden;
}

.dropdown-menu li {
    padding: 12px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.dropdown-menu li:hover {
    background: #ecf0f1;
}

/* Animation on open */
@keyframes dropdownOpen {
    0% { transform: scaleY(0.8) translateY(-10px); opacity: 0; }
    80% { transform: scaleY(1.05) translateY(2px); opacity: 1; }
    100% { transform: scaleY(1) translateY(0); opacity: 1; }
}

/* Animation on close */
@keyframes dropdownClose {
    0% { transform: scaleY(1) translateY(0); opacity: 1; }
    100% { transform: scaleY(0.8) translateY(-10px); opacity: 0; }
}


/*24-01*/
.logo ul{display: inline;padding: 0px; margin: 0px;}
.logo ul li{list-style-type: none; display: inline;margin: 0px;}
.logo ul li a{text-decoration: none;color: #1c2540; font-size: 16px; padding: 10px 15px; font-weight: bold;}
.logo ul li a:hover, .logo ul li a:focus, .logo ul li a.active{background: #EDBE00; color: #ffffff !important; border-radius: 50px; }

input::placeholder {
  color: #ccc; /* Light gray color */
  opacity: 0.5; /* Ensures visibility */
}