﻿@import url('https://fonts.googleapis.com/css?family=Roboto');
/*Root vairables*/
:root {
    /*Primary Colors*/
    --dominantGreen: rgb(0, 98, 37);
    --limeGreen: rgb(141, 198, 63);
    --black: rgb(30, 30, 30);
    --white: #FFFFFF; 
    /*Secondaty Colors*/
    --mustard: rgb(214, 182, 62);
    --gray: rgb(178, 185, 182);
    --lightKhaki: rgb(193, 198, 179);
    --orange: rgb(250, 166, 26);
    --darkGreen: rgb(0, 68, 56);
    --industrial: rgb(76, 80, 76);
    --industrial: rgb(76, 80, 76);
    --teal: rgb(0, 121, 122);
    --lightTurquoise: rgb(159, 215, 205);
}

/*Navigation Popups containers*/

@media (min-width: 768px) and (max-width: 1600px) {
    .competitionSubMenuHome {
        display: none;
        margin-left: 50%;
        width: 200px
    }

    .competitionSubMenu {
        display: none;
        margin-left: 62%;
        width: 200px
    }

    .poemSubMenuHome {
        display: none;
        margin-left: 57%;
        width: 200px
    }

    .poemSubMenu {
        display: none;
        margin-left: 68%;
        width: 200px
    }

    .refrenceSubMenuHome {
        display: none;
        margin-left: 72%;
        width: 200px
    }

    .refrenceSubMenu {
        display: none;
        margin-left: 80%;
        width: 200px
    }

    .contactUsSubMenuHome {
        display: none;
        margin-left: 78%;
        width: 200px
    }

    .contactUsSubMenu {
        display: none;
        margin-left: 85%;
        width: 200px
    }
}

@media (min-width:1601px) and (max-width: 4000px ) {
    .competitionSubMenuHome {
        display: none;
        margin-left: 60%;
        width: 200px
    }

    .competitionSubMenu {
        display: none;
        margin-left: 70%;
        width: 200px
    }

    .poemSubMenuHome {
        display: none;
        margin-left: 67%;
        width: 200px
    }

    .poemSubMenu {
        display: none;
        margin-left: 76%;
        width: 200px
    }

    .refrenceSubMenuHome {
        display: none;
        margin-left: 77%;
        width: 200px
    }

    .refrenceSubMenu {
        display: none;
        margin-left: 84%;
        width: 200px
    }

    .contactUsSubMenuHome {
        display: none;
        margin-left: 83%;
        width: 200px
    }

    .contactUsSubMenu {
        display: none;
        margin-left: 85%;
        width: 200px
    }
}

body {
    background-image: linear-gradient(to right,rgb(29,69,35),rgb(0, 98, 37) 60%,rgb(29,69,35));
    font-family: Roboto;
    overflow-x: hidden;
    color: white;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 400px;
    color:white;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img {
    width: 100%;
}

.carousel-inner .item {
    height: 2px;
}

.carousel-inner div {
    width: 1%;
    height: 1%;
    background-position-x: center;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

a {
    color: whitesmoke;
    font-weight: normal;
}

    a :hover {
        /*color: rgb(200,200,200) !important;*/
        /*color:var(--limeGreen)*/
    }

    a.disabled {
        background-color: lightgray !important;
        background-image: none !important;
    }

/*****************************************************************************************/
/* Layout */
/*****************************************************************************************/
.container {
    min-width: 100%;
    padding: 0;
}

.container-left {
    min-width: 75%;
    padding: 0;
    float: left;
}

.countdown-container {
    color: white;
    padding: 0;
    min-height: 200px;
    text-align: center;
}

.container-right {
    position: absolute;
    right: 0;
    color: white;
    min-width: 24.9%;
    float: left;
    min-height: 800px;
    max-height: 1050px;
    background-image: radial-gradient(rgb(0,98,37),rgb(36,57,35));
    /*border-left: 1px solid white;*/
    text-align: center;
    z-index: 20;
}

.countdown-block {
    border-radius: 25px;
    border: 1px solid white;
    /*padding: 15px 30px 20px 30px;*/
    height: 110px;
    width: 120px;
    display: inline-block;
}

    .countdown-block span {
        border-radius: 25px;
        position: relative;
        top: 20px;
        font-family: 'Arial Rounded MT';
        display: block;
        font-size: xx-large;
        font-weight: bold;
    }

.countdown-colon {
    position: relative;
    top: -30px;
    font-family: 'Arial Rounded MT';
    font-size: xx-large;
    font-weight: bold;
    display: inline;
}

.body-container {
    min-height: 500px;
}

.body-content-item,
.body-content-navigation,
.body-carousel,
.body-carousel-item {
    top: 0;
    width: 1140px;
    min-height: 100px;

}

.body-content-navigation,
.body-carousel,
.body-carousel-item {
    position: absolute;

}


.body-content-item,
.body-carousel-item {
    z-index: 1;

}

.carousel-label {
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px black, 0 0 5px black;
}

.carousel-label-alt {
    background-color: rgb(0,0,0);
}

.winner-image {
    margin-top: -118px;
    width: 100%;
    position: relative;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .carousel-label {
        width: 100%;
        position: absolute;
        /*margin-top: -50px;*/
        color: white;
        font-size: 12px;
        text-align: center;
    }
}

.page-content-container {
    padding: 30px 30px 28px 18px;
  
}

.page-content {
    overflow-y: auto;
    overflow-x: scroll;
    width: 100%;
    height: 100%;
    text-align: left;
}

@media screen and (min-width: 1024px) {
    .page-content {
        overflow-y: auto;
        overflow-x: hidden;
        width: 100%;
        height: 100%;
        text-align: left;
    }
}

.page-content-container:before {
    /*content: ' ';*/
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.1;
    /*background-image: url('../images/layout/background.jpg');*/
    background-size: cover;
}

.page-content-container-dark {
    background-color: black;
    color: white;
}

    .page-content-container-dark:before {
        background-color: black;
    }

.page-content a {
    color: rgb(50,50,50) !important;
    font-weight: normal;
}

    .page-content a :hover {
        text-decoration: underline;
        font-weight: bold;
    }

.page-content-text {
    max-width: 800px;
    text-align: justify;
    margin: 0 auto;
}

.page-content table {
    border: 1px solid rgb(141, 198, 63);
}

    .page-content table td {
        border: 1px solid rgb(141, 198, 63);
    }

.pagebody-content,
.pagebody-content-wide {
    margin: 0 auto;
    padding: 15px;
    color: white;
}

.pagebody-content {
    max-width: 800px !important;
    color: white;
}

.pagebody-content-wide {
    max-width: 1140px;
    color: white;
}

/*@media screen and (min-width: 1024px) {
    .pagebody-content {
        max-width: 1140px;
        margin: 0 auto;
        padding: 4px;
        max-width: 800px !important;
        height:480px;
        padding-top:160px;
    }
}*/

.pagebody-action {
    padding-top: 10px;
    text-align: center;
}

.content-container {
    border: 1px solid var(--limeGreen);
    border-radius:25px;
    padding: 10px;
}

.span-gold {
    color: var(--limeGreen);
}

.filter-container {
    border: 20px var(--limeGreen);
    border-radius: 25px;
}

    .filter-container a :hover {
        color: silver !important;
        font-weight: normal;
    }

.filter-heading {
    background-color: var(--dominantGreen);
    border: 2px solid var(--limeGreen);
    color: white;
    padding: 10px;
    border-radius: 25px;
}

.filter-content {
    border: 5px;
    border-color: var(--limeGreen);
    border-radius: 25px;
    padding: 0 10px 0 10px;
}

.filter-dropdown {
    float: right;
    color: whitesmoke;
    border-color: var(--limeGreen);
    border: 5px var(--limeGreen);
    margin-top: -30px;
    padding-right: 10px;
    border-radius: 25px;
}

.filter-selectall,
.filter-deselectall {
    position: absolute;
    right: 17px;
    z-index: 22;
}

.filter-selectall {
    margin-top: 0;
}

.filter-deselectall {
    margin-top: 25px;
}

.filter-selectall a,
.filter-deselectall a {
    color: silver !important;
    font-size: 80%;
}

.extract-selectall a,
.extract-deselectall a {
    color: silver !important;
}

.inprocess-selectall a,
.inprocess-deselectall a {
    color: silver !important;
}

.category-heading {
    border-bottom: 1px solid white;
    padding: 6px;
    color:white;
}

.category-dropdown {
    float: right;
    color: white;
    margin-top: -40px;
    padding-right: 10px;
    font-size: 20px;
}

.pagnation-item {
    display: inline-block;
    border: 1px solid white;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin: 2px;
}

.pagnation-item-active {
    background-color: white;
}

.pagnation-item-async {
  display: inline-block;
  border: 1px solid white;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  margin: 2px;
  font-size:8px;
  color: white;
  padding-top:3px;
}

.pagnation-item-async-active {
  background-color: var(--limeGreen);
  color: white !important;
}
/*****************************************************************************************/
/* Navigation */
/*****************************************************************************************/
.nav-background {
    position: absolute;
    padding: 15px 0 0 60px;
    z-index: 23;
    width: 100%;
    height: 17%;
    color:white;
}

.nav-menu {
    position: absolute;
    padding: 15px 0 0 60px;
    z-index: 25;
    width: 100%;
    height: 35px;
    text-align: left;
    background-color:var(--limeGreen)
}

    .nav-menu img {
        height: 12px;
    }

.nav-menu-container {
    position: fixed;
    text-align: right;
    top: 0;
    padding: 35px 20px 20px;
    background-color: var(--limeGreen);
    z-index: 24;
}

    .nav-menu-container div {
        text-align: right;
        padding-top: 6px;
        padding-bottom: 6px;
        border-bottom: 5px, solid, var(--dominantGreen);
    }


.nav-menu-container-desktop {
    position: absolute;
    text-align: end;
    color: white;
    padding: 20px;
    z-index: 19;
    width: 100%;
    font-weight: bold;
    background: var(--limeGreen);
    border-bottom: 5px solid var(--dominantGreen)
}


    .nav-menu-container-desktop a > div:hover {
        color: var(--dominantGreen) !important;
        text-transform: uppercase;
    }

    .nav-menu-container-desktop a:active > div {
        color: var(--white) !important;
    }

    .nav-menu-container-desktop div {
        padding-right: 6px;
        color: var(--dominantGreen);
    }

        .nav-menu-container-desktop div:hover {
            font-weight: bold;
            color: var(--white);
        }

    .nav-menu-container-desktop a:hover {
        color:var(--lightKhaki)
    }

.nav-menu-seperator {
    height: 18px;
    border-left: 2px solid rgb(230,230,230);
    position: absolute;
    top: 17px;
    left: 52px;
}

.nav-home {
    position: absolute;
    padding: 15px 0 0 22px;
    z-index: 26;
}

    .nav-home img {
        height: 20px;
    }

.nav-login {
    border: 2px solid var(--limeGreen);
    position: absolute;
    right: 40px;
    margin-top: 13px;
    z-index: 25;
    text-align: center;
}

.nav-login-text {
    border: 2px solid var(--darkGreen);
    background-color: var(--limeGreen);
    color: white;
    font-size: 12px;
    font-weight: bold;
    min-width: 150px;
    height: 30px;
    padding-top: 6px;
    border-radius: 25px
}

.nav-login-text-dark {
    border-radius: 5px;
    background-color: var(--dominantGreen);
    color: white;
    border-color: white;
}

.nav-login :hover {
    text-decoration: underline !important;
}

.nav-login-dropdown {
    position: absolute;
    right: 5%;
    margin-top: 7%;
    z-index: 23;
    background-color: rgb(50,50,50);
    color: white;
    opacity: 0.9;
    padding: 10px;
    min-width: 150px;
}

    .nav-login-dropdown div {
        padding-bottom: 10px;
    }

    .nav-login-dropdown a {
        color: white !important;
    }

.nav-right-menu {
    position: absolute;
    right: 0;
    margin-top: 200px;
    z-index: 20;
    text-align: right;
}

    .nav-right-menu img {
        width: 24px;
    }

.nav-right-menu-container {
    position: absolute;
    height: 750px !important;
    width: 100%;
    right: 0;
    padding: 20px 20px 20px 20px;
    background-color: var(--dominantGreen);
    color: whitesmoke;
    z-index: 30;
    text-align: right;
}

    .nav-right-menu-container div {
        padding-bottom: 10px;
    }

    .nav-right-menu-container :hover {
        text-decoration: none !important;
    }

    .nav-right-menu-container img {
        height: 16px;
        margin-top: -6px;
    }

.nav-right-menu-collapse {
    position: absolute;
    right: 0px;
    top: 204px;
}

    .nav-right-menu-collapse img {
        width: 24px;
        height: auto;
    }

.nav-menu-submenu-container {
    color: white;
}

    .nav-menu-submenu-container span {
        cursor: pointer;
        color: white;
    }

        .nav-menu-submenu-container span:hover {
            font-weight: bold;
            color: var(--dominantGreen); 
            text-transform:uppercase;
        }


.nav-menu-submenu {
    padding-left: 20px;
    padding-bottom: 0;
    color: white;
}

.nav-menu-submenu-desktop {
    background-color: var(--limeGreen);
    position: absolute;

    padding: 15px;
    margin-top: -2px;
    color:white;
}

    .nav-menu-submenu-desktop div {
        margin-top: 10px;
        margin-left: 0px;
    }

.editor-submenu-container {
    color: white;
}

    .editor-submenu-container span {
        cursor: pointer;
    }

        .editor-submenu-container span:hover {
            font-weight: bold;
            color: white;
        }


.editor-menu-submenu {
    padding-left: 20px;
    padding-bottom: 0;
}

.editor-menu-submenu-desktop {
    background-color: black;
    position: absolute;
    padding: 15px;
    margin-top: -2px;
}

    .editor-menu-submenu-desktop div {
        margin-top: 10px;
        margin-left: 0px;
    }


/*****************************************************************************************/
/* Footer */
/*****************************************************************************************/
.footer {
    color: whitesmoke;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

.footer-container {
    text-align: center;
    width: 100%;
    position: absolute;
    padding: 0 14px 0 4px;
    padding-left: 14px;
    z-index: 2;
}

@media screen and (min-width: 1024px) {
    .footer-container {
        text-align: center;
        width: 75%;
        position: absolute;
        padding: 0 14px 0 4px;
        padding-left: 14px;
        z-index: 2;
    }
}

.footer span {
    padding-left: 4px;
}

    .footer span :hover {
        color: rgb(200,200,200);
    }

.footer-sm {
    text-align: center;
    padding-bottom: 10px;
}

    .footer-sm :hover,
    .footer-sm :active {
        opacity: 0.6;
        text-decoration: none;
    }

    .footer-sm img {
        height: 40px;
    }

.footer-links {
    padding-bottom: 10px;
}

.footer-links :hover{
    color: var(--limeGreen)
}
/*****************************************************************************************/
/* Poetry Logo */
/*****************************************************************************************/
.avbob-logo {
    width: 100%;
    height: 110px;
    max-height: 110px;
    background-color: white;
    text-align: center;
    padding-top: 15px;
}

.avbob-logo-mobile{
    width: 100%;
    height: 66px;
    max-height: 110px;
    background-color: white;
    text-align: center;
    padding-top: 15px;
}


.poetry-logo {
    width: 100%;
    text-align: center;


}

    .poetry-logo img {
        height: 150px;
    }

.countdown {
    border: 1px solid rgb(176,138,65);
    color: rgb(236,198,115);
    font-weight: bold;
    padding: 10px;
    font-size: 28px;
    text-align: center;
    width: 300px;
    margin: 0 auto;
    margin-top: 20px;
}

/*****************************************************************************************/
/* Contact Us */
/*****************************************************************************************/

.contactus-content-container {
    /*padding: 30px 30px 28px 18px;*/
    width: 98%;
}

/*.contactus-content,
.contactus-action {
  padding: 50px 200px 50px 200px;
}

.contactus-content {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}*/

.contactus-content,
.contactus-action {
    max-width: 600px;
    margin: 0 auto;
    padding: 4px;
}

.contactus-content {
    padding-top: 150px;
}

.contactus-action {
    padding-top: 10px;
    text-align: center;
}

/*.contactus-content-inner {
  opacity:0.95;
}*/

.contactus-content-inner {
    position: absolute;
    content: ' ';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   /* background-image: url('../images/general/background_contactus.jpg?v=1');*/
   background-size: cover;
}

.contactus-info-container {
    border: 1px solid rgb(176,138,65);
    border-radius: 0;
    background-color: white;
    height: 300px;
    padding-top:100px;
}

/*****************************************************************************************/
/* Control */
/*****************************************************************************************/
.avbob-header {
    /*border-top: 1px solid rgb(176,138,65);*/
    padding-bottom:10px;
    font-weight: bold;
    font-size: 15.5pt;
    position: relative;
    z-index: 23;
    color: white;
}

@media screen and (min-width: 1024px) {
    .avbob-header {
        /*border-top: 1px solid rgb(176,138,65);*/
        /*border-bottom: 1px solid rgb(176,138,65);*/
        font-weight: bold;
        font-size: 15.5pt;
        position: relative;
        z-index: 0;
        color: white;

    }
}

.avbob-header-poem {
    /*border-top: 1px solid rgb(176,138,65);*/
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 15.5pt;
    position: relative;
    z-index: 23;
    color: black;
}

.form-control {
    border: 1px solid var(--limeGreen);
    border-radius: 25px;
}

.form-control:focus {
    border: 1px solid black;
    border-radius: 25px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .75), 0 0 8px rgba(0, 0, 0, .6);
}

.consent-form input {
    color:white;
    background-color: black;
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: 1px solid white;
    display:inline-block;
}

    .consent-form input:focus {
        color: white;
        background-color: black;
        border-right: none;
        border-left: none;
        border-top: none;
        border-bottom: 1px solid white;
    }

.max-width {
    min-width: 100%;
}

.new-row {
    padding-top: 16px;
}

.button-default,
.button-default:focus,
.button-default-alt,
.button-default-alt:focus,
.button-black,
.button-black:focus {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible; /* removes extra width in IE */
    font-size: 1em;
    border: 1.5px solid var(--limeGreen);
    border-radius: 25px;
    font-weight: normal /*{fwDefault}*/;
    min-width: 80px;
    min-height: 30px;
    padding: 5px !important;
    color: white !important;
}

    .button-default,
    .button-default:focus {
        /*background-image: url("../images/general/button_background.png");*/
        /*background-size: cover;*/
        background-color: var(--limeGreen);
        border-color: var(--dominantGreen);
        color:var(--dominantGreen) !important;
        min-width: 200px;
        
        text-align:center;
        vertical-align:middle;
    }

        .button-default:hover,
        .button-default a {
            /*background: linear-gradient(0deg,rgba(255,255,255,0.3),rgba(255,255,255,0.3)), url("../images/general/button_background.png");*/
            text-decoration: underline;
            color: var(--dominantGreen) !important;
        }

    .button-default-alt,
    .button-default-alt:focus {
        background-color: var(--dominantGreen);
        border-color: var(--limeGreen);
        color: white;
        min-width: 200px;
    }

.button-default-contactus {
    border-radius: 25px;
    min-width: 200px;
    min-height: 30px;
    padding: 10px !important;
    color: white !important;
    border: 1.5px solid white;
    background-color: var(--limeGreen);
}

        .buton-default-alt:hover,
        .button-default-alt a {
            background-color: rgba(174,137,56, 0.2);
            text-decoration: underline;
            color:white;
        }

    .button-black,
    .button-black:focus {
        background-color: black;
        color: rgb(200,200,200) !important;
        min-width: 150px;
    }


.button-default-disabled {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    vertical-align: middle;
    text-align: center;
    overflow: visible; /* removes extra width in IE */
    text-decoration: none;
    font-size: 1em;
    border: 1px solid #6B6C6B;
    font-weight: normal /*{fwDefault}*/;
    min-width: 80px;
    min-height: 30px;
    padding: 5px !important;
    color: white !important;
    min-width: 150px;
    background-color: var(--gray)
}

.button-reject:hover {
    background-color: rgba(174,137,56, 0.6) !important;
    border-color: rgba(174,137,56, 0.1) !important;
}

.button-fail:hover {
    color: black !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.invalid-control {
    border: 1px solid red !important;
    background-color: rgb(255,240,240);
}

.mandatory {
    position: absolute;
    color: var(--limeGreen);
    font-size: 30px;
    cursor: default;
}

.infoicon {
    position: absolute;
    font-size: 18px !important;
    cursor: default;
    display: inline-block;
    width: 25px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    border: 2px solid #666;
}

.date-desc {
    font-size: 12px;
    color: var(--lightKhaki);
}

.notification-bubble {
    position: absolute;
    top: 85px;
    left: 75px;
    background-color: var(--limeGreen);
    border: 2px solid var(--darkGreen);
    border-radius: 50%;
    color: var(--darkGreen);
    font-size: 14px;
    padding: 6px;
    min-width: 35px;
    min-height: 35px;
}

.notification-bubble-ap {
    position: absolute;
    top: 85px;
    left: 105px;
    background-color: var(--limeGreen);
    border: 2px solid var(--darkGreen);
    border-radius: 50%;
    color: var(--darkGreen);
    font-size: 14px;
    padding: 6px;
    min-width: 35px;
    min-height: 35px;
}

@media screen and (min-width: 1024px) {
    .notification-bubble {
        position: absolute;
        top: 85px;
        left: 40px;
        background-color: var(--limeGreen);
        border: 2px solid var(--darkGreen);
        border-radius: 50%;
        color: var(--darkGreen);
        font-size: 14px;
        padding: 6px;
        min-width: 35px;
        min-height: 35px;
    }
}

.numberCircle {
    display: inline-block;
    width: 45px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    border: 2px solid #666;
}

/*************************************************************************************/
/**** Popup *****/
/*************************************************************************************/
.popup-container {
    background-color: var(--dominantGreen);
    min-width: 200px;
    min-height: 100px;
    border: 1px solid rgb(100,100,100);
    box-shadow: 5px 5px 5px rgb(50,50,50);
    border-radius: 0;
    padding: 0;
    color: white;
    font-weight: normal;
    border-radius:25px;
}

.popup-container-inner {
    background-color: var(--dominantGreen);
    padding: 2px;
    width: 100%;
    height: 100%;
    border-radius: 25px;
}


.popup-container-viewpoem {
    min-width: 200px;
    min-height: 100px;
    box-shadow: 5px 5px 5px rgb(50,50,50);
    border-radius: 25px;
    padding: 0;
    color: black;
    font-weight: normal;
}

.popup-container-inner-viewpoem {
    background-color: rgb(255, 255, 240);
    padding: 2px;
    width: 100%;
    height: 100%;
    border-radius:25px;
}


.popup-close {
    float: right;
    margin: -10px -10px 0 0;
    cursor: pointer;
}

.popup-content {
    height: 100%;
    width: 100%;
}

.popup-body {
    padding: 10px;
    padding-bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.popup-header {
    height: 30px;
    width: 100%;
    padding-left: 10px;
    padding-top: 4px;
    border-radius: 2px 2px 0 0;
    color: white;
    font-weight: bold;
   
}

.popup-subheader {
    background-color: rgb(50,50,50);
    height: 40px;
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
    color: white;
}

.popup-buttons-container {
    vertical-align: bottom;
    height: 40px;
    text-align: right;
    width: 100%;
    position: absolute;
    top: 100px;
    display: none;
    padding-right: 10px;
    padding-top: 6px;
}

.popup-saving span {
    color: darkgreen;
}

.popup-error {
    position: absolute;
    top: 0;
    border: 1px solid rgb(167,28,32);
    border-radius: 4px;
    color: rgb(167,28,32);
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
    width: 400px;
    background-color: white;
    z-index: 9999;
}

.popup-error-close {
    float: right;
    margin: -15px -15px 0 0;
    cursor: pointer;
}

.popup-loading {
    padding: 20px;
    color: white;
}

    .popup-loading img {
        height: 32px;
    }

/*****************************************************************************************/
/* Submission */
/*****************************************************************************************/
.div-button {
    text-align: center;
    display: inline-block;
}

.submit-saving {
    display: inline-block;
    border: 1px solid darkgreen;
    border-radius: 4px;
    color: darkgreen;
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
    max-width: 200px;
    background-color: white;
    margin: 0 auto;
    margin-left: 10px;
    margin-right: 10px;
}

.submit-error {
    margin-top: 50px;
    position: absolute;
    border: 1px solid rgb(167,28,32);
    border-radius: 4px;
    color: rgb(167,28,32);
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
    width: 400px;
    background-color: white;
    z-index: 9999;
    margin: 0 auto;
}

.submit-error-close {
    float: right;
    margin: -15px -15px 0 0;
    cursor: pointer;
}

/*****************************************************************************************/
/* Blogs */
/*****************************************************************************************/
.blog-item {
    border: 1.5px solid var(--limeGreen);
    background-color:white;
    color:black;
    border-radius:25px;
    text-align:center;
    font-size: 10px;
    margin-bottom: 10px;
    padding:10px;
    height:500px;
}

    .blog-item img {
        width: 100%;
    }



/*****************************************************************************************/
/* Misc */
/*****************************************************************************************/

.opening-soon-text {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 74px;
    font-size: larger;
    font-weight: bold
}

.poem-limit {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 74px;
    font-size: larger;
    font-weight: bold
}

.poem-limit-bubble {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 140px;
    font-size: larger;
    font-weight: bold
}

.preview-poem{
    border: 1.5px solid white;
    border-radius:25px;
    padding:10px;
    margin:10px;
}

.button-socialshare {
    color: white;
    padding: 4px;
    height: 24px;
    width: 80px;
    cursor: pointer
}

.gsc-control-cse {
    background-color: black !important;
    border: none !important;
}

.gsc-input {
    background-color: black !important;
    font-size: x-small;
}

.gsc-input-box {
    background-color: black !important;
}

.gold-medal {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: white;
    text-align: center;
    font-size: 1em;
    text-shadow: 1px 1px 1px black;
    box-shadow: 1px 1px 1px black;
}

.buttonlabel-override{
    color:var(--dominantGreen)
}

    .buttonlabel-override:hover {
        text-decoration: underline;
        color: var(--dominantGreen) !important;
        cursor: pointer;
    }


/* Tooltip container (hidden by default) */
.tooltipcopy-text {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    /* Position it above the button */
    left: 50%;
    margin-left: -50px;
    opacity: 0;
    transition: opacity 0.3s;
}
/* Tooltip arrow */
    .tooltipcopy-text::after {
        content: "";
        position: absolute;
        top: 100%;
        /* Arrow will appear below the tooltip */
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #333 transparent transparent transparent;
    }
/* Show the tooltip */
.show-tooltipcopy {
    visibility: visible;
    opacity: 1;
}



/*****************************************************************************************/
/* Searchable dropdown
/*****************************************************************************************/

/* Container and Label */
.custom-dropdown-container {
    position: relative;
}

.custom-dropdown-label {
    position: absolute;
    cursor: text;
    font-size: 12px;
    margin-top: -10px;
    margin-left: 7px;
    padding: 0 5px;
    background-color: #fff;
    border-radius: 4px;
    z-index: 5;
    color: rgb(174, 137, 56);
    transition: color 0.2s;
}

.custom-dropdown-container.focused .custom-dropdown-label {
    color: black;
}

/* Bootstrap Select Overrides */
/* Container sizing */
.bootstrap-select.form-control {
    width: 100%;
    max-width: 100%;
}

/* Dropdown button */
.bootstrap-select .dropdown-toggle {
    border: 1px solid darkgreen;
    border-radius: 25px;
    background-color: white;
    height: 38px;
    padding: 0.5rem 0.75rem;
}

    .bootstrap-select .dropdown-toggle:focus {
        outline: none;
        box-shadow: none;
    }

    .bootstrap-select .dropdown-toggle::after {
        margin-top: 0;
        vertical-align: middle;
    }

.bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: #212529;
}

/* Options display */
.bootstrap-select .filter-option {
    padding: 0 8px;
    display: flex;
    align-items: center;
}

/* Dropdown menu */
.bootstrap-select .dropdown-menu {
    background-color: white;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    border-color: darkgreen;
}

/* Search Box */
.bs-searchbox {
    padding: 8px;
}

    .bs-searchbox .form-control {
        border: 1px solid darkgreen;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
    }

/* Menu Items */
.bootstrap-select .dropdown-menu li a,
.bootstrap-select .dropdown-menu li.active a,
.bootstrap-select .dropdown-menu li.selected a,
.bootstrap-select .dropdown-menu .active,
.bootstrap-select .dropdown-menu .selected,
.dropdown-item,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    background-color: rgba(0, 100, 0, 0.05);
    color: black;
}



/*****************************************************************************************/
/* Scrollbar
/*****************************************************************************************/

.scrollable-container {
    /* Maintain your container dimensions */
    width: 80%;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #9ede7c #1a472a;
}

    /* WebKit browsers (Chrome, Safari, Edge) */
    .scrollable-container::-webkit-scrollbar {
        width: 12px; /* Slightly wider for better visibility */
    }

    .scrollable-container::-webkit-scrollbar-track {
        background: #1a472a; /* Darker green background */
        border-radius: 8px;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    }

    .scrollable-container::-webkit-scrollbar-thumb {
        background: #9ede7c; /* Light green thumb for contrast */
        border-radius: 8px;
        border: 1px solid #1a472a;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    }

        .scrollable-container::-webkit-scrollbar-thumb:hover {
            background: #b6e892; /* Even lighter on hover */
            cursor: pointer;
        }

        /* Optional: Add a subtle glow effect on hover */
        .scrollable-container::-webkit-scrollbar-thumb:active {
            background: #b6e892;
            box-shadow: 0 0 5px #b6e892;
        }

/* Target the layout structure specifically on communication page */
body[data-page="communication"] .pagebody-content-wide .col-md-9 {
    width: 100% !important; /* Make the column take full width */
}

body[data-page="communication"] .pagebody-content-wide .col-md-3 {
    display: none !important; /* Hide the sidebar to give more space */
}

/* And also target your scrollable container */
body[data-page="communication"] .scrollable-container {
    width: 95% !important;
}

/* Target specifically the "Not Assigned to a Role" text */
body[data-page="communication"] span[style*="color:darkgreen"] b {
    color: limegreen !important;
}

/*****************************************************************************************/
/* Blogs
/*****************************************************************************************/

/* Blog container and loading styles */
.popup-loading {
    padding-left: 0;
}

    .popup-loading span {
        padding-top: 5px;
    }

.page-container#blogs {
    position: relative;
}

/* Blog item styles */
.blog-item {
    margin-bottom: 20px;
}

    .blog-item img {
        border-radius: 25px;
        width: 100%;
        max-height: 230px;
        object-fit: cover;
    }

    .blog-item .content-wrapper {
        margin-top: 20px;
        height: 150px;
        overflow: hidden;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }

    .blog-item .title-wrapper {
        padding-left: 5px;
        padding-right: 5px;
    }

    .blog-item .blog-title {
        font-size: 12px;
        font-weight: bold;
    }

    .blog-item .date {
        color: silver;
    }

    .blog-item .blog-content {
        text-align: justify;
        margin-top: 10px;
    }

    .blog-item .read-more {
        color: white !important;
        width: 100%;
        font-size: 14px;
        margin-top: 35px;
    }

/* Navigation arrow styles */
.arrow-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 100;
    font-size: 20px;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

    .arrow-nav:focus {
        outline: none;
        box-shadow: none;
    }

.arrow-prev {
    left: 10px;
}

.arrow-next {
    right: 10px;
}

.arrow-active {
    background-color: rgba(0, 0, 0, 0.8) !important;
    transform: translateY(-50%) scale(1.1) !important;
    transition: all 0.2s ease;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .blog-item .content-wrapper {
        height: auto;
        max-height: 200px;
    }
}

/*****************************************************************************************/
/* Filtering
/*****************************************************************************************/

.apply-filters-btn.button-default.button-submit {
    background-color: #8dc63f !important;
    color: white !important;
    font-weight: bold;
    transition: all 0.3s ease;
}

    .apply-filters-btn.button-default.button-submit:hover {
        background-color: #7ab02f !important;
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .apply-filters-btn.button-default.button-submit:active {
        transform: translateY(0);
        box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    }

    .apply-filters-btn.button-default.button-submit.disabled {
        opacity: 0.7;
        cursor: not-allowed;
        pointer-events: none;
    }

.reset-filters-btn.button-default {
    background-color: #6c757d !important;
    color: white !important;
    transition: all 0.3s ease;
}

    .reset-filters-btn.button-default:hover {
        background-color: #5a6268 !important;
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .reset-filters-btn.button-default:active {
        transform: translateY(0);
        box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    }

    .reset-filters-btn.button-default.disabled {
        opacity: 0.7;
        cursor: not-allowed;
        pointer-events: none;
    }

/* Filter heading count styling */
.filter-heading {
    transition: color 0.3s ease;
}

/* Enhanced filter interaction feedback */
.filter-selectall a:hover,
.filter-deselectall a:hover {
    color: #8dc63f !important;
    text-decoration: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .apply-filters-btn.button-default.button-submit,
    .reset-filters-btn.button-default {
        font-size: 12px;
        padding: 8px 20px !important;
    }
}