@import url('https://fonts.googleapis.com/css2?family=Anton&family=Open+Sans:wght@701;800&display=swap');

body{
	background: #f5f5f5;
}
.direct-cn.mb-4 {
  border-bottom: solid 3px #73a340;
}
.heading-styles {
  font-variant: petite-caps;
  font-weight: bold;
  color: #73a340;
}

.text-headers {
    font-variant: small-caps;
    font-weight: bold;
}

.fas.fa-cloud-upload-alt {
    margin: -45px;
}

.row.box-form {
    padding: 20px;
}

.alertify-notifier .ajs-message.ajs-success {
    background: rgb(3, 205, 213)!important;
    color: #fff!important;
    font-variant: small-caps!important;
    font-weight: bold!important;
    border-radius: 8px!important;
    border-left: solid 3px #5153ff!important;
}

.bi.bi-sliders {
    color:#00AFEF;
}

.bi.bi-sliders:hover {
    color:#EDB826;
}

.fa-light.fa-circle-play.fa-2xs, .fa-light.fa-rectangle-ad.fa-2xs, .fa-light.fa-cloud-arrow-down.fa-2xs, .fa-light.fa-palette.fa-2xs, .fa-light.fa-hexagon-exclamation.fa-2xs, .fa-light.fa-photo-film.fa-2xs, .fa-light.fa-layer-group.fa-2xs, .fa-light.fa-high-definition.fa-2xs, .fa-light.fa-user-plus.fa-2xs, .fa-light.fa-user-lock.fa-2xs, .fa-light.fa-users.fa-2xs, .fa-light.fa-closed-captioning.fa-2xs {
  padding: 0px !important;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  margin: 0 0 30px;
}
.features .icon-box {
  display: block;
  padding: 18px 0 18px;
  background: #f6f6f6;
  transition: ease-in-out 0.3s;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}
.features .icon-box:hover {
  background: #63992a!important;
  background-image: none;
  background-image: linear-gradient(110deg,rgba(255,255,255,0.1) 16%,rgba(255,255,255,0.1) 17%,rgba(255,255,255,0.05) 17%,rgba(255,255,255,0.05) 23%,transparent 8.5%,transparent 78%,rgba(255,255,255,0.05) 78%,rgba(255,255,255,0.05) 84%,rgba(255,255,255,0.1) 84%,rgba(255,255,255,0.1))!important;
  color: #fff;
  border-radius: 10px;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.features .icon-box h3 a:hover {
  color: #3498db;
}

.features .icon-box:hover {
  background: #eef7fc;
}
.desc-header {
  font-size: 15px;
  font-weight: 500;
  width: 65%;
}
/* ----------------------------- */
.heading-line h1 {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #222;
    letter-spacing: 1px;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
    background: #fff;
    padding: 20px 0 5px;
    margin-bottom: 45px;
    box-shadow: 0px 0 30px rgb(1 41 112 / 12%);
    font-variant: small-caps;
}

.heading-line h1:after,.heading-line h1:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #52658C;
    border-top: 1px solid #52658C;
    height: 5px;
  background-color:#f8f8f8;
}

@media only screen and (max-width: 600px) {
.heading-line h1 {
    text-align: center;
    font-size: 24px;
    margin: -25px 0 28px;
}
.table-responsive {
        display: block!important;
    }
}


.col-7.codeside-box {
    background: #fff;
    box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
    border-radius: 5px;
    padding: 10px 30px 10px;
}

.list-group.float-right.w-100 {
    margin-right: -15px;
}

.bg-nav-codeside {
    background-color: #556EE6;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0!important;
    margin-bottom: 0!important;
    list-style: none;
    background-color: transparent!important;
    border-radius: 0!important;
}


.box-codeside{
	padding: 30px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.bg-codeside{
	background: #fff!important;
}

.bi.bi-film, .fas.fa-language, .fas.fa-closed-captioning, .fas.fa-photo-video {
    color: #52658C;
}

.btn-download {
    color: #fff;
    background-color: #699d36;
}

.btn-download:hover {
    color: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color:#00AFEF;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007BFF;
}

.nav-pills .nav-link {
    padding: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    background-color: #28a745;
    transition: all 0.15s ease;
}

.nav-pills .nav-item:not(:last-child) {
    padding-right: 1rem;
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-wrapper+.card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.nav-wrapper {
    padding: 1rem 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.shadow, .profile-page .card-profile .card-profile-image img {
    box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%) !important;
}

@media (max-width: 992px) {
    .container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    }
    
    .nav-pills .nav-item:not(:last-child) {
    padding-right: 0rem;
    margin-bottom: 10px;
    }
    
    .btn-group {
    width: 100%;
    }
    
    #add_new_sub {
    margin-top: 10px!important;
    }
    
    .inner-footer {
    height: 10vh;
    }
}