@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 14px !important;
}
.captchasize
{
    width:140px;
}
body {
    /*background: linear-gradient(90deg, #C7C5F4, #776BCC);*/
    /*background: linear-gradient(90deg, #e7c596, #c8a779);*/
    background-color: #30b6c50d;
}

.container {
    display: flex;
    align-items: center;
    vertical-align: central;
    flex-direction: column; /* make main-axis vertical */
    justify-content: center; /* align items vertically, in this case */

    top: 80px;
    position: relative;
}

.screen {
    /*background: linear-gradient(90deg, #5D54A4, #7C78B8);		
position: relative;	
height: 600px;
width: 360px;	
box-shadow: 0px 0px 24px #5C5696;*/

    background: linear-gradient(90deg, #87c7288a, #87c728);
    position: relative;
    height: 600px;
    width: 360px;
   /* box-shadow: 0px 0px 24px #e26900;*/
    border: 2px solid #1fb3e1;
    margin-left: auto;
    margin-right: auto;
}

.screen__content {
    z-index: 1;
    position: relative;
    height: 100%;
}

.screen__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.screen__background__shape {
    transform: rotate(45deg);
    position: absolute;
}

.screen__background__shape1 {
    height: 520px;
    width: 520px;
    background: #FFF;
    top: -50px;
    right: 120px;
    border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
    height: 220px;
    width: 220px;
    background: #f9a026;
    top: -172px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape3 {
    height: 540px;
    width: 190px;
    background: linear-gradient(270deg, #1fb3e14a, #1fb3e1);
    /*background: linear-gradient(270deg, #5D54A4, #6A679E);*/
    top: -24px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape4 {
    height: 400px;
    width: 200px;
    background: #faa028;
    top: 420px;
    right: 50px;
    border-radius: 60px;
}

.login {
    width: 320px;
    padding: 30px;
    padding-top: 10px;
}

.login__field {
    padding: 20px 0px;
    position: relative;
}

.login__icon {
    position: absolute;
    top: 30px;
    color: #7875B5;
}

.login__input {
    border: none;
    border-bottom: 2px solid #faa028;
    background: none;
    padding: 10px;
    padding-left: 5px;
    font-weight: 700;
    width: 65%;
    transition: .2s;
}

    .login__input:active,
    .login__input:focus,
    .login__input:hover {
        outline: none;
        border-bottom-color: #1fb3e1;
    }

.login__submit {
    background: #1fb3e1;
    font-size: 14px;
    margin-top: 10px;
    padding: 16px 20px;
    border-radius: 26px;
    border: 1px solid #faa028;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%;
    color: #fff;
    box-shadow: 0px 2px 2px #ccc;
    cursor: pointer;
    transition: .2s;
}
#txtcaptcha:hover,
#txtcaptcha:focus,
#txtcaptcha:active
{
    border-color: #faa028;
}
    .login__submit:active,
    .login__submit:focus,
    .login__submit:hover {
        border-color: #faa028;
        background-color:#ee1564;
        outline: none;
    }

.button__icon {
    font-size: 24px;
    margin-left: auto;
    color: #7875B5;
}

.social-login {
    position: absolute;
    height: 140px;
    width: 160px;
    text-align: center;
    bottom: 0px;
    right: 0px;
    color: #fff;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-login__icon {
    padding: 20px 10px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 0px 8px #7875B5;
}

    .social-login__icon:hover {
        transform: scale(1.5);
    }
    .captcha-section {
      display: inline-flex;
      width: 100%;
      margin-bottom: 20px;
      border: 1px solid #cccccc8f;
      border-radius: 5px;
  }
  
.captcha-text {
  display: flex;
  align-items: center;
}
.centered {
    margin: 50px auto;
}

.card {
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    height: 250px;
    width: 320px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    padding: 15px;
    border: 1px solid #000;
    float: left;
}



.title1 {
    font-size: 18px;
    display: block;
    font-weight: 600;
    padding: 5px 0;
    line-height: 30px;
}
.title2 {
    font-size: 18px;
    display: block;
    font-weight: 600;
    padding: 5px 0;
    line-height: 30px;
    background-color: #fff;
    border-radius: 30px;
    font-Size:30px !important;
    text-align:center;
    border:1px solid #000;
}





.menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 200px;
    background: #31394C;
    overflow-x: hidden;
    overflow-y: auto;
}

.menu .title1 {
    color: #fff;
    padding: 0 20px;
    margin: 40px 0 10px 0;
}

.menu a {
    display: block;
    font-weight: 600;
    color: #fff;
    line-height: 40px;
    margin: 5px 0;
    padding: 0 20px;
    opacity: 0.6;
}

.menu a:hover {
    opacity: 1;
    transition-duration: 0.2s;
}

.menu a.active {
    opacity: 1;
    border-left: 3px solid #fff;
    background: rgba(180,180,180,0.1);
    padding: 0 20px 0 17px;
}


.menu a span {
    float: right;
    line-height: 24px;
    height: 24px;
    min-width: 24px;
    text-align: center;
    font-size: 14px;
    display: block;
    padding: 0 3px;
    margin: 5px 0;
    color: #fff;
    border-radius: 12px;
    background: #666;
}

.center {
    text-align: center;
}

.statCard {
    height: auto;
    color: #444;
    display: inline-block;
    margin: 30px 15px 0 15px;
    width: 280px;
    text-align: left;
}

.statCard.bgurgent {
    color: #fff;
    background: #da1d16;
    /* background: linear-gradient(to right, #fa5234, #6c2e1e); */
    background: linear-gradient(to right, #da1d16, #da1d16);
    box-shadow: none;
}

.statCard.bgcritical {
    color: #fff;
    background: #fa9c23;
    background: linear-gradient(to right, #fa9c23, #fa9c23);
    box-shadow: none;
}

.statCard.normal {
    color: #fff;
    background: #87be31;
    background: linear-gradient(to right, #87be31, #87be31);
    box-shadow: none;
}

.statCard .left {
    float: left;
    width: calc(100% - 110px);
}

.statCard .subtitle,
.statCard .duration {
    font-size: 14px;
    font-weight: 600;
    display: block;
    line-height: 35px;
    margin: 0;
}

.statCard .duration.second {
    line-height: 25px;
}

.statCard .title1 {
    font-size: 30px !important;
    font-weight: 400;
    display: block;
    line-height: 45px;
    margin: 0;
}

.statCard .duration {
    opacity: 0.7;
}

.statCard .right {
    width: 100px;
    float: right;
    padding-top: 30px;

}

.statCard .right i,
.statCard .right img {
    height: 80px;
    line-height: 80px;
    width: 80px;
    display: block;
    margin: 10px;
    font-size: 50px;
    text-align: center;
}

.statCard .right i {
    background: rgba(150, 150, 150, 0.1);
    border-radius: 50%;
}

.tasksidenav {
    float: right;
    height: 100%;
    width: 680px;
    position: fixed;
    z-index: 20000;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
    border-left: 5px solid #25b1dc;
}

.tasksidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.tasksidenav a:hover {
    color: #25b1dc;
}

.tasksidenav .closebtn {
    position: relative;
    height: 36px;
    font-size: 36px !important;
    padding: 0px 0px 2px 640px !important;
    margin-top: -10px !important;
    margin-bottom: 5px !important;
}

@media screen and (max-height: 450px) {
    .tasksidenav {
        padding-top: 15px;
    }

    .tasksidenav a {
        font-size: 18px;
    }
}

.taskbottom {
    position: fixed;
    bottom: 0px;
    padding-left: 15px;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #f2f2f2;
}

.tasktop {
    position: fixed;
    top: 0px;
    width: 100%;
}

.addTaskTitle {
    width: 100%;
    font-size: 20px !important;
    background: #25b1dc;
    color: #fff;
    padding: 2px 2px 2px 2px !important;
}

.taskform {

    overflow-y: auto;
    height: calc(100vh - 120px) !important;
    margin-top: 40px;
}

.taskform::-webkit-scrollbar-thumb {
    background-color: #25b1dc;
    /* color of the scroll thumb */
    border-radius: 8px;
    /* roundness of the scroll thumb */
    /* border: 3px solid orange;   */
}

.taskform::-webkit-scrollbar {
    width: 8px;
    /* width of the entire scrollbar */
}

/* .taskform::-webkit-scrollbar-track {
    background: orange;       
  } */
div.css-b62m3t-container~label {
    top: -8px !important;
    transform: translateY(-2px);
    transition: all 0.3s ease-in;
    color: #243c5c !important;
    font-weight: 500 !important;
    font-size: 11px !important;
}

.datemargin {
    margin-top: -2px !important;
}

.agendaancher {
    color: #3a4ba5;
}

.collapsable-icon {
   
    font-size: 25px !important;
    margin-right: 0px !important;
}

.collapsable-td {
    width: 25px !important;
    border: none !important;
    
}

.collapsable-title {
    border: none !important;
}

.collapsable-tr {
    border: none !important;
}

.collapsable-title-div {

    color: #fff;
    float: left;
    width: auto;
    font-size: 15px;
    padding: 5px;;
}
.collapsable-task-count
{
    border: none !important;
    width: 100px !important;
    padding-left: 5px;
}
.collapsable-tasklist {
    border-radius: 10px;
}
.collapsable-td-1 {
    border: none !important;
    
}
.collapsable-title-1 {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
}
.item-box-table1 {
    /* max-height: 300px; */
    height: calc(100vh - 350px);
}
.loader div svg {

  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.modal-main {
  border-radius: 30px;
  position: fixed;
  width: auto;
  min-width: 300px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .col-lg-3.col-md-6.mb-4 {
  flex: 0 0 20%;
  max-width: 20%;
  min-height: 90px;  
}

.card-inward, .card-amc {
  background-color: #dd195f;
  border-radius: 10px;
  padding: 10px;
  transition: transform 0.2s;

}

.card-outward, .card-meeting {
  background-color: #86c72a;
  border-radius: 10px;
  padding: 10px;
  transition: transform 0.2s;
}
.card-task, .card-market, .card-mis {
  background-color: #fba11a;
  border-radius: 10px;
  padding: 10px;
  transition: transform 0.2s;
}

.card-presentation, .card-gallery, .card-agreement, .card-warehouse  {
  background-color: #35c5e9;
  border-radius: 10px;
  padding: 10px;
  transition: transform 0.2s;
}

.card-legal, .card-insurance  {
  background-color: rgb(255, 178, 178);
  border-radius: 10px;
  padding: 10px;
  transition: transform 0.2s;
}

.card:hover {
  transform: scale(1.03);
  background-color: #84d2ff;
}
.card-detail p {
  font-size: 17px;
  font-weight: bold;
  color: #272626;
}
.fs-30 {
  font-size: 30px;
  font-weight: bold;
  color: #222121;
}

.card-icon1 img {
  
    background: #cfcaca;
    border-radius: 50%;
    padding: 3px;
    border: 1px dotted rgb(148, 147, 147)7b;
    
} */

.display-block {
  display: block;
}

.display-none {
  display: none;
}

.alert-header {
  width: 100%;
  height: 40px;
}

.alert-header-left {
  width: 50%;
  float: left;
}

.alert-header-left-icon-fontsize {
  font-size: 17px;
}

.alert-header-left-icon-pad {
  padding-right: 10px
}

.alert-header-right {
  width: 50%;
  float: right;
  text-align: right;
}

.alert-paragraph {
  text-align: left;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.alert-close-fontsize {
  font-size: 30px;
}

.alert-size {
  width: 300px;

}

.alert {
  margin-bottom: 0px;
  padding: 15px;
}

.pop-button {
  border-radius: 20px;
  border: none !important;
  background-color: transparent !important;
  padding: 0px 0px !important;
  letter-spacing: 0px !important;
  text-transform: uppercase !important;
  transition: none !important;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 10px !important;
}

.alert-danger {
  background-color: #dc3545 !important;
  border-color: #d32535 !important;
}

.alert-warning {
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}


.communication-list {
  overflow-y: auto;
}

@media(min-width:1600px) {
  .communication-list {
    height: calc(77vh - 50px) !important;
  }
}

@media(max-width:1600px) {
  .communication-list {
    height: calc(70vh - 50px) !important;
  }
}

@media(max-width:1500px) {
  .communication-list {
    height: calc(65vh - 50px) !important;
  }
}

@media(max-width:1200px) {
  .communication-list {
    height: calc(70vh - 50px) !important;
  }
}

@media(max-width:1100px) {
  .communication-list {
    height: calc(80vh - 50px) !important;
  }
}

.btn-primary {
  color: white !important;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.0rem !important;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 90px !important;
}

.react-datepicker__time-list-item .react-datepicker__time-list-item--selected {
  background-color: #f58634 !important;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #f58634 !important;
}

.react-datepicker__day--selected {
  background-color: #f58634 !important;
}

.react-datepicker__triangle {
  left: -10px !important;
}



.activeSubmenu {
  display: block;
}

.deactiveSubmenu {
  display: none;
}

.dropdown-menu.show {
  display: block;
  z-index: 10000 !important;
}

.modal-dialog1 {
  height: auto;
  width: 80%;
  position: relative;
  top: 20%;
  left: 10%;
  margin-top: 120px;
}

div.css-b62m3t-container~label {
  top: -10px;
  transform: translateY(-2px);
  transition: all 0.3s ease-in;
  color: #243c5c !important;
  font-weight: bold !important;
  font-size: 13px !important;
}

div.css-3iigni-container {
  margin-top: 2.7px !important;
  margin-bottom: 5px !important;
}

div.css-3iigni-container~label {
  top: -12px;
  transform: translateY(-2px);
  transition: all 0.3s ease-in;
  color: #243c5c !important;
  font-weight: 500 !important;
  font-size: 11px !important;
}

div.css-3iigni-container input {
  border-bottom: none !important;
  margin-bottom: 5px;
}

div.css-b62m3t-container input {
  border-bottom: none !important;
  margin-bottom: 5px;
}

div.css-b62m3t-container input:focus {
  border-bottom: none !important;
}

div.css-kbk1cd-control {
  height: 28px !important;
  background-color: #fff !important;
}

/* div.css-1ia0ku-control
{
    min-height: 34px !important;
} */
.modal-dialog1 {
  height: auto;
  width: 90%;
  position: relative;
  top: 20%;
  /* left: 10%; */
  margin-top: 120px;
  margin-right: auto;
  margin-left: -5%;
}

@media only screen and (max-width: 1280px) {
  .modal-dialog1 {
    height: auto;
    width: 80%;
    position: relative;
    top: 20%;
    /* left: 10%; */
    margin-top: 120px;
    margin-left: 0%;
    margin-right: auto;
  }
}

/* html
{
  overflow-y:hidden !important;
} */
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: #f4a228 !important;
  border-color: var(--bs-btn-hover-border-color);
}

.imgBox2 {
  height: 90vh;
  width: 100%;
  object-fit: fill;
}

.modal-header {
  display: block !important;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.fa-circle-exclamation {
  margin-top: 20px !important;
  margin-right: -30px !important;
}

.close_btn .fa-solid {
  color: #ff2727;
  cursor: pointer;
  background-color: #ffe7e7;
  width: 19px;
  height: 19px;
  border-radius: 60px;
  transform: translate(-30px, 8px);
  text-align: center;
  line-height: 20px;
  position: absolute;
}

.rateBox {
  border: #e9e9e9 solid 1px;
  border-radius: 4px;
  padding: 10px;
  background: #fff;
  height: auto !important;
}

.css-1dimb5e-singleValue {
  margin-bottom: -15px !important;
}

.css-1dimb5e-singleValue {
  margin-bottom: -15px !important;
}

.css-olqui2-singleValue {
  margin-bottom: -15px !important;
}

.css-1jqq78o-placeholder {
  margin-bottom: -15px !important;
}

.css-1fdsijx-ValueContainer {
  margin-bottom: -5px;
  padding-left: 0px !important;

}


.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #25b1dc;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:focus {
  z-index: 3;
  border-color: #fff;
  outline: 0;
  box-shadow: #fff;
}


.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: #fff;
  text-align: left;
  background-color: #25b1dc;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

.col-form-label {
  font-size: 13.4px !important;
  color: #000;
  font-weight: 500;
  font-family: 'Calibri' !important;
}

.accordion-button:not(.collapsed) {
  background-color: #25b1dc !important;
}


.rmsc {
  position: relative;
  margin-right: 5px !important;
}

.rmsc .text-box .input-box {
  position: relative;
  margin-right: 5px !important;
  border: none
}

.rmsc .dropdown-container {
  position: relative !important;
  outline: 0 !important;
  border: 0px solid var(--rmsc-border) !important;
  border-bottom: 1px solid ! important
}

.rmsc .dropdown-container:focus-within {
  box-shadow: var(--rmsc-main) 0 0 0 0px !important;
  border-color: var(--rmsc-main);
}

/* .rmsc .dropdown-content {
  position: relative;
} */
.behalfuser {
  top: -15px;
  transform: translateY(-2px);
  transition: all 0.3s ease-in;
  color: #243c5c !important;
  font-weight: bold !important;
  font-size: 13px !important;
}

.text-box .rmsc {
  --rmsc-main: #4285f4;
  --rmsc-hover: #f1f3f5;
  --rmsc-selected: #e2e6ea;
  --rmsc-border: none !important;
  --rmsc-gray: #aaa;
  --rmsc-bg: #fff;
  --rmsc-p: 10px;
  --rmsc-radius: 0px !important;
  --rmsc-h: 33px !important;
  margin-right: 5px !important;
  margin-top: -15px;
}

.rmsc .dropdown-heading {
  padding: 0px !important;

}

.rmsc .dropdown-heading-value {
  padding-top: 15px;
}

.rmsc .dropdown-container {
  border-bottom: 1px solid #ccc !important;
  background-color: transparent !important;
}

.rmsc .dropdown-container:hover {
  border-bottom: 2px solid #25b1dc !important;
  background-color: transparent !important;
}

.rmsc .dropdown-content {
  position: absolute;
  z-index: 1;
  top: 100%;
  width: 100%;
  padding-top: 8px;
}

.rmsc .dropdown-content .panel-content {
  overflow: hidden;
  border-radius: var(--rmsc-radius);
  background: var(--rmsc-bg);
  box-shadow: 0 0 0 1px #0000001a, 0 4px 11px #0000001a;
}

.rmsc .search {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #25b1dc !important;
  background-color: #25b1dc1a;
}

.rmsc .select-item {
  border-bottom: 2px solid #ccc;
}

.rmsc .select-item:hover {
  background: #25b1dc1a !important;
  border-bottom: 2px solid #25b1dc !important;
}

.rmsc .options {
  background-color: #fff !important;
}

.rmsc .gray {
  color: hsl(0, 0%, 20%) !important;
}

.myDatePicker {
  width: 100%;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker-wrapper {
  width: 90%;
}

.label_date {
  margin-top: -10px !important;
  /* width: 100% !important;
    color: #25b1dc !important; */
}

.label_date input,
.label_date textarea,
.label_date select {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  padding-top: 0px !important;
  margin-top: -30px;
  /* width: 100% !important;  */
}

.label_date input:focus,
.label_date input:valid .label_date textarea:focus .label_date textarea:valid .label_date select:focus .label_date select:valid {
  border: none !important;
  border-bottom: 2px solid #25b1dc !important;
}

.label_date label {
  position: relative;
  display: inline-block;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  left: 0;

  /* padding: 0px 0px; */

  color: #25b1dc;
  pointer-events: none;
  transition: .5s;
  font-size: 11px;
}

.label_date input:focus~label,
.label_date input:valid~label {
  border: none !important;
  transform: translateY(px);
  pointer-events: none;
  left: 0px;
  color: #000 !important;
  font-weight: 200 !important;
  font-size: 14px !important;
}


.react-datepicker__input-container {
  position: relative !important;
  display: inline-block !important;
  width: 100% !important;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
  width: 100% !important;
}

/* .label_date input {
  border: none !important;
    border-bottom: 1px solid #ccc !important;
    padding-top: 0px !important;
    margin-top: -30px;
    width: 100% !important;
} */


.input-box input,
textarea,
select {
  padding: none !important;
}

.react-datepicker-popper {
  z-index: 100 !important;
}




.tab {
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #25b1dc;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #25b1dc;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.customSlider-thumb {
  cursor: pointer;
  /*color for the thumb */
  background: var(--main-color);
  /* shape of the thumb: circle */
  width: 20px;
  height: 20px;
  border-radius: 100%;
  /* remove default outline when selected */
  outline: none;
}

.customSlider-thumb:hover {
  box-shadow: 0 0 0 1px var(--main-color-hover);
}

:root {
  --main-color: #8bc3d5;
  --main-color-hover: #8bc3d5;
  --track-color: #ddd;
}

.customSlider {
  /* max width of your slider */
  max-width: 300px;
  /* Optional: Only If you want to center your slider in the page */
  margin: auto;
}

.customSlider-track {
  /* Top value to align your track to the center of your thumb */
  top: 8px;
  /* thickness of the track */
  height: 4px;
  /* default color of your track */
  background: var(--track-color);
}

.customSlider-track.customSlider-track-0 {
  /* color of the track before the thumb */

  background: var(--main-color);
}

.thumb-0 {
  display: none;
}

fieldset {
  display: block !important;
  margin-inline-start: 2px !important;
  margin-inline-end: 2px !important;
  padding-block-start: 0.35em !important;
  padding-inline-start: 0.75em !important;
  padding-inline-end: 0.75em !important;
  padding-block-end: 0.625em !important;
  min-inline-size: min-content !important;
  border-width: 2px !important;
  border-style: groove !important;
  border-image: initial !important;
  border-color: #1fb3e1 !important;
}

legend {

  display: unset !important;
  /* width: 100% !important; */
  margin-bottom: 0.5rem !important;
  font-size: 1.5rem !important;
  line-height: inherit !important;
  color: inherit !important;
  white-space: normal !important;
}

legend {
  float: none !important;
  width: 124px !important;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
}

#headerpopup {
  color: #25b1dc;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: var(--bs-btn-active-color);
  background-color: #25b1dc;
  border-color: #25b1dc;

}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;

  border-bottom-right-radius: 0;

}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;

}

.btn-outline-primary {
  --bs-btn-color: #25b1dc;
  --bs-btn-border-color: #25b1dc;
  --bs-btn-hover-bg: #25b1dc;
  --bs-btn-hover-border-color: #25b1dc;
  --bs-btn-active-bg: #20afd3;
  --bs-btn-active-border-color: #324b8c;
  --bs-btn-disabled-color: #324b8c;
  --bs-btn-disabled-border-color: #324b8c;
  width: 33.2%;
}

.btn-check+.btn:hover {
  color: #ffff;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-top: 1px;
}

.hide-quill-toolbar .ql-toolbar {
  display: none;
}

thead button.ascending::after {
  content: '👇';
  display: inline-block;
  margin-left: 1em;
}

thead button.descending::after {
  content: '☝️';
  display: inline-block;
  margin-left: 1em;
}

.myDatePicker {
  width: 100%;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker-wrapper {
  width: 90%;
}

/* .label_date {
  margin-top: -5px !important;
} */

.label_date input,
.label_date textarea,
.label_date select {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  padding-top: 0px !important;
  margin-top: -30px;
  /* width: 220px; */
}

.label_date input:focus,
.label_date input:valid .label_date textarea:focus .label_date textarea:valid .label_date select:focus .label_date select:valid {
  border: none !important;
  border-bottom: 2px solid #25b1dc !important;
}

.label_date label {
  position: relative;
  display: inline-block;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  left: 0;

  /* padding: 0px 0px; */
  color: #000;
  pointer-events: none;
  transition: .5s;
  font-size: 11px;
  ;
}

.label_date input:focus~label,
.label_date input:valid~label {
  border: none !important;
  transform: translateY(px);
  pointer-events: none;
  left: 0px;
  color: #000 !important;
  font-weight: 200 !important;
  font-size: 14px !important;
}

.react-datepicker__input-container {
  padding-top: 1px !important;
}


.disabledLi {
  opacity: 0.5;
  pointer-events: none;
  /* Prevents the item from being clickable */
  cursor: default;
  /* Prevents clicking */
}

.box {
  display: flex;
  flex-flow: row wrap;
}


.ql-action {
  display: none !important;
}

.ql-remove {
  display: none !important;
}

.rateBox .row-height {
  height: auto !important;
}

.iconsize {
  font-size: 20px !important;
  padding-right: 5px !important;
}

.datepickerlable1 {
  font-size: 13px !important;
  font-weight: bold !important;
  margin-top: 3px !important;
  color: #243c5c !important;
}

.datepickerlable {
  font-size: 13px !important;
  font-weight: bold !important;
  margin-top: 3px !important;
  color: #243c5c !important;
}

.input-box input:focus+label,
.input-box input:not([value=""])+label {
  top: -17px;
  transform: translateY(-2px);
  transition: all 0.3s ease-in;
  color: #243c5c !important;
  font-weight: bold !important;
  font-size: 13px !important;
}

.css-b62m3t-container {
  padding-bottom: 0px !important;
}

.react-datepicker__close-icon {

  height: auto !important;
}

.add-new-Record-icon {
  font-size: 22px !important;
}

.mrgd {
  margin-bottom: 0px !important;
}

.css-qbdosj-Input {
  padding-top: 9px !important;
  margin-top: 2px !important;
  margin-left: 2px !important;
  margin-bottom: 0px !important;
  margin-right: 2px !important;
}

.css-166bipr-Input {
  padding-top: 10px !important;
  /* padding-bottom: -5px !important; */
  margin-top: 2px !important;
  margin-left: 2px !important;
  margin-bottom: 0px !important;
  margin-right: 2px !important;
}

.css-19bb58m {
  padding-top: 9px !important;
  margin-top: 2px !important;
  margin-left: 2px !important;
  margin-bottom: 0px !important;
  margin-right: 2px !important;
}

.css-1cfo1cf {
  padding-top: 10px !important;
  /* padding-bottom: -5px !important; */
  margin-top: 2px !important;
  margin-left: 2px !important;
  margin-bottom: 0px !important;
  margin-right: 2px !important;
}

.css-1cfo1cf {
  padding-top: 10px !important;
  margin-bottom: 0px !important;
}

textarea {
  height: 35px;
  min-height: 35px;
}

.h1size {
  font-size: 20px !important;
  color: inherit !important;
}

.h4size {
  font-size: 30px !important;
  color: inherit !important;
}


/* input {
  margin-bottom: 0px !important;
} */


.card.card-tale {
  background: #20afd3;
  color: #ffffff;
}

.card .card-body {
  padding: 1.25rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.card-detail {
  text-align: center !important;
}

.card-icon img {
  font-size: 30px;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  border: 1px dotted #8ab6d5;
}

.card.card-dark-blue {
  background: #fba01a;
}

.card.card-light-blue {
  background: #86c72a;
}

.card.card-light-danger {
  background:#dd195f;
}
.card.card-light-danger-delay-completed {
  background:rgb(255, 178, 178);
}

.card.card-blue {
  background:#35c5e9;
}

.card.card-light-blue:hover,
.card.card-light-danger:hover,
.card.card-dark-blue:hover,
.card.card-tale:hover,
.card.card-blue:hover {
  background: #88c0e8;
}

.rang,
.ajax__slider_h_rail {
  width: 100% !important;
}

.rang-slider {
  display: flex;
  align-items: center;
}

.rang-slider .count {
  position: relative;
  margin-left: 20px;
}

.rang-slider .count input {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff !important;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #4a92c5;
  padding: 5px 10px;
  margin-left: 8px;
  border: none;
}

.rang-slider .count:after {
  content: '';
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #4a92c5;
  border-bottom: 7px solid transparent;
}

.calendar {
  font-weight: 1000;
  font-size: 100px;
  color: #25b1dc;
  float: right;
}

.calendar.disabled {
  color: #a0a0a0; /* Grey color for disabled state */
  pointer-events: none; /* Prevents interaction */
}

.custom-button {
  min-width: 100px;
  max-width: 150px;
  height: 40px;
  display: flex;
    align-items: center;
    justify-content: center;
}

.react-datepicker__input-container input {
  caret-color: transparent;
}

.calendar {
  font-size: 20px !important; /* Adjust the size as needed */
  color: #25b1dc;
  float: right;
}

.css-hlgwow {
  padding: 0px !important;
  padding-top: 0.5px !important;
}
 .tlt {
  font-size:  xx-large !important;
  font-weight:bolder !important;
  color:#e20505 !important
 }

 .remove_arrow::after {
  flex-shrink: 0;
  width: 0;
  height: 0;
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

/* App.css */
button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}


.mrg:hover {
  transform: scale(0.99,0.99);
}

.tdstyle {
  text-align: left;;
  padding: 2px;
}

.tooltip {
  background-color: #000;
  color: red;
  position: absolute;
}

.btn-primary:hover .tooltip {
  opacity: 1;
}

.tdspan {
  
    position:relative;
  
}

.tpspantag {
    display:none;
    position:absolute; 
    z-index:100;
    border:1px;
    background-color:white;
    border-style:solid;
    border-width:1px;
    padding:3px;
    color:black; 
    top:20px; 
    left:20px;
  
}

.tdspan:hover span.tpspantag{
  display:block;
}

.btn_space {
  margin-right: 5px;
}

.coluserwidth {
  min-width: 210px ;
}

.coldatewidth {
  min-width: 103px;
}

.colidwidth {
  min-width: 15px;
}

.coldocwidth {
  min-width: 55px;
}

.col_cmp_width {
  min-width: 200px;
}

.col_email_width {
  min-width: 190px;
}
.col_brnch_width {
  min-width: 235px;
}

.col_state_width {
  min-width: 125px;
}

.col_area_width {
  min-width: 165px;
}
.col_vendor_width {
  min-width: 205px;
}

.required::after {
  color: rgb(255, 4, 4);
  content: "*";
}
.react-select__menu {
  z-index: 9999 !important;
}
.react-select__menu-portal {
  z-index: 9999 !important;
}
