html {
    scroll-behavior: smooth;
}

body {
    text-align: right!important;
    font-family: 'DroidArabicKufiRegular',"Segoe UI";
    font-weight: normal;
    font-style: normal; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#3F8B6170));
    background-image: -o-linear-gradient(#fff, #3F8B6170);
    background-image: linear-gradient(#fff, #3F8B6170);
    overflow-x: hidden !important;
}

::-moz-selection {
    color: #212529;
    background: #D7F3E3;
}

::selection {
    color: #212529;
    background: #D7F3E3;
}

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #15723F #E9ECEF;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: #E9ECEF;
}

*::-webkit-scrollbar-thumb {
    background-color: #15723F;
    border-radius: 3px;
    border: 3px solid #E9ECEF;
}

*::-webkit-scrollbar-thumb:active{
    background-color: #199450;
}

.spinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}

.spinner::after {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #15723F;
    -webkit-animation: loader 1.0s infinite ease-in-out;
    animation: loader 1.0s infinite ease-in-out;
}

@-webkit-keyframes loader {
    0% { -webkit-transform: scale(0); transform: scale(0); }
    100% { 
        -webkit-transform: scale(1.1); 
        transform: scale(1.1); 
        opacity: 0
    }
}

@keyframes loader {
    0% { -webkit-transform: scale(0); transform: scale(0); }
    100% { 
        -webkit-transform: scale(1.1); 
        transform: scale(1.1); 
        opacity: 0
    }
}

.profileImageContainer{
    position: relative;
    width: auto
}
.removeProfileImage{
    color:red;
}
.pageImageContainer{
    width: 100%;
    height: 300px;
    position: relative;
}
.pageImage{
    width: 100%;
    height:100%;
    -o-object-fit: cover;
    object-fit: cover
}
.pageOverLay{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    wisth:100%;
    height:100;
    background-color: black;
    opacity: 0.5;
}

.page-header .sliderOverLay {
    opacity: 0.5 !important;
}

#sendingEmail,
#sentAlert,#sentAlertfail{
    display: none;
}

.form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 2px solid #15723f;
}
.no-data-found {
    height: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: red;
    font-size: 24px;
    text-shadow: 4px 4px 50px rgb(255, 0, 0);
    font-weight: 900;
}
.no-webinar .no-data-found {
    text-align: center;
    font-size: 19px;
}
.no-webinar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.webinar-list {
    padding-right: 26px;
    overflow-x: hidden;
}

.webinar-list li {
    padding: 10px;
    border-bottom: 2px solid #3F8B61;
}

.webinar-time-zone {
    padding: 0;
    font-size: 14px;
}

.webinar-row-date {
    margin-top: 5px;
}

.webinar-date {
    padding: 2px;
}

.webinar-datetime {
    display: block;
    font-size: 13px;
    direction: ltr;
    font-weight: 500;
    background: #d7f3e363;
    width: 136px;
    border-radius: 3px;
    padding: 2px;
    text-align: center;
    line-height: 15px;
}

.webinar-attendance {
    font-size: 12px;
    background: #ddefe5;
    padding: 3px 8px;
    border-radius: 3px;
    font-weight: 500;
}

p.enrolled {
    font-size: 19px;
    color: #199450;
    font-weight: 700;
}

.unroll-webinar, #enrolled_span,.enroll-webinar,.survey-vote,.survey-voted,.remove-post,.remove-user-resource {
    width: 47%;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    cursor: pointer;
    box-shadow: 0px 0px 4px 0px rgba(93,93,93,0.75);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(93,93,93,0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(93,93,93,0.75);
    color: #fff;
}

.enroll-webinar,.survey-vote {
    background: #199450;
}
.unroll-webinar, #enrolled_span,.survey-voted,.remove-post,.remove-user-resource{
    background: red;
    color: #fff;
}

.unroll-webinar:hover,
#enrolled_span:hover,
.enroll-webinar:hover,
.survey-vote:hover,
.survey-voted:hover,
.remove-user-resource:hover,
.remove-post:hover{
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
}

#forgetPasswordreset{
    display: none;
}
.emptyImage{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    wisth:100%;
    height:100;
    background-color: #199450;
}
.pageTitle{
    position: absolute;
    font-weight: bold;
    font-size: 50px;
    color: white;
    top:40%;
    left:0;
    right:0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;  
}
.categoryNameInPosts{
    background-color: #199450;
    color: white;
    padding-left:2px;
    padding-right:2px;
    font-size: 10px;
    border-radius: 3px;
    position: absolute;
    left: 32px;
    top: 2px;
}
.categoriesLink li > div {
    margin-left: 30px;
}
.pageDescription{
    padding: 10px;
    background-color: white;
    -webkit-box-shadow: 1px 1px 5px grey;
    box-shadow: 1px 1px 5px grey;
    text-align: justify;
    width: 100%;
}
.postContainer{
    -webkit-box-shadow: 1px 1px 10px grey;
    box-shadow: 1px 1px 10px grey;
    margin-bottom:5%;
    padding: 5px;
    background-color: white;
    word-break: break-word;
}
.postImgContainer{
    width:30%;
}
.imgPost{
    width: 100%;
}


.postMediaGrid i{
    font-size: 20px
}

.post-header {
    position: relative;
}

.divHelper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    margin-top:70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.mainBlock{
    position: relative;
    width: 30%;
    height: 400px;
    border:5px solid black;
    border-radius: 8px;
    -webkit-box-shadow:  1px 1px 5px grey;
    box-shadow:  1px 1px 5px grey;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    cursor: pointer;
    margin-bottom: 5%;
    overflow: hidden;
}
.mainBlock:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 10px 10px 5px grey;
    box-shadow: 10px 10px 5px grey;
}
.imageBlock{
    border-bottom: 5px solid;   
}
.imageHelp{
    width: 100%;
    height: 100%;
}

.txtHelp{  
    padding: 10px;
    font-size: 30px;
    overflow: hidden;
    height: 100%;
    background-color: white;
}
.footer{
    background-color: #199450;
    width: 100%;
    height:300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;

}
.footerIcons{
    width: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.footer i{
    color: white;
    font-size: 100px;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.footer i:hover{
    color:#199450 !important
}
.fa{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}
.fa:hover{
    color: #199450;
}
.footer span{
    color:white;
    font-weight: bold;
    size: 14px;
    cursor: pointer;
}

.userProfileIcon{
    border-radius: 100%;
    width: 48px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
}
.parallax {
    margin-top:10%;
    /* The image used */
    background-image: url("../images/1.jpg");

    /* Set a specific height */
    min-height: 400px; 
    max-height: 500px;
    margin-bottom: 10%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.btn-light{
    height: 55px !important;
}
.filter-option-inner-inner{
    padding-top: 5px;
}
.descContainer{

    height: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.uploadProfile,
.uploadProfileAvatar{
    font-size:  70px;
}
.uploadProfile{
    font-size: 50px !important;
}
#profilePicPicker{
    display: none;
}
#profilePic{
    width: 200px;
    height: 100px;
    display: none;
    -o-object-fit: contain;
    object-fit: contain;
}
#editProfilePic{
    width: 200px;
    height: 100px;

    -o-object-fit: contain;

    object-fit: contain;
}
#myProfile .loginForm{
    width: unset;
}
.userName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #199450;
}
.avatarContainer{
    position:relative;
    border:1px solid black;
    border-radius: 100px;
    width: 50px;
    height:50px;

}

.postDescription {
    line-height: initial;
    font-size: 16px;
    word-break: break-word;
}

.postDescription i, .postDescription i:hover {
    color: unset;
}

.post-desc-container {
    position: relative;
}

.postDescription a,.post-desc-container a {
    color: #0645AD;
}

.postTitle{
    font-size: 20px;
    font-weight: bold;
}
#logingIn{
    display: none;
}

a.menuTitles {
    position: relative;
    color:black ;
    cursor: pointer;
    font-size: 15px;

    font-weight: bold;
}
#alertResult{
    display: none;
}
#resultMessage{
    display: none;
}

a.menuTitles:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.menuTitles:hover:before {
    text-decoration: none !important;
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

a.menuTitles:hover {
    text-decoration: none !important;
    color: white !important;
}

a:hover{
    text-decoration: none !important;
}

.img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: white;
    border-bottom: 1px solid rgb(250, 250, 250);
}

.flip-box {
    background-color: transparent;
    width: 300px;
    height: 200px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 50px;
    text-align: center;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    color: black;
}

.flip-box-back {
    color: red;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.newsBlock {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 350px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.newsImage {
    height: 100%;
    width: 100%;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}



.titles {
    color: black !important;
}

.navbar-nav {
    padding-right: 10px;
}

.navbar-nav li {
    font-size: 20px;
    color: black;
    padding: 7px;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
    background-color: #818ffc
}

.dropdown-menu {
    border: 0;
    -webkit-box-shadow: 1px 1px 10px gray;
    box-shadow: 1px 1px 10px gray;
}
.app-stores {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}


/* rotate caret on hover */

.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.dropdown-item {
    text-align: right;

}

.dropdown-item:hover {
    background-color: wheat !important;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    text-align: right;
}
.dropdown-menu {
    right: 0;
    background-color: #818ffc;
}
.selectpicker{
    border:1px solid;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.filter-option{
    border:1px solid black;
    border-radius: 4px;
    height: 10px;
}

.brandImg {
    height: 50px;

}
#brandImg {
    width: 90px;
    height: 120px !important;
    position: relative;
    top: -46px;
    right: 36px;
}

@media screen and (max-width:767px){
    #brandImg {
        width: 100px;

    }
}


#brandImgStatic {
    width: 90px;
    height: 120px !important;
    position: relative;
    top: -20px;
    right: 36px;
}

@media screen and (max-width:767px){
    #brandImgStatic {
        width: 100px;

    }
}
#menu {
    background-color: white !important;
    height: 55px;
    -webkit-box-shadow: 1px 1px 5px grey;
    box-shadow: 1px 1px 5px grey;
}
#showMenuBtn{
    outline: none !important;
}
/*.navbar-nav li{
    text-align: right !important;
}*/

.itemScale{
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
}

.nav-item {
    color: white !important;

}

#goTop {
    position: fixed;
    bottom: 5%;
    left: 1%;
    display: none;
    width: 10%;
    z-index: 99999999;
    text-align: center
}

#topIcon {
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    background-color: #15723F;
    border-top-right-radius: 3px;
    color: white;
    width: 16px;
    border-top-left-radius: 3px;
    transition: .1s all;
}

#topIcon:hover {
    background: #199450;
}

.big {
    height: 100px;
}
#loadingScreen{
    position: fixed;
    left: 0;
    right:0;
    top: 0;
    bottom: 0;
    background-color: white;
    z-index: 999999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;



}
#loadingMessage{

    z-index: 10000;


}




#loading {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

#calendar {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 10px;
}

.iconsNav{
    height: 15px;
}

#currDate{
    position: absolute;
    right: 35%;

}
@media screen and (max-width:767px){
    #currDate{
        position: absolute;
        top:0;  
        right:20%;
    }
}

#loadingLogo{
    padding-top: 50%;

}
/*start css for logo animation*/
/* CodePen styles */


/* Demo styles */
.z-text {
    -webkit-animation: wobble 5s ease-in-out infinite;
    animation: wobble 5s ease-in-out infinite;
    -webkit-transform: rotateX(30deg) rotateY(-30deg);
    transform: rotateX(30deg) rotateY(-30deg);
}

.z-layer {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}

.z-layer:first-child {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

@-webkit-keyframes wobble {
    0%,
    100% {
        -webkit-transform: rotate3d(-1, 1, 0, 30deg);
        transform: rotate3d(-1, 1, 0, 30deg);
    }
    25% {
        -webkit-transform: rotate3d(1, 1, 0, 30deg);
        transform: rotate3d(1, 1, 0, 30deg);
    }
    50% {
        -webkit-transform: rotate3d(1, -1, 0, 30deg);
        transform: rotate3d(1, -1, 0, 30deg);
    }
    75% {
        -webkit-transform: rotate3d(-1, -1, 0, 30deg);
        transform: rotate3d(-1, -1, 0, 30deg);
    }
}

@keyframes wobble {
    0%,
    100% {
        -webkit-transform: rotate3d(-1, 1, 0, 30deg);
        transform: rotate3d(-1, 1, 0, 30deg);
    }
    25% {
        -webkit-transform: rotate3d(1, 1, 0, 30deg);
        transform: rotate3d(1, 1, 0, 30deg);
    }
    50% {
        -webkit-transform: rotate3d(1, -1, 0, 30deg);
        transform: rotate3d(1, -1, 0, 30deg);
    }
    75% {
        -webkit-transform: rotate3d(-1, -1, 0, 30deg);
        transform: rotate3d(-1, -1, 0, 30deg);
    }
}

/*end css for logo animation*/

*:focus {
    outline: 0;
}
.fix{
    margin-right: -5%;
}


.menuSeparate{
    margin-top: 7%;
}

.section-center {
    margin: 70px auto;
}

#slider{
    margin-top: 3%;
}
.sliderContainer{
    position: relative;
    width: 100%;
    height: 100vh
}
.sliderImage{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.sliderOverLay{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color: black;
    opacity: 0.5;
}
.txtStickyImage{
    position: absolute;
    font-weight: bold;
    top:20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    background-color: black;
    opacity: 0.8;
    width:100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center


}
.txtStickyImage h3{
    font-size: 60px
}
.txtStickyImage p{
    font-size: 20px;
    line-height: 2.5rem;
    padding: 8px 100px;
    text-align: center;
}
.sliderTxtBtnContainer{
    position: absolute;
    top:0;
    right:7%;
    bottom:0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sliderTitle{
    font-weight: bold;
    font-size: 40px;
    line-height: 1.2em;
    color: white;
    width: 100%;
}
.sliderDesc{
    font-weight: bold;
    color: white;
    margin-top:30px;
    line-height: 1.8em;
    font-size: 23px;
}
.btnsContainer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.welcomeMessage{
    padding:10px;
    font-size:17px;
    line-height: 2.5rem;
    max-height: 220px;
    overflow-y: auto;
}


section{
    padding: 0px !important;
}
.month{
    color: white
}
#monthTitle{
    text-align: center;
    font-weight: bold;
}

#rotate{
    width: 50px;
    position: absolute
}
.fa{
    cursor: pointer;
}
.bookContainer{
    border: 1px solid grey;
    border-radius: 10px;  
    width: 80%;
    position: relative;
    -webkit-box-shadow: 10px 10px 5px grey;
    box-shadow: 10px 10px 5px grey;
    padding-top:10px;
    padding-bottom:10px;


}

.bookContainerBg{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    border-radius: 10px;  

}

.bookContainerBgImg{
    width: 100%;
    height:100%;   
    border-radius: 10px;  

}

.bookImg{
    height:200px;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}
.bookImg:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.bookDetails{
    padding: 5px;
}
.dropdown-menu{
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    background-color: white;

}
.list-inline{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;    
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.top-header ul.topBarNav li a {
    display: block;
    padding-left: 12px;
    padding-right: 12px;
    text-align: right;
}
.optionTitle,i{
    color: #7a6868;
}
i:hover{
    color: #31c4a9;
}
.fa-search{
    color: white;
}
.fa-search:hover{
    color:white;
}

.mBtn.mBtn-default {
    color: #FFF;
    background-color: #31c4a9;
    border: 1px solid #2dbcc0;
    border-radius: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.optionLi{
    text-align: right !important;
}
.optionLi:hover{
    color: white !important;
    background-color: #2f2f2b !important;

}
.dropdown:hover{
    color: #667dad !important;
}


.searchBox{
    border-radius: 0 !important;
    height:50px !important;
    background-color: #fafafa !important;
}
.md-header {
    background-color: white;
}
.scrollHeader{
    background-color: white;
    top:-20px !important;
}



.hideSliderPart{
    background-color: white;
    position: absolute;
    top: 550px;
    left: 0;
    right: 0;
    height: 200px;

}




#pageSection .page_img img{
    width: 100%;
    border-radius: 15px;
}

#pageSection li {
    font-size: 12px;
    padding: 5px;
}

.newDate{
    background-color: #2f2f2b;
    color: white;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;

}
.sBoxId{
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    width: 0px ;
    opacity:0;
    position: absolute;
    left:0;

}

.slideHide{

    -webkit-transition:all 1s;

    -o-transition:all 1s;

    transition:all 1s;    
    width: 100% !important;
    opacity: 1 !important;

}

.submitBtn{
    background-color: #2f2f2b !important;
    border:none;
    color: white !important;
    font-weight: bold;
    padding: 10px;
    width: 100px;
    border-radius: 10px;

}
.submitBtn:focus{
    outline:none;
}
@media (max-width:768px){
    .logo{
        display: none;
    }
    .socialContainer{
        display: none;
    }
    #currDate{
        right:40%;
    }

}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #2f2f2b !important;
    border-color: #2f2f2b !important;
}
.page-item{
    padding: 2px !important;
    text-align: center;
}
.page-link:hover{
    color: #fff !important;
    background-color: #2f2f2b !important;
}
.articleContainer{
    background-color: #f5f5f5;
    border-radius: 8px;
    -webkit-box-shadow: 5px 5px 5px grey;
    box-shadow: 5px 5px 5px grey;
    border:1px solid #2f2f2b;
    margin-bottom:2%;
}


.articleImgContainer{
    height: 200px;
    width: 200px;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center

}
.articleImg{
    width: 90%;
    height: 90%;
    -o-object-fit: contain;
    object-fit: contain;
}
.articleTxtContainer{
    padding-top:40px;
    padding-right:250px;
}
.articleTxtContainer:hover{
    cursor: pointer;
}

.articleTitle{
    font-size: 20px;
    color: #2f2f2b;
    font-weight: bold;
}
.articleDate{
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 1%;
    top: 2%;
    font-weight: bold;
}
.articleMore{
    font-size: 14px;
    color: #2f2f2b;
    font-weight: 600;
    line-height: 25px;

}
.articleTitle i{
    font-size: 16px;
}
.articleAuther{
    color: #000;
    font-weight: 900;
    font-size: 12px;

}
.greyDiv{
    background-color: #f8f8f8
}

.titleSeparator{
    margin-top:4%;
    margin-bottom:1%;
}
.callUsInfo{
    font-size: 14px !important;
}
.page_img img{
    width: 100%;
}
#goBack{
    background-color: #2f2f2b;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    padding: 5px;

    text-align: center !important;
    -ms-flex-item-align: left !important;
    -ms-grid-row-align: left !important;
    align-self: left !important
}
#goBack:hover{
    cursor: pointer
}
#goBackIcon{
    color: white;
}

#bigHome{
    display: block;
}

@media screen and (min-width:901px){

    .menuHorizontalScroll{
        display: none !important;
    }

    #smallHome{
        display:none;
    }
    .header-items-small{
        display: none;
    }
    #formCollpase{
        display: none;
    }
}

.logoImage{
    position: fixed;
    left: 10px;
    top: 6px;
    width: 165px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}
.logoImage:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.left-150{
    left: 150px !important; 
}

.unesco-logo{
    left: 290px;
    -webkit-transform: scale(.4);
    -ms-transform: scale(.4);
    transform: scale(.4);
    top: -26px;
}
.unesco-logo:hover {
    -webkit-transform: scale(0.4) !important;
    -ms-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
}
.menuHorizontalScroll{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    margin:0;
    padding:0;
}
.menuHorizontalScroll li{
    list-style: none;
    padding:0;  

}
.menuHorizontalScroll i{
    display: none; 

}
.menuHorizontalScroll a{
    white-space: nowrap;
    display: unset !important;
    margin:10px;
}


.mySlides {
    display:none;
    -o-object-fit: cover;
    object-fit: cover;
    height: 400px;
}

@media screen and (max-width: 1060px){
    .mainBlock{
        width: 70%;
        height: 300px;
    }
    .divHelper{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .txtSldier{
        right:5%;
    }
    .sliderTitle{
        font-weight: bold;
        font-size: 30px;
        line-height: 1.2em;
        color: white;
        width: 100%;
    }
    .sliderDesc{
        font-weight: bold;
        color: white;
        font-size: 13px;
        margin-top:12%;
        line-height: 1.8em;
        width: 100%;
    }

    .btnsContainer{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .flexDiv{
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;     
    }
    #bigHome{
        display: none !important;
    }

    #menu{
        height: unset !important;
        z-index: 100000000;
        overflow-y: auto;
    }

    .account-sub-menu {
        background: #199450 !important;
        position: relative;
        top: 8px;
        border-radius: .25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 120px;
        margin: auto;
    }
}
.post-youtube-container iframe{
    width: 95% !important;
}

.postMediaGrid {
    word-break: break-all;
}

#navbarNavDropdown > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#navIcon:active{
    -webkit-transform:rotateY(180deg);
    transform:rotateY(180deg);
}
#scrollBar{  
    width: 100%;
    position: fixed;
    z-index: 2000;
    height: 5px;
    top:0;
    background: #E9ECEF;

}
progress::-moz-progress-bar { background: #15723f; }
progress::-webkit-progress-value { background: #15723f; }
progress { color: #15723f; }

.menuTitles {

    font-weight: 800;

    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#199450), color-stop(50%, #199450), color-stop(50%, white));
    background: -o-linear-gradient(left, #199450, #199450 50%, white 50%);
    background: linear-gradient(to right, #199450, #199450 50%, white 50%);
}
.menuTitles {
    /* Same as before */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #199450;
    background-size: 200% 100%;
    background-position: 100%;
}
.menuTitles {
    /* Same as before */
    -webkit-transition: background-position 275ms ease;
    -o-transition: background-position 275ms ease;
    transition: background-position 275ms ease;
}
.menuTitles:hover {
    background-position: 0 100%;
}

button:focus{

    outline: none;
}
.uploadProfile{
    cursor: pointer
}
.loginForm {
    background: #fff;
    width: 40%;
    height: auto;
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,.1);
    box-shadow: 0px 2px 2px rgba(0,0,0,.1);
    padding-bottom: 1rem;
    margin: 50px auto;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.51);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.51);
    border-radius: 5px;
    border:1px solid #2125297d;
}
.legend {
    font-weight: bold;
    width: 100%;
    font-size: 22px;
    padding: 40px 7px 0px 0;
}

.gButton{
    cursor: pointer;
    border:1px solid #2f2f2b;
    padding: 5px;
    border-radius: 8px;
    background-color: #2f2f2b ;     
    -webkit-transition: all 1s;     
    -o-transition: all 1s;     
    transition: all 1s;
}

#postDesc{
    background-color: white !important;
    height: 200px;
    overflow: auto;
    border:1px solid #b5b5b5;
    padding: 8px

}
#postDesc:focus{
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border:2px solid #333;

}

#postDesc i, #postDesc i:hover {
    color: unset;
}

#postDesc li{
    font-weight: unset;
    font-size: unset;
    padding: 1px !important;

}
.stix .editormenu {
    float: left;
    background-color: white;
    color: white
}
#posting,#alertResultPosting{
    display: none;
}
.loginLinks {
    font-size: 13px;
    color: #212529;
    border: 2px solid;
    width: 100%;
    display: block;
    margin: 10px 1px;
    padding: 6px;
    border-radius: 3px;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.loginLinks:hover {
    -webkit-box-shadow: 1px 4px 7px rgba(0,0,0,.2);
    box-shadow: 1px 4px 7px rgba(0,0,0,.2);
    background: #212529;
    color: #fff;
    border: 2px solid #212529;
}

a:hover{
    cursor: pointer;
}

.mBtn {
    position: relative;

    display: block;
    margin: 30px auto;
    padding: 0;

    overflow: hidden;

    border-width: 0;
    outline: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    color: #fff;
    background-color: #199450;

    -webkit-transition: background-color .3s;

    -o-transition: background-color .3s;

    transition: background-color .3s;
}
.flexDiv{
    margin-top:10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-left: 10%;
    margin-right: 10%;
}
.categoriesContainer{
    background-color: #f0f0f0;
    -webkit-box-shadow: 1px 1px 5px grey;
    box-shadow: 1px 1px 5px grey;
    width: 300px;
    border:1px solid #199450;
    margin-bottom: 5%;
    border-radius: 10px

}
.categoriesList{
    max-height: 300px;
    overflow-y:  auto;
    padding: 5px;

}
.categoriesList li{
    padding: 10px;
    font-size: 14px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    list-style: none;
    background: #19945000;
    margin-bottom: 16px;
    border: 1px solid gray;
    border-radius: 3px;
    border-right: 4px solid #15723FD1;
    box-shadow: 2px 5px 5px 0px rgba(203,203,203,0.75);
    -webkit-box-shadow: 2px 5px 5px 0px rgba(203,203,203,0.75);
    -moz-box-shadow: 2px 5px 5px 0px rgba(203,203,203,0.75);
    overflow: hidden;
    position: relative;
}
.categoriesList li:hover{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #303030;
    box-shadow: 2px 5px 5px 0px rgba(106,106,106,0.75);
    -webkit-box-shadow: 2px 5px 5px 0px rgba(106,106,106,0.75);
    -moz-box-shadow: 2px 5px 5px 0px rgba(106,106,106,0.75);
}

#categories_container > div, #members_container > div, #posts_container > div {
    box-shadow: 0px 0px 17px 0px rgba(106,106,106,0.75);
    -webkit-box-shadow: 0px 0px 17px 0px rgba(106,106,106,0.75);
    -moz-box-shadow: 0px 0px 17px 0px rgba(106,106,106,0.75);
    border-radius: 3px;
    /*border: 1px solid gray;*/
    padding: 10px;
}

#categories_container h3, #members_container h3, #posts_container h3{
    background: #fff;
    padding: 10px;
    border-bottom: 4px solid #15723f;
    margin: 0px;
    font-size: 19px;
}

#categories_container .counter, #members_container .counter, #posts_container .counter {
    position: absolute;
    top: 0;
    left: 0px;
    background:  #D7F3E3;
    width: 30px;
    height: 100%;
    text-align: center;
    line-height: 3.5;
    font-size: 11px;
}

.most_member_header {
    padding-right: 0 !important;
    padding-left: 0 !important;
    font-size: 17.3px !important;
}

.member-badge {
    font-size: 10px;
    background: #199450;
    color: #fff;
    padding: 3px;
    border-radius: 3px;
    position: absolute;
    left: 34px;
    font-weight: 500;
    top: 9px;
}

.container-header {
    position: relative;
}

.counter-header {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 10px;
    width: 55px;
    text-align: center;
}

.post-date {
    text-align: right;
    font-size: 11px;
    font-weight: 700;
    clear: both;
    display: block;
    color: #15723F;
}

.postContainer .post-date {
    font-size: 14px;
}

#posts_container {
    margin: 30px auto !important;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}

.categoriesLink {
    color: black;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    padding-left: 23px;
}

.postTitle{
    color: black;
}
.userIconPost{
    position: absolute;
    right: 30%;
    font-size: 25px !important;
    top: 25%;
}

.numberComments {
    cursor: pointer;
    font-size: 14px;
    width: 50%;
    padding: 0;
    padding-right: 17px;
}

i{
    color: #15723F;
}
.categoriesTitle{
    background-color: white;
    border:1px solid #199450;
    font-weight: bold;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding:5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#members_container .categoriesLink {
    word-break: unset;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 85px;
    text-align: right;
    padding: 0;
}

.mBtn:hover, .mBtn:focus {
    background-color: #20BD67;

}

.mBtn > * {
    position: relative;
}

.mBtn span {
    display: block;
    padding: 12px 24px;
}

.mBtn:before {
    content: "";

    position: absolute;
    top: 50%;
    left: 50%;

    display: block;
    width: 0;
    padding-top: 0;

    border-radius: 100%;

    background-color: rgba(236, 240, 241, .3);

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mBtn:active:before {
    width: 120%;
    padding-top: 120%;

    -webkit-transition: width .2s ease-out, padding-top .2s ease-out;

    -o-transition: width .2s ease-out, padding-top .2s ease-out;

    transition: width .2s ease-out, padding-top .2s ease-out;
}

/* Styles, not important */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pure-material-textfield-outlined input{
    width: 100%;
    background-color: white !important;

}
.pure-material-textfield-outlined {
    width: 100%;
    --pure-material-safari-helper1: #199450;
    position: relative;
    display: inline-block;
    padding-top: 6px;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
}

/* Input, Textarea */
.pure-material-textfield-outlined > input,
.pure-material-textfield-outlined > textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: solid 1px; /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-top-color: transparent;
    border-radius: 4px;
    padding: 10px 13px 10px;
    width: 100%;
    height: inherit;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; /* Firefox */
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    caret-color: #199450;
    -webkit-transition: border 0.2s, -webkit-box-shadow 0.2s;
    transition: border 0.2s, -webkit-box-shadow 0.2s;
    -o-transition: border 0.2s, box-shadow 0.2s;
    transition: border 0.2s, box-shadow 0.2s;
    transition: border 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

/* Span */
.pure-material-textfield-outlined > input + span,
.pure-material-textfield-outlined > textarea + span {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    width: 100%;
    max-height: 100%;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    font-size: 75%;
    line-height: 15px;
    cursor: text;
    -webkit-transition: color 0.2s, font-size 0.2s, line-height 0.2s;
    -o-transition: color 0.2s, font-size 0.2s, line-height 0.2s;
    transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}

/* Corners */
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::before,
.pure-material-textfield-outlined > textarea + span::after {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 6px;
    border-top: solid 1px;
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    min-width: 10px;
    height: 8px;
    pointer-events: none;
    -webkit-box-shadow: inset 0 1px transparent;
    box-shadow: inset 0 1px transparent;
    -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
    transition: border-color 0.2s, -webkit-box-shadow 0.2s;
    -o-transition: border-color 0.2s, box-shadow 0.2s;
    transition: border-color 0.2s, box-shadow 0.2s;
    transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > textarea + span::before {
    margin-right: 4px;
    border-left: solid 1px transparent;
    border-radius: 4px 0;
}

.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::after {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 4px;
    border-right: solid 1px transparent;
    border-radius: 0 4px;
}

/* Hover */
.pure-material-textfield-outlined:hover > input,
.pure-material-textfield-outlined:hover > textarea {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    border-top-color: transparent;
}

.pure-material-textfield-outlined:hover > input + span::before,
.pure-material-textfield-outlined:hover > textarea + span::before,
.pure-material-textfield-outlined:hover > input + span::after,
.pure-material-textfield-outlined:hover > textarea + span::after {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}

.pure-material-textfield-outlined:hover > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined:hover > textarea:not(:focus):placeholder-shown {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}

/* Placeholder-shown */
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}

.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span {
    font-size: inherit;
    line-height: 68px;
}

.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::after,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::after {
    border-top-color: transparent;
}

/* Focus */
.pure-material-textfield-outlined > input:focus,
.pure-material-textfield-outlined > textarea:focus {
    border-color: #15723f;
    border-top-color: transparent;
    -webkit-box-shadow: inset 1px 0 var(--pure-material-safari-helper1), inset -1px 0 var(--pure-material-safari-helper1), inset 0 -1px var(--pure-material-safari-helper1);
    box-shadow: inset 1px 0 var(--pure-material-safari-helper1), inset -1px 0 var(--pure-material-safari-helper1), inset 0 -1px var(--pure-material-safari-helper1);
    outline: none;
}

.pure-material-textfield-outlined > input:focus + span,
.pure-material-textfield-outlined > textarea:focus + span {
    color: #199450;
}

.pure-material-textfield-outlined > input:focus + span::before,
.pure-material-textfield-outlined > input:focus + span::after,
.pure-material-textfield-outlined > textarea:focus + span::before,
.pure-material-textfield-outlined > textarea:focus + span::after {
    border-top-color: var(--pure-material-safari-helper1) !important;
    -webkit-box-shadow: inset 0 1px var(--pure-material-safari-helper1);
    box-shadow: inset 0 1px var(--pure-material-safari-helper1);
}

/* Disabled */
.pure-material-textfield-outlined > input:disabled,
.pure-material-textfield-outlined > input:disabled + span,
.pure-material-textfield-outlined > textarea:disabled,
.pure-material-textfield-outlined > textarea:disabled + span {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
    border-top-color: transparent !important;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    pointer-events: none;
}

.pure-material-textfield-outlined > input:disabled + span::before,
.pure-material-textfield-outlined > input:disabled + span::after,
.pure-material-textfield-outlined > textarea:disabled + span::before,
.pure-material-textfield-outlined > textarea:disabled + span::after {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
}

.pure-material-textfield-outlined > input:disabled:placeholder-shown,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
}

.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::after,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::after {
    border-top-color: transparent !important;
}

/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .pure-material-textfield-outlined > input,
        .pure-material-textfield-outlined > input + span,
        .pure-material-textfield-outlined > textarea,
        .pure-material-textfield-outlined > textarea + span,
        .pure-material-textfield-outlined > input + span::before,
        .pure-material-textfield-outlined > input + span::after,
        .pure-material-textfield-outlined > textarea + span::before,
        .pure-material-textfield-outlined > textarea + span::after {
            -webkit-transition-duration: 0.1s;
            -o-transition-duration: 0.1s;
            transition-duration: 0.1s;
        }
    }
}

.grid-2{
    display:-ms-grid;
    display:grid;
    -ms-grid-columns: (45%)[2];
    grid-template-columns: repeat(2,45%);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    padding-top:30xp;
}

.grid-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (30%)[3];
    grid-template-columns: repeat(3,30%);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}

.grid-3 .content {
    height: 300px;
    overflow-y: auto;
    padding: 3px;
}

.survey-container {
    text-align: justify;
    margin: 10px;
}

.survey-topic {
    font-size: 17px;
}

.survey-choices .choice-container input[type="radio"] {
    margin-top: 4px;
}

.survey-choices .choice-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20px auto;
    grid-template-columns: 20px auto;
    margin-top: 10px;
}

.most-shared-member-container {
    overflow-x: hidden;
}


.most-shared-member-container p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 210px;
    margin: 10px auto;
}

.most-shared-member-container img {
    max-width: 100%;
    height: 210px;
    border: 2px solid #e9e9e9;
    border-radius: 3px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.19);
}

.most-shared-member-container p:first-child {
    margin: auto;
    width: 100%;
}

.np-profile-member {
    height: 210px;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.8;
    border: 2px solid;
    border-radius: 3px;
}

.np-profile-member i {
    font-size: 85px;
}

.page-path {
    position: relative;
    top: 145px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 10px;
}

.page-path a {
    color: inherit;
}

.page-path span:not(:first-child)::before {
    content: " / ";
    position: absolute;
    right: 77px;
}

.page-path span {
    background: #fff;
    padding: 5px 10px;
    /*border-radius: 3px;*/
    /*margin-left: 3px;*/
    cursor: pointer;
    color: #000;
    border: 2px solid #fff;
}

.page-path span:first-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.page-path span:last-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.page-path .page-path-link:hover {
    /*background: #24be6a;*/
    color: #24be6a;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    /*    transform: scale(0.96);
        box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.34);
        -webkit-box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.34);
        -moz-box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.34);
        border: 2px solid #24be6a;*/
}

.ribbon {
    position: absolute;
    color: #fff;
    z-index: 100;
}

element {

}
.my-ribbon {
    width: 115px;
    height: 31px;
    line-height: 30px;
    position: absolute;
    right: -14px;
    top: 9px;
    background: #52AF7C;
    text-align: right;

}

.my-ribbon:before, .my-ribbon:after {
    content: "";
    position: absolute;
}

.my-ribbon::before {
    height: 0;
    width: 0;
    top: -8.5px;
    right: 0.1px;
    border-bottom: 9px solid #199450;
    border-right: 9px solid transparent;
}

.my-ribbon::after {
    height: 0;
    width: 0;
    left: -15.5px;
    border-top: 17px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 16px solid #52AF7C;
}

.my-ribbon span {
    padding-right: 15px;
    font-size: 14px;
    width: 100%;
    display: inline-block;
}

.my-ribbon a:hover{
    color: #fff;
}

@media (min-width: 500px) {
    .ribbon {
        width: 48%;
    }
}

/*SIDE MENU*/
.side-menu-container {
    position: absolute;
    overflow: hidden;
    width: 200px;
    height: 200px;
    left: 0;
}
.side-menu {
    width:205px;
    height: auto;
    margin:4em auto 0;
    font-size: 1em;
    line-height: 16px;
    color: #fff;
    font-weight:700;
    position: fixed;
    top:7%; 
    bottom:0;
    left: -10em;
    z-index: 9999999;
}
.side-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.side-menu ul li {
    display:block;
    height: 50px;
    padding:1em 3em;
    position: relative;
    -webkit-transition: -webkit-transform 0.5s,     background-color .5s, color .5s;
    -webkit-transition: background-color .5s, color .5s, -webkit-transform .5s;
    transition: background-color .5s, color .5s, -webkit-transform .5s;
    -o-transition: transform .5s, background-color .5s, color .5s;
    transition: transform .5s, background-color .5s, color .5s;
    transition: transform .5s, background-color .5s, color .5s, -webkit-transform .5s;
}


.instagram-bg{
    background: -o-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.facebook-bg {
    background-color: #2b4170;
    background: -webkit-linear-gradient(top, #3b5998, #2b4170);
}


.youtube-bg {
    background: #F00;
}

.linkedin-bg {
    background-color:#2867b2;
}

.android-bg{
    background-color: #799727;
}

.ios-bg{
    background-color: #333333;
}

.side-menu ul li:hover {
    -webkit-transform: translateX(10em);
    -ms-transform: translateX(10em);
    transform: translateX(10em);
}
.side-menu ul li a {
    display:block;
    text-decoration: none;
    color: #FFF !important;
}
.side-menu ul li span {
    display: block;
    position: absolute;
    font-size: 21px;
    line-height: 2em;
    height: 2em;
    top: -18px;
    bottom: 0;
    margin: 0 auto;
    padding: 1em 1.5em;
    right: -15px;
}

.side-menu ul li span i{
    color: #FFF !important;
}

.youtube-bg span {
    right: -18px !important;
}

@media screen and (min-width: 1060px){
    .account-sub-menu {
        position: absolute;
        top: 8px;
        left: 165px;
        height: 40px;
        border-radius: .25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 120px;
        background: #199450 !important;
    }

    .account-sub-menu:hover {
        -webkit-transition: .2s ease-in;
        -o-transition: .2s ease-in;
        transition: .2s ease-in;
    }

    .account-sub-menu > a {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        text-overflow: ellipsis;
        direction: ltr;
    }

    .dropdown-menu {
        left: unset !important;
        right: 0px;
    }

    .dropdown-menu a {
        padding: 10px;
        min-width: 200px;
    }
}
.account-sub-menu .dropdown-menu a {
    direction: rtl;
}
.account-sub-menu a {
    overflow: hidden;
    direction: ltr;
    text-overflow: ellipsis;
}
.account-sub-menu .dropdown-toggle::before {
    display: inline-block;
    margin-right: .5em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-left: .3em solid transparent;
    border-bottom: 0;
    border-right: .3em solid transparent;
    position: absolute;
    right: 5px;
    top: 17px;
}
.dropdown-menu a{
    color: #212529 !important;  
}

.dropdown-menu a:hover {
    background-color: #D7F3E3 !important;
}

.dropdown-title::before {
    color: #15723F;
}

.dropdown-title {
    color: #199450 !important;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    top: 2px;
}

/*SEARCH INPUT*/
#search-form {
    position: fixed;
    top: 36px;
    right: 14px;
    z-index:99999999;
}

#search-form form{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}

.search-bar input,
.search-btn {
    width: 3em;
    height: 3em;
}
.search-bar input:invalid:not(:focus),
.search-btn {
    cursor: pointer;
}
.search-bar,
.search-bar input:focus,
.search-bar input:valid  {
    width: 100%;
}
.search-bar input:focus,
.search-bar input:not(:focus) + .search-btn:focus {
    outline: transparent;
}
.search-bar {
    margin: auto;
    padding: 1.5em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 30em;
}
.search-bar input {
    background: transparent;
    border-radius: 1.5em;
    -webkit-box-shadow: 0 0 0 0.4em #15723F inset;
    box-shadow: 0 0 0 0.4em #15723F inset;
    padding: 0.75em;
    -webkit-transform: translate(0.5em,0.5em) scale(0.5);
    -ms-transform: translate(0.5em,0.5em) scale(0.5);
    transform: translate(0.5em,0.5em) scale(0.5);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #15723F;
}
.search-bar input::-webkit-search-decoration {
    -webkit-appearance: none;
}
.search-bar input:focus,
.search-bar input:valid {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.search-btn {
    background: #15723F;
    border-radius: 0 0.75em 0.75em 0 / 0 1.5em 1.5em 0;
    padding: 0.75em;
    position: relative;
    -webkit-transform: translate(0.25em,0.25em) rotate(45deg) scale(0.25,0.125);
    -ms-transform: translate(0.25em,0.25em) rotate(45deg) scale(0.25,0.125);
    transform: translate(0.25em,0.25em) rotate(45deg) scale(0.25,0.125);
    -webkit-transform-origin: 113px 44px;
    -ms-transform-origin: 113px 44px;
    transform-origin: 113px 44px;
}
.search-btn:before, 
.search-btn:after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
}
.search-btn:before {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0.2em #f1f1f1 inset;
    box-shadow: 0 0 0 0.2em #f1f1f1 inset;
    top: 0.75em;
    left: 0.75em;
    width: 1.2em;
    height: 1.2em;
}
.search-btn::after {
    background: #f1f1f1;
    border-radius: 0 0.25em 0.25em 0;
    top: 57%;
    left: 58%;
    width: 0.75em;
    height: 0.25em;
    -webkit-transform: translate(0.2em,0) rotate(45deg);
    -ms-transform: translate(0.2em,0) rotate(45deg);
    transform: translate(0.2em,0) rotate(45deg);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.search-btn span {
    display: inline-block;
    overflow: hidden;
    width: 1px;
    height: 1px;
}

/* Active state */
.search-bar input:focus + .search-btn,
.search-bar input:valid + .search-btn {
    border-radius: 3px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.search-bar input:focus + .search-btn:before, 
.search-bar input:focus + .search-btn:after,
.search-bar input:valid + .search-btn:before, 
.search-bar input:valid + .search-btn:after {
    opacity: 1;
}
.search-bar input:focus + .search-btn:hover,
.search-bar input:valid + .search-btn:hover,
.search-bar input:valid:not(:focus) + .search-btn:focus {
    background: #199450e3;
}
.search-bar input:focus + .search-btn:active,
.search-bar input:valid + .search-btn:active {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}
 

.links-contianer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% 20px 30% 20px 30%;
    grid-template-columns: repeat(3,30%);
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 10px;
}

.links-contianer p {
    height: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff !important;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.6);
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    background: #fff;
    border-bottom: 3px solid #3F8B61;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
}

.links-contianer p:hover{
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,1);
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.links-contianer a {
    color: #15723f !important;
    font-weight: 700;
    text-align: center;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;    
}

/*COMMENTS STYLE*/
#comment-container {
    -webkit-box-shadow: 1px 1px 10px grey;
    box-shadow: 1px 1px 10px grey;
    padding: 5px;
    background-color: white;
}
.comments-details button.btn.dropdown-toggle,
.comments-details .total-comments {
    font-size: 18px;
    font-weight: 500;
    color: #5e5e5e;
}
.comments-details {
    padding: 15px 15px;
}
.comments .comments .dropdown,
.comments .dropup {
    position: relative;
}
.comments button {
    background-color: transparent;
    border: none;
}
.comments .comment-box {
    width: 100%;
    float: left;
    height: 100%;
    background-color: #FAFAFA;
    padding: 5px 10px;
    margin-bottom: 15px;
    border-radius: 3px;
    border: 1px solid #b9b9b9;
}
[id^="comment-box"] {
    border: 1px solid #0000003d;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.26);
}
.comments .add-comment {
    background-color: transparent;
    border: none;
    position: relative;
    height: 140px;
}
.comments .commenter-pic {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 100%;
    border: 2px solid #fff;
    overflow: hidden;
    background-color: #fff;
}
.comments .add-comment .commenter-name {
    width: 100%;
    padding-right: 75px;
    position: absolute;
    top: 20px;
    right: 0px;
}
.comments .add-comment input {
    border-top: 0px;
    border-bottom: 1px solid #ccc;
    border-left: 0px;
    border-right: 0px;
    outline: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    padding: 0;
    font-weight: normal;
}

.comment_file {
    width: 20px;
    display: block;
    margin-top: 20px;
}

.comment-attachment {
    display: block;
    font-size: 15px;
}

.comments .add-comment input:focus {
    border-color: #199450;
    border-width: 2px;
}
.comments .add-comment button[type=submit],#comment-container .reply_on_comment {
    background-color: #199450;
    color: #fff;
    margin-right: 0px;
}
.comments .add-comment button[type="submit"]:hover,#comment-container .reply_on_comment:hover {
    background-color: #199450;
}
.comments .add-comment button {
    background-color: #d7d7d7;
    margin: 10px 5px;
    font-size: 14px;
    text-transform: uppercase;
}

#comment-container .avatarContainer {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comments .commenter-name .comment-time {
    font-weight: normal;
    margin-left: 8px;
    font-size: 12px;
    direction: ltr !important;
    display: block;
    clear: both;
}
.comments p.comment-txt {
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 15px;
    margin-top: -30px;
    text-align: justify;
    overflow: hidden;
    word-wrap: anywhere;
}
.comments .commenter-name {
    display: inline-block;
    position: relative;
    top: -46px;
    left: -60px;
    font-size: 16px;
    font-weight: 700;
}

.commenter-name a {
    float: right;
    margin-left: 10px;
    color: #199450;
}

.commenter-name a:hover {
    color: #199450;
}

.comments .comment-meta {
    font-size: 14px;
    color: #333;
    padding: 2px 5px 0px;
    line-height: 20px;
    float: right;
}
.comments .reply-box {
    display: none;
}
.comments .replied {
    background-color: #fff;
    width: 95%;
    float: right;
    margin-top: 15px;
}

/*======Responsive CSS=======*/
@media (max-width: 767px){
    /*    .comments .commenter-name {
            font-size: 13px;
            top: -5px;
        }*/
    .comments .commenter-pic {
        width: 40px;
        height: 40px;
    }
    .comments .commenter-name a{
        display: block;
    }
    .comments .commenter-name .comment-time{
        display: block;
        margin-left: 0px;
    }
}

.no-shadow{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*FOOTER*/
footer {
    padding: 2rem 0;
    background-color: #fff;
    box-shadow: 0px 0px 24px 0px rgba(32, 32, 32, 0.73);
    -webkit-box-shadow: 0px 0px 24px 0px rgba(32, 32, 32, 0.73);
    -moz-box-shadow: 0px 0px 24px 0px rgba(32, 32, 32, 0.73);
}

.footer-img-link:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.footer-image-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 200px 25px 200px 25px 200px 25px 200px;
    grid-template-columns: repeat(4,200px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    gap: 25px;
}
.footer-image-container > div {
    overflow: hidden;
    height: 150px;
}

.footer-image-container > div div {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    /*    box-shadow: 0px 0px 12px 0px rgba(33, 37, 41, 0.54) inset;
        -webkit-box-shadow: 0px 0px 12px 0px rgba(33, 37, 41, 0.54) inset;
        -moz-box-shadow: 0px 0px 12px 0px rgba(33, 37, 41, 0.54) iset;*/
    /*background:#ecf3da;*/
}

.footer-image-container > div div {   
    height: 100%;   
    display: -webkit-box;   
    display: -ms-flexbox;   
    display: flex;   
    -webkit-box-align: center;   
    -ms-flex-align: center;   
    align-items: center;  
    -webkit-box-pack: center;  
    -ms-flex-pack: center;  
    justify-content: center;
}

.footer-image-container > div img {
    width: 90%;
}

.footer-column:not(:first-child) {
    padding-top: 2rem;
}
@media (min-width: 768px) {
    .footer-column:not(:first-child) {
        padding-top: 0rem;
    }
}

.footer-column {
    text-align: center;
}
.footer-column .nav-item .nav-link {
    padding: 0.1rem 0;
}
.footer-column .nav-item span.nav-link {
    color: #6c757d;
}
.footer-column .nav-item span.footer-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.footer-column .nav-item .fas {
    margin-right: 0.5rem;
}
.footer-column ul {
    display: inline-block;
}
@media (min-width: 768px) {
    .footer-column ul {
        text-align: left;
    }
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 100%;
    outline: 0;
}

ul.social-buttons li a img{
    width: 45px;
}

footer .quick-links {
    margin-bottom: 0;
    text-transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-weight: 900;
    text-shadow: 0px 0px 6px rgba(40, 44, 48, 0.52);
}

footer .quick-links a:hover {
    color: #15723f;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}

.fa-ellipsis-h {
    color: white;
    padding: 2rem 0;
}

.font-color-red{
    color: red !important;
}


/**
* UNDER CONSTRUCTION PAGE
*/

.under-construction-container {
    margin: 100px auto;
}

.mobile-logo-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-logo-container svg {
    width: 100%;
    height: 300px;
}

.mobile-logo-container .mobile-app-logo {
    position: absolute;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
}

.under-construction-msg span {
    background: #fff;
    padding: 14px;
    border-radius: 3px;
    font-weight: bold;
    box-shadow: 0px 0px 24px 0px rgba(32, 32, 32, 0.3);
    -webkit-box-shadow: 0px 0px 24px 0px rgba(32, 32, 32, 0.3);
    -moz-box-shadow: 0px 0px 24px 0px rgba(32, 32, 32, 0.3);
    font-size: 17px;
}

input[type='radio'] {
    -webkit-appearance:none;
    width:15px;
    height:15px;
    border:1px solid darkgray;
    border-radius:50%;
    outline:none;
    -webkit-box-shadow:0 0 5px 0px gray inset;
    box-shadow:0 0 5px 0px gray inset;
}

input[type='radio']:hover {
    -webkit-box-shadow:0 0 5px 0px #15723f inset;
    box-shadow: 0 0 5px 0px #15723f inset;
}

input[type='radio']:before {
    content:'';
    display:block;
    width:50%;
    height:50%;
    margin: 20% auto;    
    border-radius:50%;    
}
input[type='radio']:checked:before {
    background:#15723f;
}


.pagination-container {
    width: 100%;
}

.pagination-container .pagination {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -ms-grid-columns: (auto)[18];
    grid-template-columns: repeat(18,auto);
}

.pagination .page-item a {
    color: #2f2f2b;
}

.pagination .page-item a:hover {
    background: #20BD67;
}

.pagination  .page-item.active .page-link {
    background-color: #15723f !important;
    border: 1px solid #15723f !important;
}
.pagination .page-item .page-link:hover {
    background-color: #15723FCC !important;
    border: 1px solid #15723FCC !important;
}
.pagination .page-item a:hover {
    border: 1px solid #2f2f2b;
}

.announcement_content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 20px 50%;
    grid-template-columns: 50% 50%;
    gap: 20px;
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-wrap: break-word;
}

.announcement_image{
    text-align: center;
}

.announcement_content img {
    max-width: 95%;
    max-height: 95%;
    border: 2px solid #e9e9e9;
    border-radius: 3px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.19);

}

.remove-post-container {
    text-align: left;
    margin-bottom: 10px;
}

.remove-post-container i,.remove-post-container i:hover {
    color: #fff;
}

.remove-post-container span {
    margin: 0;
    padding: 0 10px;
    font-size: 13px;
    margin-left: 4px;
}

.remove-post-container span:hover {
    background: #e30000;
    transition: .1s all;
}

/**
* CONFIRMATION
*/

.un_confirmed, .confirmed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 100px auto;
}

.confirmation-container #card {
    position: relative;
    width: 290px;
    display: block;
    text-align: center;
    box-shadow: 10px 14px 13px 0px rgba(99, 99, 99, 0.39);
    -webkit-box-shadow: 10px 14px 13px 0px rgba(99, 99, 99, 0.39);
    -moz-box-shadow: 10px 14px 13px 0px rgba(99, 99, 99, 0.39);
}

.confirmation-container #upper-side {
    padding: 2em;
    background-color: #15723F;
    display: block;
    color: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.confirmation-container .un_confirmed #upper-side {
    background: #f10000;
}

.confirmation-container #checkmark {
    font-weight: lighter;
    fill: #fff;
    margin: 12px auto;
}

.confirmation-container #status {
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 1em;
    margin-top: -.2em;
    margin-bottom: 0;
}

.confirmation-container #lower-side {
    padding: 3em;
    background: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.confirmation-container #contBtn {
    position: relative;
    top: 1.5em;
    text-decoration: none;
    background: #15723f;
    color: #fff;
    -webkit-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
    box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
    border-radius: 3px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    padding: 2px 10px;
}

.confirmation-container #contBtn:hover {
    -webkit-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41);
    box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.post-desc-container > div {
    width: 100% !important;
}

.post-desc-container .nicEdit-main {
    padding: 5px;
    width: 100% !important;
    overflow-y: auto !important;
    height: 300px;
}

.post-desc-container .nicEdit-main i, .post-desc-container .nicEdit-main i:hover {
    color: unset;
}

.nicEdit-pane {
    text-align: right !important;
    direction: rtl;
}

.nicEdit-pane > div {
    float: left !important;
}

.nicEdit-pane form label {
    float: right !important;
}

.nicEdit-pane form input, .nicEdit-pane form select {
    width: 200px !important;
    direction: ltr !important;
    text-align: left;
}

.recpatcha-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/**
* CUSTOMIZED POPUP
*/
.post-desc-container .popup-link {
    position: absolute;
    right: 25px;
    top: 6px;
}
.popup-link{
    display:flex;
    flex-wrap:wrap;
}

.popup-link a{
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size:17px;
    cursor:pointer;
    margin:20px;
    text-decoration:none;
}

.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}
.popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.popup-content h3 {
    font-size: 23px;
}

#paste_popup textarea {
    width: 100% !important;
    border: 1px solid #33333373;
}

.popup-content .close {
    color: #aaa;
    float: left;
    font-size: 36px;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: red;
    font-weight: 900;
    margin-top: 0 !important;
    margin-left: -1px !important;
}

.popup-content .close:hover{
    color:#333;
}

.popup-content span:hover,
.popup-content span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.open_popup{
    visibility: visible !important;
    opacity: 1 !important;
    transform: scale(1) !important;
}

#paste_popup textarea {
    width: 100% !important;
}

/*DASHBOARD*/
#dashboard{
    margin: auto;
    margin-top: 70px;
}
.page-header{
    width: 100%;
    height: 200px;
    box-shadow: 0px 0px 4px 0px rgba(93,93,93,0.75);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(93,93,93,0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(93,93,93,0.75);
    border-radius: 3px;
    position: relative;
}
/*
.title-page {
    position: absolute;
    top: 10vh;
    margin-right: 20px;
    padding: 9px;
}

.title-page::before {
    content: "";
    height: 36px;
    width: 3px;
    display: inline-block;
    background: #c5d984;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 3px;
}*/

.new-post-container {
    overflow: hidden;
    margin: auto;
}

#new_post_modal .modal-dialog {
    max-width: 80vw !important;
}

.new-post-container {
    position: sticky;
    top: 40px;
    z-index: 100;
    padding: 0;
}

.height-80{
    height: 80px !important;
}

.height-50{
    height: 50px !important;
}

.new-post-container .new_post_btn,
#login-link{
    margin: 20px auto;
    position: sticky;
    overflow: hidden;
    text-align: center;
    line-height: 2;
    cursor: pointer;
    background: #199450;
    transition: 1s ease;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid transparent;
    width:100%;
    box-shadow: 0px 0px 4px 0px rgba(93,93,93,0.75);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(93,93,93,0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(93,93,93,0.75);
}

.new-post-container .new_post_btn:hover,
#login-link:hover {
    background: #20BD67;
    transition: 1s all;
    border: 1px solid #95c11f;
    transform: scale(.97);
}

.login-link-container {
    height: 200px;
    text-align: center;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#login-link {
    background: red;
    position: relative;
    padding: 15px;
}

#login-link:hover {
    background: #e10000;
    border: 1px solid #e10000c4;
}

.close {
    float: left;
    margin: -1rem auto -1rem -1rem !important;
}

.post_share_container button {
    width: 50%;
}

#youtube-container {
    width: 88%;
    margin: auto;
    margin-bottom: 50px;
}

#youtube-container iframe {
    border-radius: 3px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.resources-container {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-grid-columns: (31%)[3];
    grid-template-columns: repeat(3,31%);
}

.resource-card {
    height: 375px;
    overflow: hidden;
    word-break: break-word;
    padding: 10px;
    margin-bottom: 10px;
}

.resource-card > div {
    width: 100%;
    padding: 4px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    border-radius: 3px;
    height: 350px;
    border: 1px solid #b2b2b2;
}

.resource-card > div:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.9);
    transition: .1s all;
}

.resource-card__img {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 1px 1px 5px gray;
    box-shadow: 1px 1px 5px gray;
    margin-bottom: 3px;
    overflow: hidden;
    border-radius: 3px;
    background: #fff;
    width: 100%;
}

.resource-card__img:hover img{
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: .1s all;
    -o-transition: .1s all;
    transition: .1s all;
}

.resource-card__img:hover {
    -webkit-box-shadow: 1px 1px 5px #4d4d4d;
    box-shadow: 1px 1px 5px #4d4d4d;
}

.resource-card__img img {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.resource-card__title {
    height: 100px;
    overflow: hidden;
    display: block;
    border-bottom: 2px solid #3333334a;
}

.resource-card__title div:first-child {
    height: 80px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.resource-card__title--subject {
    /*float: left;*/
    font-size: 12px;
    color: #15723f;
    font-weight: bold;
}

.resource-card__publisher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-bottom: 5px;
    gap: 3px;
}

.resource-card__publisher span:nth-child(2) {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.resource-card__publisher .avatarContainer {
    width: 35px;
    height: 35px;
}

.resource-card__publisher .userIconPost {
    right: 24%;
    top: 13%;
    font-size: 22px !important;
}

.resource-card__publisher .userProfileIcon {
    width: 32px;
    height: 32px;
}

.resource_search_container {
    position: absolute;
    top: 10px;
    right: 10px;
}

.openBtn {
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
    position: fixed;
    bottom: 3%;
    right: 1%;
    border-radius: 50%;
    background: #15723F;
}

.openBtn:hover {
    background: #199450;
    transition: .1s all;
}

.openBtn i {
    color: #fff;
}

#myOverlay div[role="listbox"] {
    width: 98%;
}

#myOverlay .filter-option {
    border: 0;
    outline: 0;
    background: #fff;
}

#myOverlay .btn-light{
    box-shadow: none;
    border: 0;
    outline: 0;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999999999999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    color: #fff;
    padding-bottom: 100px;
    overflow-y: auto;
}

.overlay-content {
    position: relative;
    top: 40%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay button {
    width: 100%;
    padding: 10px;
}

.overlay .fa.fa-search{
    transform: rotateY(180deg);
}

.edu_resource_tags  {
    margin-bottom: 10px;
}
.edu_resource_tags span {
    background: #15723f;
    margin: 3px;
    color: #fff;
    padding: 2px 7px;
    border-radius: 3px;
    box-shadow: 0 0 6px gray;
    display: inline-block;
}

.edu_resource_tags span:hover a {
    color: unset;
}

.edu_resource_tags span:hover {
    box-shadow: 0 0 6px #373737;
}