@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  outline: none !important;
}

html,
body {
  color: #505050;
  font-size: 14px;
  font-family: 'Montserrat',
 sans-serif;
  line-height: normal;
  font-weight: 300;
  overflow-x: hidden !important;
}

body.demos .section {
  background: url(images/bg.png) repeat top center #f2f3f5;
}

body.demos .section-title img {
  max-width: 280px;
  display: block;
  margin: 10px auto;
}

body.demos .service-widget h3 {
  border-bottom: 1px solid #ededed;
  font-size: 18px;
  padding: 20px 0;
  background-color: #ffffff;
}

body.demos .service-widget {
  margin: 0 0 30px;
  padding: 30px;
  background-color: #fff;
}

body.demos .container-fluid {
  max-width: 1080px;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0;
  font-weight: normal;
  line-height: normal;
  color: #1f1f1f;
  margin: 0;
}

h1 {
  font-size: 24px;
}

.small_heading.main-heading h2 {
  font-size: 21px;
}

.small_heading.main-heading::after {
  top: 18px;
}

.small_heading.main-heading {
  margin-bottom: 20px;
  width: 100%;
}

.img-responsive {
  max-width: 100%;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

a {
  color: #898989;
  text-decoration: none;
  outline: none;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.btn-success {
  color: #fff;
  background-color: #1ed085;
  border-color: #1ed085;
}

ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.main_bt {
  width: 100%;
  background-color: #138808;
  border: none;
  padding: 10px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 5px 0;
}

.btn2 {
  width: 100%;
  background-color: #ff0000;
  border: none;
  padding: 10px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 5px 0;
}

.second-form {
  margin-top: 45px;
}

.requiredField {
  color: red;
}

.logo_login h3 {
  z-index: 99;
  position: relative;
  color: #070707;
  padding-top: 10px;
  font-size: 18px;
}

.main_bt:hover {
  background-color: #128807;
}

/*--
a.btn {
    min-width: 170px;
    height: 40px;
    border-radius: 100px;
    padding: 0;
    text-align: center;
    line-height: 40px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
}
--*/
.red_bg {
  background: #ff4748;
}

.blue_bg {
  background: #36a9e2;
}

.yellow_bg {
  background: #fabb3d;
}

.green_bg {
  background: #79c347;
}

.green_bg2 {
  background: #1ed085;
}

.purple_bg {
  background: #8e68ef;
}

.padding_top_10 {
  padding-top: 10px !important;
}

.padding_top_20 {
  padding-top: 20px !important;
}

.padding-bottom_0 {
  padding-bottom: 0 !important;
}

.padding-bottom_1 {
  padding-bottom: 10px !important;
}

.padding-bottom_2 {
  padding-bottom: 20px !important;
}

.padding-bottom_3 {
  padding-bottom: 30px !important;
}

.padding-bottom_4 {
  padding-bottom: 40px !important;
}

.padding-bottom_5 {
  padding-bottom: 50px !important;
}

.padding_infor_info {
  padding: 35px 35px;
  float: left;
  width: 100%;
}

.color_black p,
.color_black ul,
.color_black ul li {
  color: #000;
}

button i {
  color: #fff;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

.light_silver {
  background: #f2f1f1;
}

h2 {
  font-size: 30px;
  color: #000;
  line-height: 20px;
  font-weight: 700;
  position: relative;
}

h3 {
  font-size: 24px;
  color: #000;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  font-size: 18px;
  color: #000;
  line-height: 21px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 15px;
}

h5 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: normal;
  color: #000;
}

p {
  color: #58718a;
  font-size: 14px;
  line-height: 21px;
}

button,
input,
select,
textarea,
option {
  font-family: 'Montserrat',
 sans-serif;
}

a#submit {
  z-index: 1;
}

a:hover,
a:focus {
  color: #2a3a4b;
  text-decoration: none;
}

.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10 {
  padding: 0 15px;
  float: left;
  min-height: 25px;
}

.border_radius_0 {
  border-radius: 0 !important;
}

.span1 {
  width: 10%;
}

.span2 {
  width: 20%;
}

.span3 {
  width: 30%;
}

.span4 {
  width: 40%;
}

.span5 {
  width: 50%;
}

.span6 {
  width: 60%;
}

.span7 {
  width: 70%;
}

.span8 {
  width: 80%;
}

.span9 {
  width: 90%;
}

.span10 {
  width: 100%;
}

.container {
  width: 1200px;
}

.section_padding {
  padding: 80px 0 100px;
}

.layout_2_padding {
  padding: 100px 0 80px;
}

.full {
  width: 100%;
  float: left;
}

.brown_color {
  color: #795548 !important;
}

.brown_bg {
  background: #795548 !important;
}

.blue1_color {
  color: #2196f3 !important;
}

.blue1_bg {
  background: #2196f3 !important;
}

.orange_color {
  color: #ff5722 !important;
}

.orange_bg {
  background: #ff5722 !important;
}

.purple_color {
  color: #673ab7 !important;
}

.purple_bg {
  background: #673ab7 !important;
}

.purple_color2 {
  color: #3f51b5 !important;
}

.purple_bg2 {
  background: #3f51b5 !important;
}

.blue2_color {
  color: #03a9f4 !important;
}

.blue2_bg {
  background: #03a9f4 !important;
}

.red_color {
  color: #e91e63 !important;
}

.red_bg {
  background: #e91e63 !important;
}

.yellow_color {
  color: #ff9800 !important;
}

.yellow_bg {
  background: #ff9800 !important;
}

.purple_color2 {
  color: #9c27b0 !important;
}

.purple_bg2 {
  background: #9c27b0 !important;
}

.orange_color2 {
  color: #f44336 !important;
}

.orange_bg2 {
  background: #f44336 !important;
}

.green_color {
  color: #009688 !important;
}

.green_bg {
  background: #009688 !important;
}

.heading1 h2 {
  line-height: normal;
  font-size: 21px;
  font-weight: 400;
  margin: 0;
  padding-left: 0;
  color: #15283c;
  letter-spacing: 0px;
}

.margin_top_50 {
  margin-top: 50px;
}

.margin_top_30 {
  margin-top: 30px;
}

.margin_0 {
  margin: 0 !important;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.verticle_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropdown-item {
  font-size: 13px;
}

.column img {
  width: 100%;
}

.max_w-50 {
  max-width: 50px;
}

/*------------------------------------------------------------------
    4. header
-------------------------------------------------------------------*/
.full_container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  background-color: #0001;
}

.inner_container {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*==============
    - topbar 
==============*/
.topbar {
  position: fixed;
  width: 100%;
  padding-left: 230px;
  z-index: 2;
  background: #15283c;
  top: 0;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  left: 0;
}

#sidebar.active + #content .topbar {
  padding-left: 65px;
}

.topbar .navbar {
  margin: 0;
}

.right_topbar {
  float: right;
  padding: 0;
}

.icon_info {
  float: left;
  width: 100%;
}

.icon_info ul {
  float: left;
  width: auto;
  list-style: none;
  margin: 0;
}

.icon_info ul li {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  text-align: center;
  line-height: 35px;
  position: relative;
  margin: 15px 0 0 5px;
}

.icon_info ul li .fa-question-circle {
  font-size: 21px;
  position: relative;
  top: 1px;
}

.icon_info ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.icon_info ul li a img {
  width: 35px;
}

.icon_info ul.user_profile_dd li {
  width: auto;
}

.icon_info ul.user_profile_dd > li span {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  padding: 0 35px 0 10px;
}

.icon_info ul.user_profile_dd {
  float: left;
  margin: 0 0 0 25px;
}

.icon_info ul.user_profile_dd li a {
  cursor: pointer;
}

.icon_info ul.user_profile_dd > li {
  width: auto;
  border-radius: 0;
  background: #fc7e00;
  margin: 0;
  padding: 17px;
  height: auto;
}

.sidebar_toggle {
  border: none;
  padding: 23px 26px;
  font-size: 21px;
  background: #fc7e00;
  margin-right: 0;
  cursor: pointer;
  float: left;
}

.icon_info span.badge {
  font-size: 10px;
  line-height: 16px;
  padding: 2px 6px;
  position: absolute;
  right: -2px;
  top: -7px;
  background: #e02b20;
  border-radius: 100%;
  color: #fff;
  font-weight: 600;
  width: 19px;
  height: 19px;
}

.icon_info ul.user_profile_dd li div a {
  font-size: 15px;
  color: #15283c;
  padding: 4px 15px;
  border-bottom: none;
  line-height: normal;
}

.icon_info ul.user_profile_dd li div a span {
  font-size: 13px;
  color: #15283c;
  font-weight: normal;
  padding: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  line-height: normal;
}

.icon_info ul.user_profile_dd li div a:hover,
.icon_info ul.user_profile_dd li div a:focus {
  background: #243147;
  color: #fff;
}

.icon_info ul.user_profile_dd li div a:hover span,
.icon_info ul.user_profile_dd li div a:focus span {
  color: #fff;
}

.user_profile_dd .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  float: left;
  padding: 10px 6px;
  margin: 0;
  font-size: 15px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0;
  width: 100%;
  -webkit-box-shadow: -1px 1px 4px -2px rgba(0, 0, 0, 0.2);
          box-shadow: -1px 1px 4px -2px rgba(0, 0, 0, 0.2);
  border: none;
}

/**-- sidebar --**/
.navbar-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

i,
span {
  display: inline-block;
}

#sidebar {
  min-width: 230px;
  max-width: 230px;
  background-color: #128807;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 11;
  float: left;
  width: 100%;
  background-image: url("../images/pattern_h.png");
  position: fixed;
  height: 100%;
  overflow: auto;
}

.sidebar_blog_1,
.sidebar_blog_2,
.sidebar_blog_3 {
  float: left;
  width: 100%;
}

#sidebar ul li a {
  text-align: left;
}

#sidebar .sidebar-header strong {
  display: none;
  font-size: 1.8em;
}

#sidebar ul.components {
  padding: 15px 0;
  margin: 0;
  float: left;
  width: 100%;
}

#sidebar ul li a {
  padding: 15px 25px;
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
}

#sidebar ul li a:hover,
#sidebar ul li a:focus {
  color: rgba(255, 255, 255, 0.95);
}

#sidebar ul.components li {
  position: relative;
}

#sidebar ul.components ul {
  background: #fc7e00;
  padding: 20px 0;
}

#sidebar ul.components ul li a {
  font-size: 13px;
  color: #000;
  padding: 7px 15px;
  font-weight: bold;
}

#sidebar ul.components ul li a:hover {
  color: #fff;
  background: transparent;
  padding-left: 25px;
}

#sidebar ul li a i {
  margin-right: 16px;
  width: 15px;
  font-size: 20px;
  float: left;
}

.list-unstyled ul li a .fas {
  margin-right: 2px !important;
}

.bottom_sidebar ul li {
  float: left;
  width: 50%;
  list-style: none;
}

a[data-toggle="collapse"] {
  position: relative;
}

#content {
  width: 100%;
  min-height: 100vh;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  position: relative;
  padding: 60px 0px 0px 222px;
  background: #f8f8f8;
}

.page_title {
  background: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 25px 35px 22px 38px;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  margin-left: -40px;
  margin-right: -40px;
  position: relative;
}

.page_title h2 {
  font-size: 20px;
  font-weight: 500;
  color: #15283c;
}

#sidebar.active + #content {
  padding-left: 65px;
}

.topbar .navbar {
  padding: 0;
  background: #128807;
  border: none;
  border-radius: 0;
}

.user_profle_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar_user_info {
  padding: 15px 25px;
  background: #074902;
}

.user_info {
  margin: 0 0 0 15px;
  padding-top: 15px;
}

.online_animation {
  width: 12px;
  height: 12px;
  background: #1ed085;
  border-radius: 100%;
  margin-top: 0;
  position: relative;
  top: 1px;
  -webkit-animation: online 2s infinite;
  /* Safari 4.0 - 8.0 */
  animation: online 2s infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes online {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes online {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.user_info p {
  font-size: 13px;
  font-weight: 500;
  color: #1ed085;
  margin: 0;
}

.user_info h6 {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
}

.user_img {
  width: 75px;
  height: 75px;
  float: left;
}

.logo_section {
  padding: 0;
  width: auto;
  text-align: center;
  background: transparent;
  float: left;
}

.logo_section img {
  height: 42px;
  padding: 0;
  margin: 8px 15px 0;
}

#sidebar.active .logo_section a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo_section img.logo_icon {
  margin: 0;
  text-align: center;
  padding: 8px 8px;
  height: 60px;
}

#sidebar h4 {
  background: #fc7e00;
  margin: 0;
  padding: 21px 25px 19px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  border-bottom: solid #ff5722 1px;
}

table {
  background-color: #fff;
}

table.projects tr td:first-child {
  text-align: center;
}

.table.projects thead.thead-dark th {
  background: #15283c;
  font-weight: 300;
  padding: 15px 15px;
}

.table.projects tbody td {
  padding: 15px 15px;
}

.table-responsive-sm {
  overflow: auto;
}

/*------------------------------------------------------------------
    25. Login Section
-------------------------------------------------------------------*/
.login {
  background: #eee;
}

.full_height {
  height: 100vh;
}

.login_section {
  max-width: 430px;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 0 10px -8px #000;
          box-shadow: 0px 0 10px -8px #000;
  margin: 0px;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}

.logo_login {
  background: url("../images/login_image.jpg");
  padding: 5px 0;
  background-position: center center;
  position: relative;
}

.logo_login::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #ff9933d6;
  top: 0px;
  left: 0;
}

.logo_login h4 {
  color: #fff;
  z-index: 999;
  padding-top: 20px;
  text-shadow: 1px 1px 1px #000;
  margin: 0;
}

.logo_login div {
  position: relative;
  z-index: 1;
}

.login_form {
  padding: 30px 30px;
  float: left;
  width: 100%;
}

.login_form form {
  float: left;
  width: 100%;
}

.login_form form .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.login_form form .field label.label_field {
  font-weight: 600;
  font-size: 15px;
  color: #000;
}

.login_form form .field {
  display: block;
  margin: 0 0 20px;
}

.login_form form .field input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid #ddd 2px;
  width: 100%;
  padding: 10px;
  line-height: normal;
  font-weight: 300;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}

.login_form form .field input:hover,
.login_form form .field input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.login_form .field label.form-check-label .form-check-input {
  width: auto;
}

.hidden {
  visibility: hidden;
}

.login_form .field label.form-check-label {
  margin-left: 20px;
  position: relative;
  top: 0;
}

.forgot {
  float: right;
  margin: 11px 0;
  position: relative;
  left: 0;
  color: #ff5722;
}

.dashboard-banner img {
  width: 100%;
  height: 250px;
}

.midde_cont h1 {
  font-weight: 600;
  color: #e02b20;
}

.counter {
  background: #d6d6d6;
  text-align: center;
  padding: 80px 0 30px;
  margin-top: 30px;
  position: relative;
}

.counter .counter-value {
  width: 135px;
  height: 80px;
  line-height: 80px;
  background: #ee5160;
  margin: 0 auto;
  -webkit-box-shadow: 0 8px 6px -6px #4d485e;
          box-shadow: 0 8px 6px -6px #4d485e;
  text-shadow: 1px 1px 0 #4d485e, 2px 2px 0 #4d485e, 3px 3px 0 #4d485e, 4px 4px 0 #4d485e;
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
}

.counter .counter-value:before,
.counter .counter-value:after {
  content: "";
  border-right: 20px solid #9c434c;
  border-left: 20px solid transparent;
  border-top: 20px solid transparent;
  position: absolute;
  top: 0;
  left: -40px;
}

.counter .counter-value:after {
  border-right: 20px solid transparent;
  border-left: 20px solid #9c434c;
  left: auto;
  right: -40px;
}

.counter .title {
  font-size: 17px;
  font-weight: 600;
  color: #033a34;
  text-transform: uppercase;
  margin: 0;
}

.counter.yellow .counter-value {
  background: #e8a83b;
}

.counter.blue .counter-value {
  background: #14cbdc;
}

.counter.green .counter-value {
  background: #22c662;
}

.counter.yellow .counter-value:before {
  border-right-color: #a27f43;
}

.counter.yellow .counter-value:after {
  border-left-color: #a27f43;
}

.counter.blue .counter-value:before {
  border-right-color: #478a91;
}

.counter.blue .counter-value:after {
  border-left-color: #478a91;
}

.counter.green .counter-value:before {
  border-right-color: #247151;
}

.counter.green .counter-value:after {
  border-left-color: #247151;
}

@media only screen and (max-width: 990px) {
  .counter {
    margin-top: 40px;
  }
}

.panel {
  padding: 20px;
  border-radius: 0;
  border: none;
  background-color: #fff;
}

.panel .panel-heading {
  padding: 0 0 20px 0;
  border-radius: 0;
  margin: 0;
}

.panel .panel-heading .title {
  color: #566787;
  font-size: 22px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 6px 0;
}

.panel .panel-heading .title span {
  font-weight: 700;
}

.panel .panel-heading .search-box {
  position: relative;
}

.panel .panel-heading .search-box i {
  color: #a0a5b1;
  font-size: 13px;
  position: absolute;
  top: 11px;
  left: 15px;
}

.panel .panel-heading .search-box .form-control {
  padding: 0 0 0 40px;
  border-color: #ddd;
  border-radius: 20px;
}

.panel .panel-heading .search-box .form-control:focus {
  border-color: #3FBAE4;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.panel .panel-body {
  padding: 0;
}

.panel .panel-body .table {
  margin: 0;
}

.panel .table-responsive .table-bordered {
  border: 1px solid #ddd;
}

.panel .panel-body .table thead tr th {
  font-size: 17px;
  font-weight: 600;
  padding: 12px;
}

.panel .panel-body .table tbody tr td {
  color: #555;
  font-size: 13px;
  padding: 15px 12px;
  vertical-align: middle;
}

table tbody tr td {
  font-size: 13px;
}

.panel .panel-body .table tbody .action-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.panel .panel-body .table tbody .action-list li {
  display: inline-block;
  margin: 0 5px;
}

.panel .panel-body .table tbody .action-list li a {
  color: #03A9F4;
  font-size: 16px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.panel .panel-body .table tbody .action-list li a:hover {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.panel .panel-body .table tbody .action-list li a.edit {
  color: #FFC107;
}

.panel .panel-body .table tbody .action-list li a.delete {
  color: #E34724;
}

.panel .panel-body .table tbody .action-list li a:before,
.panel .panel-body .table tbody .action-list li a:after {
  content: attr(data-tip);
  color: #fff;
  background-color: #111;
  font-size: 12px;
  padding: 5px 7px;
  border-radius: 4px;
  text-transform: capitalize;
  display: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -32px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.panel .panel-body .table tbody .action-list li a:after {
  content: '';
  height: 15px;
  width: 15px;
  padding: 0;
  border-radius: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: -18px;
  z-index: -1;
}

.panel .panel-body .table tbody .action-list li a:hover:before,
.panel .panel-body .table tbody .action-list li a:hover:after {
  display: block;
}

.panel .panel-footer {
  color: #999;
  background-color: transparent;
  padding: 15px 0 0;
  border: none;
}

.panel .panel-footer .col {
  line-height: 35px;
}

.pagination {
  margin: 0;
  float: right;
}

.pagination li {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 32px;
  border-radius: 30px;
  padding: 0;
  margin: 0 2px;
  border: none;
}

.pagination li a {
  color: #000;
}

.pagination li:first-child a,
.pagination li:last-child a {
  border-radius: 30px;
}

.pagination li a:hover {
  color: #999;
  background: #e9ecef;
}

.pagination li a:focus,
.pagination li .active {
  color: #fff;
  background-color: #03a9f4;
}

@media only screen and (max-width: 767px) {
  .panel .panel-heading .title {
    text-align: center;
    margin: 0 0 10px;
  }
}

.footer {
  min-height: 65px;
  background: #fff;
  margin-top: 30px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  width: 100%;
}

.footer p {
  margin: 0;
  line-height: normal;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #214162;
  padding: 25px 15px;
}

.otp-form {
  display: none;
}

.alert-dismissible .close {
  font-size: 35px;
  top: -11px;
}

.change-pass {
  height: 100vh;
  margin-top: 100px;
}

.change-pass label {
  color: #000;
  font-weight: bold;
}

.change_main-form {
  background-color: #fff;
  padding: 25px;
}

.add-franchise {
  padding: 25px;
}

.imp {
  color: red;
}

.top {
  background-color: #fc7e00;
  padding: 5px 15px;
  margin-top: 30px;
}

.main-container {
  padding: 0px 35px;
}

.upload-box-img img {
  width: 100%;
  min-height: 240px;
  max-height: 250px;
  position: relative;
}

.main-student-form {
  background-color: #fff;
  padding: 25px 15px;
  -webkit-box-shadow: 1px 2px 5px #0002;
          box-shadow: 1px 2px 5px #0002;
}

.main-student-form label {
  color: #000;
}

.main-student-form table tr th {
  font-size: 13px;
  text-align: center;
}

.sub-btn button {
  padding: 10px 45px;
  outline: none;
  border: none;
  -webkit-box-shadow: 1px 2px 5px #0009;
          box-shadow: 1px 2px 5px #0009;
  background-color: #fc7e00;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 50px;
}

.sub-btn button:hover {
  background-color: #128807;
  color: #fff;
}

.del {
  color: red;
  position: absolute;
  right: 18px;
  top: 3px;
  font-size: 20px;
  cursor: pointer;
}

.upload-img img {
  width: 100%;
  height: 250px;
  position: relative;
  border: 1px solid #0005;
}

.remove-icon {
  position: absolute;
  top: 23px;
  right: 16px;
}

.remove-icon i {
  color: red;
  font-size: 23px;
  background: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 2px 2px 5px;
          box-shadow: 2px 2px 5px;
}

.upload-content {
  text-align: center;
}

.btn2 {
  background-color: red !important;
}

.mandatory p {
  color: red;
}

.ser-trai {
  min-height: 100vh;
}

.s-form {
  background-color: #fff;
  padding: 15px;
  -webkit-box-shadow: 1px 2px 5px #0002;
          box-shadow: 1px 2px 5px #0002;
  width: 60%;
  margin: 0 auto;
}

.list-table {
  min-height: 100vh;
}

.list-table .table-responsive {
  padding: 15px;
  -webkit-box-shadow: 1px 2px 5px #0002;
          box-shadow: 1px 2px 5px #0002;
  background-color: #fff;
}

.otp-box {
  display: none;
}

.frnc-table {
  min-height: 100vh;
}

.frnc-table .table-responsive {
  -webkit-box-shadow: 1px 2px 5px #0002;
          box-shadow: 1px 2px 5px #0002;
  background-color: #fff;
  padding: 15px;
}

.upload-img-box img {
  width: 300px;
  height: 250px;
}

.new-app {
  margin: 11px 0;
  float: left;
  color: #108e04;
  opacity: 1;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.new-app:hover {
  color: #fa9c42;
}

.field .new-app .fa {
  color: #000;
}

.field label {
  color: #108e04 !important;
}

.emil-stg {
  background-color: #fff;
  padding: 15px;
}

.sms-stg {
  background-color: #fff;
  padding: 15px;
}

.gene-stg {
  background-color: #fff;
  padding: 15px;
}

.pending-stu {
  min-height: 100vh;
}

.pending-stu .table-responsive {
  background-color: #fff;
  padding: 15px;
}

.all-stu {
  background-color: #fff;
  padding: 15px;
}

.pending-fracnch {
  min-height: 100vh;
}

.pending-fracnch .table-responsive {
  background-color: #fff;
  padding: 15px;
}

.disput {
  min-height: 100vh;
}

.disput .table-responsive {
  background-color: #fff;
  padding: 15px;
}

.common {
  background-color: #fff;
  padding: 15px;
  min-height: 100vh;
}

.common2 {
  min-height: 100vh;
}

.common2 .table-responsive {
  background-color: #fff;
  padding: 15px;
}

.custom-modal .modal-content {
  background-color: transparent;
  border: none;
  overflow: visible;
  background: #0b0b0b0d;
  z-index: 0;
}

.custom-modal .modal-dialog {
  max-width: 100%;
  /* margin: 1.75rem auto; */
  margin: 0 auto;
  text-align: center;
}

.custom-modal .modal-content {
  background: #0b0b0b61;
  z-index: 0;
  height: 100vh;
}

.custom-modal .modal-body {
  top: 150px;
}

.flex-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tablinks {
  background-color: #074902;
  color: #fff;
  padding: 7px;
}

.tablinks:hover {
  color: #fc9f46;
}

.tablinks:focus {
  color: #fc7e00;
}

.custom-file-inputm::-webkit-file-upload-button {
  visibility: hidden;
  position: relative;
}

.custom-file-inputm::before {
  content: 'File Upload';
  display: inline-block;
  background: #138808;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  position: absolute;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 10pt;
}

.custom-file-inputm:hover::before {
  border-color: black;
}

.pagination li:first-child a,
.pagination li:last-child a {
  border-radius: 30px;
  background: #128807;
  padding: 5px 20px;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */

.generateID {
	color: #fff !important;
	font-weight: 700;
	background-color: #168a0b;
	border: 1px solid #168a0b;
}

.generateID:hover {
	background-color: #fff !important;
	color: #168a0b !important;
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
	font-size: 32px;
	font-weight: 600;
	color: red;
	opacity: 1;
}