/* #92969D */
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a:before{
    font-weight: none;
    content: "";
    margin: 0;
    font-size: 0;
}
body{
    font-family: "work sans",sans-serif;    
}
.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a i{
    font-size: 0.9rem;
    margin: 0;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a{
    padding: 1px 32px 1px 32px;
}

.page-wrapper .sidebar-wrapper .sidebar-brand{
    background-color: #fff;
    box-shadow: 0px 2px 1px 0px #018b21;
}

.header{
    background-color: #00A427;
    /* background-image: linear-gradient(315deg,#008075  0%, #3bb78f 94%); */
}

.header .toggle-btns #pin-sidebar:hover{
    background: #0cca38;
    border: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.header .toggle-btns #pin-sidebar{
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    
}

.header-actions > li > a.user-settings {
    padding: 0.315rem 0.315rem 0.315rem 1rem;
    color: #333333;
}

a.user-settings .user-name{
    color: rgb(228, 226, 226);
  }

.header-actions > li:hover > a.user-settings{
background: #028821;
}

.header-actions > li:hover > a.user-settings .user-name{
color: #fff;
}

.page-content{
    background-color: #F0F2F5;
}
.page-wrapper .sidebar-wrapper .sidebar-menu ul li a{
    position: relative;
}
.page-wrapper .sidebar-wrapper .sidebar-menu ul li a:not(.current-page)::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 75%;
    left: 25%;
    border-bottom: 1px solid #e9edef;
}   

.sidebar-dropdown.active a:not(.current-page)::before{
    border: none !important;
}

.form-send .input-group-text{
    padding: 0 2px;
}

.input-group-text{
    border: none;
}
/* .form-floating>.form-control{
    border: none;
    border-bottom: 1px solid #dddddd;
} */
.form-floating>label{
    opacity: .65;
    padding-top: 1.75rem;
}
/* .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: 1;
    transform: scale(.85) translateY(-1rem) translateX(0.15rem);
    color:#00A427;
} */
/* .form-floating>.form-control:focus{
    border-color:#00A427;
} */

.card{
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.bttn-md{
    font-size: 15px !important;
    padding: 10px 12px !important;
}

.btn{
    font-size: .915rem;
}

.form-group-addon .input-group-text{
    font-size: 1.5rem;
}
.circle_icon{
    height: 40px;
    width: 40px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 0 0;
    background: #00A427;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* border-bottom: 1px solid #e0e3e8; */
}


/* CSS */
.btn-gradient-shine {
  align-items: center;
  background-image: linear-gradient(144deg,#1ecfa9, #089274 50%,#056d56);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 14px;
  justify-content: center;
  line-height: 1em;
  /* max-width: 100%;
  min-width: 140px; */
  padding: 14px 30px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s cubic-bezier(.05, .03, .35, 1);
}

.btn-gradient-shine:active,
.btn-gradient-shine:hover {
  outline: 0;
  opacity: .7;
}

@media (min-width: 768px) {
  .btn-gradient-shine {
    font-size: 14px;
    /* min-width: 196px; */
  }
}

.qr_code{
    width: 300px;
    height: 300px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    padding: 10px;
}

/* .form-control{
    border: none;
    border-bottom: 1px solid gray !important;;
}

.form-control:hover{
    border: none;
    border-bottom: 1.5px solid #00A427 !important;
}
.form-control:focus{
    border-color:#00A427;
} */

.bg-img{
  background-image: url("../image/Untitled-2.png");
  /* filter: blur(8px); */
  /* -webkit-filter: blur(8px); */
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img .card{
    background-color: #ffffff87 !important;
}

#view_profile .input-group-text, 
#edit_profle .input-group-text,
#change_password .input-group-text{
    padding: 0 !important;
}

.pricing-plan .pricing-header .pricing-cost{
    padding: 0;
}

.pricing-plan .pricing-features{
    padding: 0;
    margin: 0;
}

.dataTables_scrollBody{
    max-height: 45vh !important;
}

.user_details div span{
    line-height: 3;
    margin-right: 0.5rem;
    font-weight: 800;
    color: #00A427 !important;
}

.user_details div{
    font-weight: 600;
    
}

.select2-container--default .select2-selection--single{
    border: none;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
}

/* .form-control-plaintext{
    border: none;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
}
.form-control-plaintext:focus-visible{
    border: none;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
} */

.forms .circle_icon{
    background-color: transparent;
    box-shadow: none;
    border: 0;
    color: #00A427;
}
.static_forms .form-control{
    height: 40px;
}

.profile-pic {
    color: transparent;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
  }
  .profile-pic input {
    display: none;
  }
  .profile-pic img {
    position: absolute;
    object-fit: cover;
    width: 125px;
    height: 125px;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
    border-radius: 100px;
    z-index: 0;
  }
  .profile-pic .-label {
    cursor: pointer;
    height: 125px;
    width: 125px;
  }
  .profile-pic:hover .-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    color: #fafafa;
    transition: background-color 0.2s ease-in-out;
    border-radius: 100px;
    margin-bottom: 0;
  }
  .profile-pic span {
    display: inline-flex;
    padding: 0.2em;
    height: 2em;
  }

  .bttn-jelly{
      border-radius: 5px !important;
  }

.bttn-success{
     background-color: #00A427 !important;
}

.info-primary{
    background-color: #c7e0cc !important;
}
.info-info{
    background-color: #bacee7 !important;
}
.info-danger{
    background-color: #e5c0c0 !important;
}

.reseller_branding .form-control{
    height: 40px;
}
.alert-notify{
    border-radius: 20px;
}
.alert-notify-body{
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    border-radius: 20px;
}

.select2-container--default .select2-selection--single{
    border: 1px solid #dddddd;
    border-radius: 2px;
}

#pricing_container{
    padding: 0 1.5rem 3rem 1.5rem;
}

.pricingTable {
text-align: center;
background: #fff;
margin: 0 -5px;
box-shadow: 0 0 10px #ababab;
padding-bottom: 18px;
border-radius: 10px;
color: #cad0de;
transform: scale(1);
transition: all .5s ease 0s
}

.pricingTable:hover {
transform: scale(1.05);
z-index: 1
}

.pricingTable .pricingTable-header {
padding: 19px 0;
background: #f5f6f9;
border-radius: 10px 10px 50% 50%;
transition: all .5s ease 0s
}

.pricingTable:hover .pricingTable-header {
background: #ff9624
}

.pricingTable .pricingTable-header i {
font-size: 50px;
color: #858c9a;
margin-bottom: 10px;
transition: all .5s ease 0s
}

.pricingTable .price-value {
font-size: 35px;
color: #ff9624;
transition: all .5s ease 0s
}

.pricingTable .month {
display: block;
font-size: 18px;
color: #cad0de
}

.pricingTable:hover .month,
.pricingTable:hover .price-value,
.pricingTable:hover .pricingTable-header i {
color: #fff
}

.pricingTable .heading {
font-size: 24px;
color: #ff9624;
margin-bottom: 20px;
text-transform: uppercase
}

.pricingTable .pricing-content ul {
list-style: none;
padding: 0;
margin-bottom: 30px
}

.pricingTable .pricing-content ul li {
line-height: 30px;
color: #a7a8aa
}

.pricingTable .pricingTable-signup a {
display: inline-block;
font-size: 15px;
color: #fff;
padding: 10px 35px;
border-radius: 20px;
background: #ffa442;
text-transform: uppercase;
transition: all .3s ease 0s
}

.pricingTable .pricingTable-signup a:hover {
box-shadow: 0 0 10px #ffa442
}

.pricingTable.blue .heading,
.pricingTable.blue .price-value {
color: #4b64ff
}
.badge-blue{
    background: #4b64ff;
}
.badge-red{
    background: #ff4b4b;
}
.badge-green{
    background: #40c952;
}
.badge-orange{
    background: #ff9624;
}

.pricingTable.blue .pricingTable-signup a,
.pricingTable.blue:hover .pricingTable-header {
background: #4b64ff
}

.pricingTable.blue .pricingTable-signup a:hover {
box-shadow: 0 0 10px #4b64ff
}

.pricingTable.red .heading,
.pricingTable.red .price-value {
color: #ff4b4b
}

.pricingTable.red .pricingTable-signup a,
.pricingTable.red:hover .pricingTable-header {
background: #ff4b4b
}

.pricingTable.red .pricingTable-signup a:hover {
box-shadow: 0 0 10px #ff4b4b
}

.pricingTable.green .heading,
.pricingTable.green .price-value {
color: #40c952
}

.pricingTable.green .pricingTable-signup a,
.pricingTable.green:hover .pricingTable-header {
background: #40c952
}

.pricingTable.green .pricingTable-signup a:hover {
box-shadow: 0 0 10px #40c952
}

.pricingTable.blue:hover .price-value,
.pricingTable.green:hover .price-value,
.pricingTable.red:hover .price-value {
color: #fff
}

.create_user_float_btn{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    padding: 0.75rem;
    opacity: 0.5;
    transition: all 0.5s ease 0s;
}
.create_user_float_btn:hover{
    opacity: 1;
}
#create_user_role .form-check-input{
    transition: all 0.3s ease 0s;
    height: 1.2em;
    width: 1.2em;
}
#create_user_role .form-check-input:checked[type=radio]{
    background-image: none;
}
#create_user_role .form-check-input:checked{
    background-color: #00A427;
    border-color: #00A427;
}

#edit_user .form-control{
    width: auto!important;
    background-color: aliceblue;
}

#edit_user .no-editable{
    border: none;
    background-color: transparent;
}
    
@media screen and (max-width:990px) {
.pricingTable {
margin: 0 0 20px
}
}

::-moz-selection {
    background: #f36233;
    text-shadow: none;
    color: #ffffff;
}
::selection {
    background: #00A427;
    text-shadow: none;
    color: #ffffff;
}
.inner{
    width:100%;
    float:left;
    position:relative;
}
 .tabsBtnHolder ul{
    float:left;
    display:block;
    width:100%;
    max-width:326px;   
    border-radius:1.6666666667rem;
    margin:0px auto;
    margin-bottom:40px; 
    background:#00a426d5;
    text-align:center;
    position:relative;
}
 .tabsBtnHolder ul li{
    float:left;
    width:calc(100% / 2);
    display:inline-block;
    transition:0.4s ease;
}
 .tabsBtnHolder ul li p{
    color:#fff;
    padding:10px 15px;
    z-index:10;
    position:relative;
    cursor:pointer;
}
 .tabsBtnHolder ul li p.active{
    color:#00a426d5;
}
 .tabsBtnHolder ul li.indicator{
    position: absolute;
    top: 50%;
    left: 2px; /*163px*/
    background: #fff;
    height: calc(100% - 4px);
    transform: translateY(-50%);
    border-radius: 1.5333333333rem;
    width: 161px;
    z-index:9
}

features-disabled{
    color: #a7a8aab4 !important;
}


#preview_modal .msg_container{
    overflow: auto;
    background: #efe7dd url("https://cloud.githubusercontent.com/assets/398893/15136779/4e765036-1639-11e6-9201-67e728e86f39.jpg") repeat;
}

#preview_modal{
    box-shadow: rgba(6, 44, 11, 0.4) 0px 0px 0px 2px, rgba(6, 44, 12, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}
#preview_modal .card-body{
    padding: 0.5rem;
}
#preview_modal hr{
    margin: 4px 0 1rem 0;
}
#preview_modal .card{
    margin-bottom: 0.3rem;
}
#preview_modal .contain_msg .btn{
    border-radius: 10px;
}
#preview_modal .contain_msg .btn-custom-light:hover{
    color: #333;
}
#preview_modal .contain_msg .btn-custom-light{
    background-color: #ffffff;
    color: #2fa3f7;
    transition: all 0.3s ease 0s;
    font-weight: 500;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    border-bottom: 1px solid #e0e3e8;
}

.tail_in_tip{
    position: absolute;
    top: 0px;
    left: -7px;
    width: 0;
    height: 0;
    /* border-radius: 2px; */
    border-top-left-radius: 3px;
    border-top: 25px solid #fff;
    border-left: 15px solid transparent;
    /* border-bottom: 10px solid #fff; */
}

.msg_bottom a{
    color: #2fa3f7;
    transition: all 0.3s ease 0s;
}
.msg_bottom a:hover{
    color: #333;
}

#msg_img{
    max-width: 100%;
}
.hide{
    display: none;
}
.show{
    display: block;
}
.error{
    color: red;
}