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


body, html {
    margin: 0 auto!important;
    padding: 0!important;
    height: 100%!important;
    width: 100%!important;
    background: #f6f6f6;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
   /* overflow: hidden;*/
}
body{
    /*background-color: #fafafa;*/
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
   /* overflow: hidden;*/
    /*font-family: 'Lato', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Space Grotesk', sans-serif;
    font-family: 'Raleway', sans-serif;*/
    font-family: "Poppins", sans-serif;


}
img{
    object-fit: contain;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

 
/* Handle */
::-webkit-scrollbar-thumb {
  background: lightgray; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: gray; 
}
i{
    font-size: 20px!important;
}
p{
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
    color: #000;
}
h6{
    font-weight: 400;
     font-size: 14px;
     line-height: 17px;
}
h5{
    font-weight: 400;
     font-size: 16px;
}
hr {
    margin-top: .5rem;
    margin-bottom: .5rem;
    border: 0;
    border-top: 1px solid #ececec;
    height: 0;
}
a {
    color: #000000;
}
.badge{
    font-weight: 400!important;
    padding: 0.4em 0.8em!important;
}
.bg-light2{
    background-color: #f6f6f6;
}
.card {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border: 0;
    padding: 20px;
    border-radius: 12px;
}


.section img {
    object-fit: cover;
}
.bg-gray{
    background-color: #f1f1f1;
}
.text-gray {
    color:#646E76!important
}


.rounded {
    border-radius: 0.5rem !important;
}

.flex-align{
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.flex-align2{
   display: flex;
   align-items: center;
   justify-content: center;
}
.flex-align3{
   display: flex;
   align-items: center;
}
.direction-column{
   flex-direction: column;
}
.direction-row{
   flex-direction: row;
}
.flex-wrap{
  flex-wrap: wrap;
}
.g1{
   gap: 5px;
}
.g2{
   gap: 10px;
}
.g3{
   gap: 15px;
}
.g4{
   gap: 20px;
}
.row{
   margin-left: -6px;
   margin-right: -6px;

}
.col-gap{
   padding: 6px;
}



.input{
   border: 1px solid lightgray;
   border-radius: 5px;
   padding: 5px 15px;
   position: relative;
   overflow: hidden;
   width: 100%;
   outline: none;
   height: 34px;
    font-size: 12px;

}
.dropdown .dropdown-btn{
    border: 1px solid lightgray;
   border-radius: 5px;
   padding: 5px 15px;
   position: relative;
   overflow: hidden;
   width: 100%;
   outline: none;
   height: 34px;
   background: initial;
   text-align: left;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    background-position: calc(100% - 14px) center !important;
    background: url(../images/arrow-down2.png) no-repeat;
    background-size: 12px;
    padding-right: 40px;
}
.dropdown .dropdown-btn:after{
    display: none;
}
.dropdown .dropdown-btn:hover{
    background-color: initial;
}
.dropdown .dropdown-btn:active{
    background-color: initial!important;
}

select {
  /* width: 100%;*/
    border: 1px solid lightgray;
   border-radius: 5px;
   padding: 5px 15px;
   position: relative;
   overflow: hidden;
   outline: none;
   height: 34px;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    background-position: calc(100% - 14px) center !important;
    background: url(../images/arrow-down.png) no-repeat;
    background-size: 14px;
    padding-right: 40px;
    background-color: #fff;
    line-height: 20px;
    font-size: 12px;
    cursor: pointer;

}
select.select-input {
    background: url(../images/arrow-down2.png) no-repeat;
    background-size: 12px;

}
select.select-input.padding-0:not(:focus) {
    background: url(../images/edit.png) no-repeat;
    background-size: 12px;
    padding: 0;
    border: none;
    background-position: calc(100% - 0px) center !important;

}


textarea{
   width: 100%;
    border: 1px solid lightgray;
   border-radius: 5px;
   padding: 9px 15px;
   position: relative;
   overflow: hidden;
   outline: none;
    font-size: 12px;

}
.search{
    position: relative;
}
.search img{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
}
.search .input{
    padding-right: 40px;
}

.ellipsis{
   white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.w-25{
    width: 25%;
}
.w-50{
    width: 50%;
}
.w-75{
    width: 75%;
}
.w-100{
    width: 100%;
}
.bg-white{
    background: white;
}
.shadow-none{
    box-shadow: none;
}
.font-weight-400{
    font-weight: 400;
}
.font-weight-500{
    font-weight: 500;
}
.font-weight-600{
    font-weight: 600;
}
.font-weight-700{
    font-weight: 700;
}
.font-weight-800{
    font-weight: 800;
}
.text-8{
    font-size: 8px;
}
.text-9{
    font-size: 9px;
}
.text-10{
    font-size: 10px;
}
.text-11{
    font-size: 11px;
}
.text-12{
    font-size: 12px;
}
.text-13{
    font-size: 13px;
}
.text-14{
    font-size: 14px;
}
.text-15{
    font-size: 15px;
}
.text-16{
    font-size: 16px;
}
.text-17{
    font-size: 17px;
}
.text-18{
    font-size: 18px;
}
.text-19{
    font-size: 19px;
}
.text-20{
    font-size: 20px;
}
.text-21{
    font-size: 21px;
}
.text-22{
    font-size: 22px;
}
.text-23{
    font-size: 23px;
}
.text-24{
    font-size: 24px;
}
.text-25{
    font-size: 25px;
}
.text-26{
    font-size: 26px;
}
.text-27{
    font-size: 27px;
}
.text-28{
    font-size: 28px;
}
.text-primary{
    color: #5c42a6!important;
}
.badge-soft-success{
    color: #2BB219;
    background: #EAF7E8;
}
.badge-soft-danger{
    color: #F33543;
    background: #FEEAEB;
}
.badge-soft-warning{
    background-color: #FFBD1266;
    color: #DF851C;
}

a{
    text-decoration: none;
}
.disable{
    opacity: .5;
    cursor: not-allowed!important;
}
/*.modal.show .modal-dialog{
    height: 100vh;
    display: flex;
    align-items: center;
    margin: 0 auto;
}*/


/*checkbxo start*/
.checkbox{
    position: relative;
    width: 16px;
    height: 16px;
}
.checkbox input{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
input[type="checkbox"] {
  accent-color: #5C42A6;
}
/*checkbox-end*/


/*tabs start*/


.nav-tabs .nav-link {
    padding: 0px 10px;
    margin-right: 15px;
}
.nav-link {
    color: #646E76;
    border: none!important;
    border-bottom: 3px solid transparent!important;
}
.nav-link:hover {
    border: none;

}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 3px solid #5C42A6!important;
}
/*tabs end*/

/*tabs script start*/
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* 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: #ddd;
}

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

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
/*tabs script end*/
