
html, body {
   margin: 0;
   padding: 0;

  }

.badge-yellow{
    color: black;
    background-color: yellow;
}

@media (min-width: 1200px) {
    .container{
        max-width: 1140px;
    }
}

/* new */


@media (max-width: 1200px) {
  body {
    margin-top: 80px;
  }
  .container-headerless{
    margin-top: -70px
  }

  .navbar{
    position: fixed;
    right: 0;
    left: 0;   
    border-radius: 0;
    top: 0;
    z-index: 2;
    background: white;
  }

  /* .navbar .show  .modal-backdropi .in {
    opacity: .5;
} */
    /* .show  .modal-backdropi {
    position: fixed;
    top: 51%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    background-color: #000;
     opacity: .5;
} */
 
  
}

 .nav-item:active::after{
    color: #003690!important
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #003690!important;
}




.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    /* pointer-events: none; */
    color: #aaa;
}

/* end new */

  /*Post  */
  .article-title a{
    text-decoration:none; 
    color: #262828 !important; 
    font-weight: 700; 
    font-size: 20px; 
  }

  .featured-category-container{
    margin-top: -40px;
}

.featured-category{
    border-radius: 50px; 
    font-size: 10px; 
    font-weight: 600;
    letter-spacing: 1.5px; 
    background-color: #003690;
    position: relative;
}
.featured-category-lg{
    position: absolute;
    border-radius: 50px; 
    font-size: 14px; 
    letter-spacing: 0.5px; 
    width: 200px; 
    background-color: #003690; 
    font-weight: 600;
}

.fa-search:before {
    content: "\f002";
    font-size: 20px;
}

  @media(min-width: 992px){
/* 
    .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #003690!important;

    content: '';
    display: block;
    border-bottom: 3px solid #0B36DC;
    width: 50%;
    margin: auto;
    padding-bottom: 3px;
    margin-bottom: -8px;
  } */

  /* .active:hover::after {
    content: '';
    display: block;
    border-bottom: 3px solid #0B36DC;
    width: 50%;
    margin: auto;
    padding-bottom: 3px;
    margin-bottom: -8px;
  } */

  .navbar-nav .nav-item .active::after {
    content: '';
    display: block;
    border-bottom: 3px solid #0B36DC;
    width: 50%;
    margin: auto;
    padding-bottom: 3px;
    margin-bottom: -8px;
    color: #003690!important;
  }

  .navbar-nav .nav-item .nav-link:hover::after {
    content: '';
    display: block;
    border-bottom: 3px solid #0B36DC;
    width: 50%;
    margin: auto;
    padding-bottom: 3px;
    margin-bottom: -8px;
  }

    .post-top-title {
        font-size: 16px;
    }

    .single-post .date {
        font-size: 12px;
    }

    .article-title a{
        font-weight: 700;
        font-size: 30px; 
    }

    .single-post .post-caption {
        text-align: center;
        font-size: 14px;
        padding: 0px 10px 0px 0px;
    }

    .comment-title{
        font-size: 14px;
    }

    .jquery-comments ul.navigation {
        font-size: 13px !important;
    }

    .comment-wrapper .name{
    font-size: 13.5px;
    }

    .comment-wrapper .wrapper{
        font-size: 13.5px;
    }

    .comment-wrapper time{
        font-size: 12px !important;
    }

    .comment-wrapper img{
        height: 3.6rem !important;
        width: 3.6rem !important;
    }

    .jquery-comments ul.main li.comment .child-comments .profile-picture{
        height: 2.4rem !important;
        width: 2.4rem !important;
    }

    .post-body iframe{
        width: 100%;
        /* height: 350px; */
	font-size: 15px;
    }
}

  /*  */

  .single-post .post-body {
    font-size: 15px;
}

.single-post .post-body img {
    max-width: 100%;
    height: auto;
}

/*.post-body p span em{
        font-size:15px;
    }*/


  /* START Sidebar */
.sidebar a{
    font-weight: bold; 
    color: #262828; 
    font-size: 20px; 
    line-height:24px; 
    text-decoration: none;
}

.sidebar .date {
    font-weight: bold; 
    color: #808080; 
    font-size: 12px;
    font-family: 'quantify';
}

.sidebar .category {
    font-weight: bold; 
    color: #808080; 
    font-size: 12px;
    font-family: 'quantify';
}

.sidebar .popular-post ul, .sidebar .related-post ul {
    list-style: none; 
    padding-left: 0px;
}

.sidebar .popular-post li, .sidebar .related-post li {
    padding: 15px 5px 15px 0px; 
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.sidebar .popular-post li a, .sidebar .related-post li a {
    color: #282828; 
    text-decoration: none; 
    font-weight: 700;
    font-size: 14px;
}

/*----------------------------------------- Sidebar CSS -----------------------------------------*/

.icon-bar {
    position: absolute;
    top: 68%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 18px;
    transition: all 0.3s ease;
}


.icon-bar a:hover {
    background-color: #000;
}

.background-sidebar{
    background-color: #808080;
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 0 10px 10px 0;
}

.background-sidebar-hw {
    padding-bottom: 20px !important;
}

.background-sidebar-jrbl {
    padding-bottom: 33px !important;
    padding-top: 33px !important;
}

.background-sidebar-mm {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.background-sidebar-dw {
    padding-bottom: 26px !important;
    padding-top: 26px !important;
}

.text-sidebar{
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 12px;
    margin: 0 0 0 0;
    /*height: 70px;*/
    width: 18px;
    color: white;
    font-weight: 600;
}

.text-sidebar-hw{
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 12px;
    margin: 0 0 0 5px;
    height: 70px;
    width: 20px;
    color: white;
    font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .text-sidebar{
        font-size: 7px;
        margin: 0 0 0 0;
        height: 60px;
        width: 11px;
    }

    .text-sidebar-hw{
        font-size: 7px;
        height: 60px;
        width: 12px;
    }
    .icon-bar a {
        padding-right: 5px;
    }
}

.img-article-sidebar{
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.text-article-sidebar
{
    line-height: 17px;
}

.text-article-sidebar a{
    font-size: 13px;    
    font-weight: 600;
    color: #262828;
    text-decoration: none;
}


/* END Sidebar */

/* START Related Articles */

.related-article .image {
    width: 100%; 
    height: 100px; 
    object-fit: cover; 
    object-position: 50% 0;
}

.related-article a {
    color: #262828 !important; 
    text-decoration: none;
    font-size: 80%;
    
}

.related-article .title {
    font-size: 100%;
    font-size: 13px;
    font-weight: 600;
    color: #262828;
}

.related-article .author {
    font-size: 80%;
    
}

.related-article .date-text {
    font-size: 80%;
    color: #000000; 
    
}

.related-article-category {
    margin-left: 5%; 
    margin-right: 5%;
}

/* END Related Articles */

/* COMMENT */

.comment-title{
    font-weight: 700; 
    font-size: 14px;
}

.jquery-comments ul.navigation {
    font-size: 13px !important;
}

.comment-wrapper .name{
    font-size: 13px;
}

.comment-wrapper .wrapper{
    font-size: 12.5px;
}

.comment-wrapper time{
    font-size: 10px !important;
}

.comment-wrapper img{
    margin-right: 1rem !important;
    height: 2.6rem !important;
    width: 2.6rem !important;
}

.jquery-comments ul.main li.comment .child-comments .profile-picture{
    height: 2.2rem !important;
    width: 2.2rem !important;
}
.featured-img-right1{
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.gradient-overlay
{
    position: absolute;
    top: 30%;
    opacity: .98;
    background-image: url('/img/gradient-bg.png');
    background-repeat: repeat-x;
    background-size: 100% 100%;
    height: 70%;
    width: 100%;
    bottom: 0;
}

.wrapper-featured-post{
    position: absolute;
    padding-bottom: 1%;
    padding-left: 5%;
    padding-right: 5%;
    bottom: 0;
}


@media(min-width: 992px){
    .post-top-title {
        font-size: 16px;
    }

    .single-post .date {
        font-size: 12px;
    }

    .article-title a{
        font-weight: 700;
        font-size: 30px; 
    }

    .comment-title{
        font-size: 14px;
    }

    .jquery-comments ul.navigation {
        font-size: 13px !important;
    }

    .comment-wrapper .name{
    font-size: 13.5px;
    }

    .comment-wrapper .wrapper{
        font-size: 13.5px;
    }

    .comment-wrapper time{
        font-size: 12px !important;
    }

    .comment-wrapper img{
        height: 3.6rem !important;
        width: 3.6rem !important;
    }

    .jquery-comments ul.main li.comment .child-comments .profile-picture{
        height: 2.4rem !important;
        width: 2.4rem !important;
    }

    .post-body iframe{
        width: 100%;
        /* height: 350px; */
    }
}

.comment-wrapper .wrapper{
    width: inherit;
    padding-top: 0px;
    text-align: left;
}

.jquery-comments ul.navigation {
    font-size: 13px !important;
}

.jquery-comments ul.main li.comment .child-comments .profile-picture{
    height: 2.2rem !important;
    width: 2.2rem !important;
}

/* END COMMENT */

/*----------------------------------------- Category CSS -----------------------------------------*/

.category-post .title {
    font-weight: 700; 
    font-size: 18px;
}

.category-post a{
    color: #262828; 
    text-decoration: none;
}

.category-post .category {
    font-weight: bold; 
    color: #808080; 
    font-size: 12px;
    font-family: 'quantify';
}

.category-post .date {
    font-weight: bold; 
    color: #808080; 
    font-size: 12px;
    font-family: 'quantify';
}

.category-post .excerpt{
    font-size: 15px;
}

.category-post .image{
    width: 100%; 
    height: 175px; 
    object-fit: cover; 
    object-position:center top;
}

.category-post ul {
    list-style: none; 
    padding-left: 0px;
}

.category-post li {
    padding: 8px 5px 8px 0px; 
    border-bottom: 1px solid rgba(0,0,0,.2);
    line-height: 17px;
}

.category-post li a {
    color: #282828; 
    text-decoration: none; 
    font-weight: 600;
    font-size: 13px;
}

/* Category Single Page */

.category-section-header {
    font-size: 24px;
    text-transform: uppercase;
    padding: 8px 10px 8px 0px;
    color: black;
    text-decoration: none;
    /* margin-bottom: 21px; */
    font-weight: 600;    
    font-weight: 700;
}

.category-post-item {
    margin-bottom: 20pt;
}

.home-category-top-title {
    color: black;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
}

.category-post-image {
    /*height: 200px;*/
    width: 100%;
    object-fit: cover;
}

.category-post-title a{
    font-size: 17px;
    color: black !important;
    font-weight: 700;
}

.category-post-date{
    font-size: 12px;
    font-weight: 600;
    color: #808080;
}

.category-post-series{
    font-size: 12px;
    font-weight: 600;
    color: #808080;
}

.category-post-body{
    /*font-weight: 500;*/
    font-size: 15px;
}

@media (min-width: 768px) {
    /* .category-post-image{
        height: 150px;
    } */
}

@media (max-width: 767px) {
    /* .category-post-image {
        height: 200px;
    } */

    .space-logo-registrasi {
        margin-top: -50px!important;
    }

    .space-tutorial-registrasi {
        margin-top: -50px!important;
    }

    .img-article-sidebar{
    object-position: 50% 0%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .category-post li {
        padding: 5px 5px 5px 0px;
    }
}

/*----------------------------------------- Article Sidebar CSS -----------------------------------------*/

.border-bt-gray{
    border-bottom: solid #c5c5c5 1px;
}

.border-title{
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 0.5px;
    width: 200px;
    background-color: #003690;
    font-weight: 600;
}

.latest-post{
    font-size: 14px;
}

  /* START Video */
.play-button {
    width: 90px;
    height: 60px;
    background-color: #060606;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.play-button {
    cursor: pointer;
}
.play-button,
.play-button:before {
    position: absolute;
}
.play-button,
.play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}

.video-date{
    font-size: 12px;
    font-weight: 700;
}


.gold {
  	width: 20px;
	height: 20px;
	background: #dac52c;
	border-radius: 100%;
}
.silver {
  	width: 20px;
	height: 20px;
	background: #BCBEC0;
	border-radius: 100%;
}
.bronze {
  	width: 20px;
	height: 20px;
	background: #CD7F32;
	border-radius: 100%;
}

a[aria-expanded=false] .fa-angle-up {
   display: none;
}
a[aria-expanded=true] .fa-angle-down {
   display: none;
}

.hoverblue:hover {
background-color: #003690;
color:white;
cursor: pointer;
}

/* navabar */
.navbar {
  padding: 0rem;
  margin-bottom: 0.5rem;
}

.navbar-toggler{
      border: none;
}

.nav-link{
  font-weight: 700;
}


li a {
  color: #003690;
}

a {

  color: #003690;
  font-size: 15px;
}

.font-weight-bold{
  font-weight: 700;
}


h6{
  font-weight: 700;
}

a:hover{
  text-decoration: none;
}

.line-navbar {
  background-color: #003690;
  border: 1px solid #003690;
  position: absolute;
  left: 100px;
   right: 70px;  
 
}

.hr {
  margin-top:-10px;
}

/* .img-thumbnail{
    padding: 0.25rem;
    background-color: transparent;
    border: none;
    border-radius: 0.25rem;
    max-width: 90px;
    height: auto;
    width: 80px;
} */

.bg-color {
  background-color: #003690;
}

.logo {
 font-size: 30px;
 color: #003690;
}

.logo-footer {
 font-size: 40px;
 color: #003690;
}

.bg-grey {
  border: 5px solid #c6c6c6;
  background-color: #c6c6c6;
}

.border-black::-ms-input-placeholder {
    font-weight: 700;
}
.border-black::-webkit-input-placeholder {
    font-weight: 400;
    color: black;
    font-style: italic;
}

.bg-gradient {
  background: linear-gradient(
    to top,
    #c6c6c6,
    #FFFFFF

  );
}
.bg-gradient-footer {
  background: linear-gradient(
    to bottom,
    #c6c6c6,
    #FFFFFF

  );
}

.nav-pills .nav-link {
    border-radius: 0 !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    border-color: #003690;
    background-color: #003690;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link :active {
    color: #fff;
    border-color: #003690;
    background-color: #003690;
}

/* button search */

.search-container{
    background: transparent;
    height: 30px;
    border-radius: 30px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.8s;
    /*box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
    inset -7px -7px 10px 0px rgba(0,0,0,.1),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
   text-shadow:  0px 0px 6px rgba(255,255,255,.3),
              -4px -4px 6px rgba(116, 125, 136, .2);
  text-shadow: 2px 2px 3px rgba(255,255,255,0.5);*/
  /* box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2); */
}

.search-container:hover > .search-input{
    width: 150px;
    border: 4px solid #003690;
     border-top-left-radius: 30px!important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 30px!important;
    background-color: transparent;
}

.search-container .search-input{
    background: transparent;
    outline:none;
    border: none;
    width: 0px;
    font-weight: 500;
    font-size: 16px;
    transition: 0.8s;
}

.input-group-text{
  padding: 0;
}

.btn-custom {
  padding-bottom: 0; 
  color: rgba(0,0,0,.5);
  padding: 0.375rem ;
}


.btn-custom:focus{
color: #003690;  
box-shadow: none;
}  

.search-bar{
      height: 35px;
    border-radius: 100%;
    z-index: 100;
}
.circle-bar{
 border-top-left-radius: 30px!important;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px!important;

    border: 4px solid #003690;
    background-color: transparent;
      
}

.circle-bar:focus{
  color: #003690;
    background-color: #fff;
    border-color: #003690; 
    outline: 0;
    box-shadow: none;
}

.form-control-sm{
  height: 31.5px!important;
}

.form-control:focus {
    border-color:none;
    box-shadow: none;
    z-index: 1;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child){
  border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/* body  */

body {
  font-family: 'Roboto Condensed', sans-serif;
}

.text-color{  
  color: #003690;

}

.card-header {
  border-radius: 0px;
  padding: 5px;
  background-color: #003690;
  border-bottom: 1px solid #003690;
}

.title {
  border-radius: 0;
}

.border{
  border: 1px solid grey;
}

.border-black{
    border: 1px solid black;

}

.img-fluid-article {
    width: auto!important;
    max-width: 100%!important;
    height: auto!important;
}

.img-fluid{
  object-fit: cover;
  object-position: center top;
}

.p-small{
  font-size: 16px;
   line-height: 1.3rem;
}

.p-date{
  font-weight:700; 
  font-size:12px;
  color: grey;
}

.ellipsis-title{   
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;  
  }

  .p-small-elipsis-news{
  font-size: 14px;
    overflow: hidden;
   text-overflow: ellipsis;
   line-height: 1.3rem;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4; 
   -webkit-box-orient: vertical;
}

.p-small-excerpt{
  font-size: 12px;
    overflow: hidden;
   text-overflow: ellipsis;
   line-height: 1.3rem;
   display: -webkit-box;
   -webkit-line-clamp: 6; /* number of lines to show */
           line-clamp: 6; 
   -webkit-box-orient: vertical;
}

.p-small-excerpt-news{
 
  font-size: 14px;
    overflow: hidden;
   text-overflow: ellipsis;
   line-height: 1.3rem;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4; 
   -webkit-box-orient: vertical;
}

.card {
  border-radius: 0;
}

.card-header:first-child {
    border-radius: 0;
}

.card-body{
  /* padding-left: 3px; */
  /* padding:0; */
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0, 54, 144)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: #003690;
} 

/* footer */
.size-footer{
    font-size: 15px;
    font-weight: 700;
} 

.h5-custom{
  margin-right: 80px!important;
}

h4
{ font-size: 22px;
  font-weight: 700;
}

ul.decor-circle{
 color: #003690;
}



@media (min-width: 992px) {

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 0.95rem;   
  padding-right: 1.1rem;
}
}

@media (max-width: 991px)
{
.logo {
 font-size: 35px;
 color: #003690;
}
.logo-footer {
 font-size: 30px;
 color: #003690;
}    
}

@media (max-width: 768px)
 {
.logo {
 font-size: 30px;
 color: #003690;
}

.img-news {
    height: 100% !important;
}

.logo-footer {
 font-size: 30px;
 color: #003690;
}

.size-footer{
    font-size: 15px;
}    

.content-footer{
  text-align: left;
  padding-top: 10px;
}

.footer-title{
      font-weight:700;
      margin-top: 10px;
}
.h5-custom{
  margin-right: 30px !important;
}

.title-space {
  margin-top: 50px;
}

.space-registrasi{
  margin-right: 20px!important;
  margin-left: 20px!important;
}

.space-registrasi-top{
  margin-top: 0!important;
}

}

@media (max-width: 767px) {
.none {
  display: none!important;
}
.flex-custom {
  display: flex!important;
}
}
@media (max-width: 675px) {
.logo {
 font-size:20px;
 color: #003690;
}
.logo-footer {
 font-size: 20px;
 color: #003690;
}
.size-footer{
    font-size: 10px;
}
.h5-custom{
  margin-right: 60px !important;
}
.nav-padding-0{
  
  padding: 0!important;
  margin-left: 5px!important;
}
.align-footer{
  justify-content: start!important;
}
h4
{ font-size: 20px;
  font-weight: 700;
}
}

@media (max-width: 630px) {
.logo {
 font-size:20px;
 color: #003690;
}
.logo-footer {
 font-size: 19px;
 color: #003690;
}
.size-footer{
    font-size: 11px;
    font-weight: 700;
}

.title-footer{
    font-size: 16px;

}
.h5-custom{
  margin-right: 4px !important;
}

.navbar-toggler {
    padding:0;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
}

/* button search */

.search-container:hover > .search-input{
    width: 100px;
    border: 4px solid #003690;
     border-top-left-radius: 30px!important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 30px!important;

    background-color: transparent;

}

.search-container .search-input{
    background: transparent;
    outline:none;
    border: none;
    width: 0px;
    font-weight: 500;
    font-size: 16px;
    transition: 0.8s;

}

.input-group-text{
  padding: 0;
}

.btn-custom {
  padding-bottom: 0; 
   color: #003690;
  padding: 0.375rem ;
}


.btn-custom:focus{
color: #003690;  
box-shadow: none;
}   

.search-bar{
      height: 20px;
    border-radius: 100%;
    z-index: 100;
}
.circle-bar{
 border-top-left-radius: 30px!important;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px!important;

    border: 4px solid #003690;
    background-color: transparent;
      
}

.form-control-sm {
    height: 20px!important;
}

.mt-1, .my-1 {
    margin-top: 0.45rem!important;
}
.fa-search:before {
    content: "\f002";
    font-size: 15px;
}

.form-control:focus {
    color: black;
    border-color:none;
   
    box-shadow: none;
}

.navbar-brand {
  
    margin-right: 0;
    font-size: 1rem;
  
}


}

/* SCHEDULE */
.wrapper{
  width:100%;
  padding-top: 20px;
  text-align:center;
}
h2{
  color:#fff;
}
.carousel{
  width:90%;
  margin:0px auto;
}
.slick-slide{
  /*width:auto;*/
  width:150px;
  margin:10px;
  border: 2px solid #1057a5;
}


.slick-current .calendar .date, .calendar:hover .date, .slick-current .calendar .games, .calendar:hover .games{
    color: #1057a5;
}

 .slick-current .calendar .day, .calendar:hover .day{
    background-color: #1057a5;
    color: #ffffff;
}

.date span{
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
}

.date .month{
    font-size: 16px;
    font-weight: 600;
    display: block;
}

/*customize date carousel arrow style*/
 .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #1057a5 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.all-series-header-box
{
    background-color: #1057a5;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 5px;
}

.all-series-header-box h4
{
    font-weight: 700; 
    font-size: 1.3rem;
} 

/***** EVENT GALLERY *****/

.my-gallery {
    width: 100%;
    text-align: center;
    position: relative;
}

.my-gallery figure {
    padding: 0;
    border: #ececec;
    /* border-style: solid; */
    /* border-width: thin; */
}

/*.my-gallery figure:after {*/
/*content: "";*/
/*display: inline-block;*/
/*width: 100%;*/
/*}*/

.my-gallery figcaption {
    display: none;
}

.gallery-container {
    position: relative;
    width: 100%;
}

.photo-gallery-list-frame
{
    width: 100%;
    /*height: 30vmax;*/
    margin: 0 10px 0 10px;
    height: 200px;
    border: 0px solid #939598;
    white-space: nowrap;
    text-align: center;
    position: relative;
    margin-bottom: 1em;
}

.photo-gallery-image{
    width: 100%;
    height: 200px;
    object-fit: cover;
    /* object-position: 50% 50%; */
}

.description{
    /* font-family: "Roboto Regular"; */
    position: absolute;
    bottom: 0;
    font-size: 9pt;
    /* font-weight: 600; */
    margin: 0;
    right: 0;
    left: 0;
	text-align:center;		
    color: black;
    /*background: rgba(254, 242, 0, 1);*/
    background: rgba(0, 0, 0, 0.44);
    padding: 5px 2px 5px 2px;
}

.photo-gallery-tag{
    padding: 5px !important; 
    margin: 2px 2px !important;
}

.btn {border-radius: 0 !important;}

.border-blue-skin{
    border-color: #003ca5;
    border-width: medium;
    border-radius: 10px;
    font-weight: 800;
    color: black;
}

.text-number{
    background-color: #003ca5;
    height: 25px;
    width: 25px;
    display: inline-table;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    padding-top: 2px;
}

/*Match Tab*/


/* 
#match-tab a
{
    

    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-transform: uppercase;
    border: 2px solid #1057a5;
    height: 34px;
    border-radius: 0;

} */
/* 
#match-tab a:hover, #match-tab .active-tab
{
    background-color: #1057a5;
    color: #ffffff;
}


@media(min-width: 992px){
    .schedule .title{
        font-size: 34px;
        margin-bottom: 0;
    }

    .schedule .sub-title{
        font-size: 20px;
        color: #1057a5;
        font-weight: 600;
    }

    .filter-field{
        height: 30px;
        font-size: 12px;
        font-weight: 600;
        width: 100%
    }

    .my-btn{
        background-color: #1057a5;
        color: white;
        border: none;
        cursor: pointer;
        width: auto;
    }

    .main-date{
        font-size: 30px;
        color: #000000;
        font-weight: 600;
    }

    .home, .away{
        font-size: 20px;
        color: #1057a5;
    }

    .winner-score{
        font-size: 23px;
        font-weight: 600;
        color: #1057a5;
    }

    .loser-score{
        font-size: 23px;
        font-weight: 600;
        color: #000000;
    }

    .venue{
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 4px;
    }

    .schedule .time{
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 0;
        color: #1057a5;
    }

    .schedule .competition-type{
        font-size: 14px;
        font-weight: 700;
    }

    .schedule-list .team .logo{
        width: 90px;
        margin-top: .5rem;
        margin-bottom: .5rem;
        object-fit: scale-down;
        height: 7rem;        
    }

    .schedule-list .team{
        padding-bottom: 15px;
    }


    .schedule-list .team .name{
        font-size: 20px;
        color: #1057a5;
        font-weight: bold;
    }


    .box{
        min-height: 150px;
    }

    .slick-current .calendar .date, .calendar:hover .date, .slick-current .calendar .games, .calendar:hover .games{
        color: #1057a5;
    }

     .slick-current .calendar .day, .calendar:hover .day{
        background-color: #1057a5;
        color: #ffffff;
    }

    .date span{
        font-size: 40px;
        font-weight: 700;
        display: inline-block;
    }

    .date .month{
        font-size: 18px;
        font-weight: 600;
        display: block;
    } */
    
    /*customize date carousel arrow style*/
     /* .slick-prev:before, .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: #1057a5 !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    } */

   

    /*#match-tab a
    {
        
        line-height: 30px;
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
        border: 2px solid #1057a5;
        width: 100%;
        height: 45px;
        border-radius: 0;

    } */

    /* #match-tab a:hover, #match-tab .active-tab
    {
        background-color: #1057a5;
        color: #ffffff;
    }

    .all-series-header-box
    {
        background-color: #1057a5;
        color: #ffffff;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .all-series-header-box h4
    {
        font-weight: 700; 
        font-size: 1.5rem;
    } */

/* } */
