/* Colors 
    Main Red: #EC1F27
    Main Green: #009400
    Main Yellow: #F7C600

    Dev Link 
    https://xd.adobe.com/view/0e9785f9-6efd-466f-8d74-2eb8add1bee1-5bc4/grid/
    font-family: 'Poppins', sans-serif;

*/

html {
    scroll-behavior: smooth;
  }
  
body {
	margin: 0;
	padding: 0;
    font-family: 'Poppins', sans-serif;
}

img {
	width: 100%;
	height: auto;
}

p, li, a {
	font-size: 16px;
	line-height: 1.2em;
	color: #242424;
	outline: 0;
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
	color: #000;
}

h1{
    font-size: 3em;
    font-weight: 600;
    margin-bottom: 0.5em;
}

h2{
    font-size: 2.5em;
    margin-bottom: 0.5em;
    font-weight: 700;
    color:#000;
}

strong {
	font-weight: 800;
}

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
	outline: none;
	color:inherit;
	outline: 0;
}

.mobi-breaks{
	display:none;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.navbar-expand-md .navbar-collapse {
    justify-content: flex-end;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 0 0 0.5em;
    border-bottom: 0.4em solid transparent;
    color:#000;
    text-transform: uppercase;
    font-weight: 600;
}

.header .navbar-nav .active>.nav-link, .header .navbar-nav .nav-link.active, .header .navbar-nav .nav-link.show, .header .navbar-nav .show>.nav-link {
    border-bottom: 0.4em solid #F7C600;
}

/* .navbar-nav .active>.nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .show>.nav-link {
    border-color:#fff;
} */

.navbar-nav .nav-link:hover{
    border-color: #F7C600;
}

.navbar-nav {
    justify-content: space-between;
    width: 33em;
}

.header a:hover{
    transition: 0.5s;
}

.navbar-nav .nav-link {
    font-size: 0.8em;
}

.social-icons a {
    padding: 0 0.5em;
}

.social-icons .fab{
    color: #000;
    font-size: 1.3em;
}

header {
    position: fixed;
    width: 100%;
    z-index: 999999;
    top:0;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 23px 0px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 10px 23px 0px rgba(0,0,0,0.19);
	box-shadow: 0px 10px 23px 0px rgba(0,0,0,0.19);
}

.navbar-brand {
    padding: 0.5em 0;
    width: 11em;
}

.head-offset{
    margin-top: 7em;
}

/* Buttons  */
.btn {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.5em 2em;
    line-height: 1.2;
    border-radius: .25rem;
    transition: 0.5s;
    min-width: 8em;
}

.btn-continue{
    color: #009400!important;
    padding: 0;
    width: 11em;
    text-align: left;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-signup {
    color: #fff;
    text-align: center;
    width: 12em;
    background-color: #F7C600;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 0.8em 0;
}

.btn-signup-inv{
    color: #fff;
    text-align: center;
    width: 11em;
    background-color: #009400;
    text-transform: uppercase;
    padding: 0.8em 0;
}

.btn-signup-inv:hover{
    color:#009400;
    background-color: #fff;
    transition: 0.5s;
}

.btn-signup:hover{
    color:#F7C600;
    background-color:#fff;
    transition: 0.5s;
}

.btn-loadmore {
    background-color: #242424;
    color: #fff!important;
    padding: 0.5em 2em;
}

.btn-zim-yellow{
    background-color: #F7C600;
    border-color: #F7C600;
    color: #fff;
}
  
.btn-zim-red{
    background-color: #EC1F27;
    border-color: #EC1F27;
    color: #000;
}

.btn-zim-green{
    background-color: #009400;
    border-color: #009400;
    color: #000;
}

.btn-zim-yellow:hover{
    background-color: #000;
    border-color: #F7C600;
    color: #F7C600;
}
  
.btn-zim-red:hover{
    background-color: #000;
    border-color: #EC1F27;
    color: #EC1F27;
}

.btn-zim-green:hover{
    background-color: #000;
    border-color: #009400;
    color: #009400;
}

.btn a{
    color: #000;
}

.btn-dark {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}

.link-readmore{
    color: #000;
    border-bottom: 2px solid #000;
    padding-bottom: 0.3em;
    font-size: 0.9em;
    width: fit-content;
    margin-bottom: 0;
}

/* End of Buttons  */

.loadmore{
    text-align: center;
}

.arrow {
    padding-left: 0.5em;
}

/* Home  */
.advert-head .carousel {
    position: relative;
}

.advert-head .card-img-overlay {
    position: absolute;
    top: 25%;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.advert-head .card {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
}
/* .home-head{ */
    /* background: url(/images/home-header.jpg) no-repeat center center/cover;  */
    /* height: 40em; */
    /* margin-bottom: 4em; */
/* } */

.cat-box .btn-continue{
    width: 11em;
}

.head-info {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 5em 0 7em;
    justify-content: start;
    width: 75%;
    margin: 0 auto;
}

.head-info p, .head-info h1{
    color: #000;
}

.head-info .btn{
    margin: 1.5em 0;
}

.article-events-box {
    width: 65%;
    position: absolute;
    bottom: -3em;
    height: 9em;
}

.ae-box {
    background-color: #000;
    height: 100%;
    width: 22.5em;
    padding: 0 2em;
    border-radius: 6px;
    display: flex;
    align-items: flex-end;
    font-weight: 600;
}

.main-cat p, .sub-cat p{
    margin-bottom: 0;
    color: #009400!important;
}

.cat-holder{
    position: relative;
    display: flex;
    justify-content: space-between;
}

.cat-holder span {
    font-size: 0.8em;
    display: flex;
    align-items: center;
    color: #009400;
}

.main-cat{
    /* background-color:#009400 ; */
    text-transform: capitalize;
    padding: 0.5em 0;
    position: relative;
    /* float:left; */
}

.sub-cat{
    /* background-color:#F7C600 ; */
    text-transform: capitalize;
    padding: 0.5em 0;
    position: relative;
}

.cat-box{
    padding: 1.5em 2em;
    background-color: #fff;
    position: relative;
}

.cat-box h1{
    color: #000;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
}

.cat-box p {
    color: #808080;
}

.get-news{
    background-color:#009400;
    padding: 3em 0;
    margin: 2em 0;
    color:#fff;
}

.get-news label, .get-news p{
    color:#fff;
}

.articles{
    /* margin:1em 0; */
    display: flex;
    flex-flow: row wrap;
}

.featured-articles{
    /* margin:1em 0; */
    display: flex;
    flex-flow: row wrap;
}

.card-text:last-child {
    margin-bottom: 1em;
}

.signup-form{
    width: 50%;
    margin:0 auto;
    text-align: left;
}

.signup-head{
    text-align: center;
    padding: 0 10em;
}

.signup-head h2{
    color:#fff;
}

.card{
    /* -webkit-box-shadow: 0px 10px 23px 0px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 10px 23px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 10px 23px 0px rgba(0,0,0,0.19); */
    margin-bottom: 2em;
    border:none;
}

.card-img, .card-img-top {
    border-radius: 0.5em;
}

.card-body {
    padding: 1em 0;
    position: relative;
}

.articles-individual .card{
    margin-bottom: 0;
}

.main-articles .card-body .date{
    margin-bottom: 1em;
    display: none;
}

.card-body .btn-continue{
    width: 12em;
}

.card-title{
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

.our-partners {
    text-align: center;
    margin: 0 auto 3em;
}

.our-partners .col-md-3{
    float:left;
}

.events-conferences{
    background-color: #A8A8A8;
}

.event-body{
    flex-flow:column wrap;
    height: 25em;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: 0 auto;
}

.event-body p, .event-body h2{
    color: #fff;
}

.social-home .social-icons i{
    font-size: 3em;
}

.articles .main-cat p, .articles .sub-cat p{
    font-size: 0.6em;
    padding: 0.2em 0;
}

.featured-articles .main-cat p, .featured-articles .sub-cat p{
    font-size: 0.6em;
    padding: 0.2em 0;
}

.article-content img {
    max-width: 100%;
}

/* .articles .cat-holder {
    top: -1.9em;
} */

/* Controls for Slider */
.controls {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 2.5em;
    width: 93%;
    top: 45%;
    transform: translatey(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99999;
}

.controls li:hover {
    cursor: pointer;        
}

.controls:focus {
    outline: none;
}

.next, .prev{
    color:#fff;
}

.slider a:hover, .adverts-square a:hover {
    cursor: pointer;
}

/* End of Slider Controls  */

.slider{
    margin-bottom: 3em;
}

.recent-box {
    border-bottom: 1px solid #BCBCBC;
    padding-bottom: 2em;
    margin-bottom: 2em;
}

.recent-box h3 {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.limited {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.limited1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.date p{
    color: #707070;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    /* min-height: 35px; */
}

.date span {
    padding: 0 0.5em;
}

.last-box{
    margin-bottom: 0!important;
    border-bottom: 0!important;
}

.upcomming-signup{
    background-color:#F7C600;
    padding: 3em;
    margin: 2em 0 3em;
}

.upcomming-signup .btn-signup-inv{
    float:right;
}

.upcomming-signup h2{
    color:#fff;
    margin-bottom: 0;
}

/* Articles  */
.article-page{
    padding-top: 5em;
}

.article-page hr{
    border-color: #707070;
}

.main-articles .cat-holder p {
    font-size: 0.7em;
    font-weight: 600;
}

.article-page h1{
    font-weight: 700;
    font-size: 2em;
}

.article-categories h3{
    font-weight: 700;
    margin-bottom: 1em;
    font-size: 1.5em;
}

.fa-chevron-down {
    position: relative;
    top: 5px;
    color: #707070;
}

.article-categories .card {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}

.article-categories .card-header {
    padding: .75rem 0;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #DCDCDC;
    color: #000;
    font-weight: 600;
}

.article-categories .card:last-child .card-header {
    border-bottom:none;
}

.article-categories .card-header:hover{
    cursor: pointer;
}

.article-categories .card-body p{
    color: #808080;
}

.article-categories hr {
    border-top: 1px solid #707070;
    margin: 2em 0;
}

.news-articles a{
    color: #009400;
    font-weight: 600;
}

.news-articles a:hover{
    color: #009400;
    cursor: pointer;
}

.article-page .signup-form {
    width: 100%; 
}

.article-page .form-control{
    padding: 1em 1.2em;
    font-size: 16px;
}

.backto{
    color: #808080!important;
}

.contact-form .form-control{
    border: 1px solid #808080;
    /* border-radius: 0; */
    border-radius: 0.3em;
}

.contact-form .form-control:focus{
    border: 1px solid #808080;
}

.contact-form .col-md-6{
    float:left;
}

.contact-form .btn-signup:hover{
    border: 1px solid #F7C600;
}

.contact-form .btn-signup{
    padding: 1.2em 2em;
}

.contact-form label{
    color:#808080;
}

.contact h3 {
    font-size: 1.3em;
    margin: 3em 0 2em;
    font-weight: 700;
}

.contact-form {
    margin-bottom: 5em;
    margin-top: 2em;
}

.email-link:hover {
    color: #009400;
    transition: 0.5s;
}

.email-link{
    font-weight: 600;
}

.intro-text{
    padding:0 0 5em;
}

.past-events {
    margin-bottom: 2em;
    width: 100%;
}

.sub-heading {
    font-weight: 700;
    font-size: 1.5em;
    padding: 1em 0;
}

.past-events hr{
    border-bottom: 1px solid #242424;
}

.events .date p{
    color: #009400;
}

.events h2{
    font-size: 2em;
}

.past-events .date, .past-events .date p{
    margin-bottom: 0;
}

.events .card-title {
    font-size: 1.2em;
}

/* .events .card img {
    max-height: 20em;
    min-height: 20em;
} */

.events .card-title {
    font-size: 1.2em;
    height: 2.5em;
}


/* Events Individual  */

/* .events-indiv {
    margin-bottom: 3em;
} */

.events-indiv .date p{
    font-size: 1em;
    color: #009400;
}

/* About Us  */
.bio-img{
    /* background: url(https://via.placeholder.com/600x500.jpg) no-repeat center center/cover; */
    height: 26em;
    position: relative;
    border: 1px solid #707070;
}

.bio-img .btn-signup{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.5s;
    color:#fff;
}

.bio-img .btn-signup:hover{
    color:#F7C600;
}

.bio-img:hover .btn-signup{
    opacity: 1;
    transition: 0.5s;
}

.team-bio h2{
    font-size: 1.8em;
    margin-bottom: 1em;
}

.team-bio h3{
    font-size: 1.4em;
    font-weight: 600;
}

.bio-img:hover .img-overlay{
    opacity: 1;
    transition: 0.5s;
}

.img-overlay {
    opacity: 0;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height:auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* .home-headers{
    background: url(/images/home-header.jpg) no-repeat center center/cover;
    height: 23em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6em;
} */

.about-headers{
    background: url(/images/about-header.jpg) no-repeat center center/cover;
    height: 23em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6em;
}

.contact-headers{
    background: url(/images/contact-header.jpg) no-repeat center center/cover;
    height: 23em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6em;
}

.event-headers{
    background: url(/images/events-header.jpg) no-repeat center center/cover;
    height: 23em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6em;
}

.other-headers h1{
    color:#fff;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 0;
}

.about-intro{
    padding: 0 0 5em;
}

.member-img{
    height: fit-content;
    width: fit-content;
    padding-bottom: 5em;
}

.adverts-square img {
    margin-bottom: 1em;
}

/* Articles Individual  */
.article-intro, .events-intro{
    height: 100%;
    justify-content: flex-end;
    align-items: self-start;
    display: flex;
    flex-flow: column wrap;
    padding: 1em 0;
}

.article-intro p {
    text-transform: capitalize;
}

/* .article-cover-img {
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 1em;
} */

.article-cover-img, .events-cover-img {
    display: flex;
    /* height: 28em; */
    margin-bottom: 2em;
}

.article-header .cat-holder{
    position: relative;
    top:0;
}

.article-header span{
    padding: 0 1em;
}

.article-header, .events-header{
    padding-bottom: 0em;
}

.article-header h1{
    color: #242424;
    margin-bottom: 0.5em;
}

.articles-individual, .events-indiv {
    padding: 2em 0 3em;
}

.events-intro h1 {
    color: #242424;
    margin-bottom: 0.5em;
    font-weight: 700;
    font-size: 2em;
}

.article-sub {
    font-weight: 700;
    font-size: 2em;
}

.sub-active{
    color: #F7C600!important;
}

.article-images{
    border-bottom: 1px solid #242424;
    margin-bottom: 1em;
}

.article-images img{
    padding-bottom: 1.5em;
}

.other-articles .col-md-6{
    padding: 0 0.5em 0 0.5em;
}

#memberModal span{
    font-weight: 600;
    padding-right: 0.2em;
}

#memberModal .close{
    position: absolute;
    right: 0.2em;
    top: 0;
    font-size: 3em;
    color: #009400;
    text-shadow: none;
}

#memberModal h2{
    margin-bottom: 0;
}

.book-title{
    font-size: 1.4em;
}

#map{
    height:30em;
    margin-bottom: 2em;
}

.error {
    padding: 1em;
    background-color: #EC1F27;
    color: #fff;
    display: none;
    width: 80%;
    font-size: 16px;
    margin: 1em auto;
    text-align:center;
}

.output {
    padding: 1em;
    background-color: #F7C600;
    color: #242424;
    display: none;
    width: 80%;
    font-size: 16px;
    margin: 1em auto;
    text-align:center;
}

#email2 {
	display: none;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 15px;
    font-size: 18px;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0.3em;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-bottom: 1em;
}

.form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.msg-input{
    min-height: 200px;
	resize:vertical;
	max-height: 300px;
}

.card-title {
    height: 2.2em;
}

.card-text {
    height: 2.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.modal-dialog {
    top: 10%;
    max-width: 800px;
    margin: 1.75rem auto;
}

.modal-body .close {
    font-size: 3em;
    color: #009400;
    text-shadow: none;
}

.article-attachments {
    padding: 1.5em 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    margin-top: 3em;
}

.attachment {
    padding-top: 10px;
    padding-bottom: 10px;
}

.attachment .fa-file-alt {
    font-size: 20px;
    padding-right: 0.5em;
    color:#009400;
    vertical-align:middle;
}

.attached-box .col-md-6 {
    float: left;
    padding-left: 0;
}

.article-content {
    padding-bottom: 2em;
}

.modal-content {
    border-radius: 1em;
    border: none;
}

/* Article Categories  */
.article-categories .card-body {
    padding-bottom: 0;
}

.article-categories .active{
    font-weight: 600;
    color: #F7C600!important;
}
/* End of Article Categories  */

button:focus {
    outline: none!important;
}

.article-content p, .event-details p{
    line-height: 1.5;
    margin-bottom: 0;
}

.no-articles{
    height: 0!important;
}

.journals .col-md-12, .handbooks .col-md-12{
    padding:0;
}

.continue:hover .btn-continue{
    color: #F7C600!important;
    transition: 0.5s;
}

/* Share Buttons  */
.social-btns p {
    float: left;
    padding-right: 1em;
    font-weight: 700;
    margin-bottom: 0;
    color: #707070;
}

.social-btns a{
    padding: 0 0.3em;
    color: #707070
}

.social-btns i:hover{
    color: #009400;
    transition: 0.5s;
}

.mobi-categories{
    display:none;
}

.terms p{
    line-height: 1.5em;
}

.terms-of{
    float: right;
}

.our-partners img {
    max-width: 20em;
}

.date-share{
    padding: 1em 0;
    border-top: 2px solid #707070;
    border-bottom: 2px solid #707070;
}

.social-btns i {
    font-size: 1.6em;
}

.social-btns{
    justify-content: center;
    align-items: center;
    display: flex;
}

/* Footer */
.footer{
    background-color: #000;
    color: #fff;
}

.footer .navbar-nav {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    align-items: center;
    color: #fff;
    justify-content: space-between;
    width: 25em;
    padding: 4em 0;
}

.footer .nav-link{
    padding:0;
}

.footer .navbar-nav a {
    color: #fff;
}

.footer p, .footer label{
    color: #fff;
}

.footer .btn-continue{
    color:#009400;
}

.footer h3{
    color: #fff;
    margin-bottom: 1.2em;
    text-align: left;
}

.footer .social-icons{
    margin-top: 1.5em;
}

.social-icons i:hover{
    color:#009400;
    transition: 0.5s;
}

.footer .social-icons a{
    padding-right: 0.5em;
    padding-left: 0;
    font-size: 1.4em;
}

.crt:hover{
    color: #009400;
    transition: 0.5s;
}

.crt{
    border-bottom: 2px solid #F7C600;
}

.copyright {
    padding-top: 4em;
    text-align: right;
    text-transform: uppercase;
    font-weight: 100;
}

.copyright p {
    font-size: 0.7em;
}

.copyright a {
    font-size: 1.2em;
}

.agree-section{
    padding: 0 0 1em;
    position: relative;
}

.agree-section p{
    width: 80%;
    font-size: 0.8em;
    margin-bottom: 0;
}

.i-agree{
    font-size:2em;
}

.custom-iagree:focus~.agree-label::before {
    border-color: #fff !important;
    box-shadow: none !important;
}

.custom-iagree:checked~.agree-label::before {
    border-color: #F7C600 !important;
    background-color: #F7C600 !important;
}

.custom-iagree:focus:not(:checked)~.agree-label::before {
    border-color: #fff !important;
}

.custom-iagree:not(:disabled):active~.agree-label::before {
    background-color: #d6f5dd !important;
    border-color: #d6f5dd !important;
}

.agree-label::before {
    width: 1.5em;
    height: 1.5em;
}

.agree-label::after {
    position: absolute;
    top: .3rem;
    left: -1.3rem;
    display: block;
    width: 1.2em;
    height: 1.2em;
    content: "";
    background: no-repeat 100%/100% 100%;
}

.agree-label{
    padding-left: 1em;
    padding-top: 0.1em;
}

.dropdown-item.active, .dropdown-item:active {
    color: #009400!important;
    text-decoration: none;
    background-color: #fff;
}

.smaller-signup .agree-label::after {
    left: -1.4rem;
    background: no-repeat 50%/90% 100%;
}

.smaller-signup .agree-label {
    padding-top: 0.2em;
}

.truncate {
    /* width: 250px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    display: inline-block;
  }

/* Footer end  */

.subscription-square {
    background-color: #F7C600;
    border-radius: 6px;
}