body{
    box-sizing: border-box;
    background-color: rgb(22, 40, 4);

}
.main
{
    max-width:1200px;
    border-radius:5px;
    margin:5px auto;
}
hr{
    margin: .5rem 0;
}
.left-container
{
    background-color:rgb(220, 226, 220);
}
.right-container
{
    background-image:url(https://media.islamicity.org/wp-content/uploads/2023/05/Children-Stories.jpg);
    background-repeat: no-repeat;
    background-position: center;
    min-height:1000px;
}
.section
{
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #023c80;
}
.responsive {
    width: 100%;
    height: auto;
}

.form {
    width: 100%;
    padding: 20px;
    margin: 10px auto;
    border: 1px solid #ccc;
    background: #fafafa;
    border-radius:5px;
    font-size: 1.1em;
}

label {
    font-weight: bold;
    font-size: 1.1em;
}

select {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.1em;
    border-radius: 5px;
    color: rgb(1 47 81);
    background: transparent;
    border-color: rgb(1 47 81);

}

.btn-compose {
    width: 100%;
    padding: 10px;
    background: rgb(1 47 81);
    color: #ffffff;
    font-size: 1.1em;
    font-weight: bold;
    border: none;
    border-radius:3px;
    cursor: pointer;
}

.btn-compose:hover {
    background: rgb(10, 106, 146);
    color: #fff;
}

.for-whom-optional {
    width: 100%;
    padding: 10px;
    background: #00416b1c;
    color: rgb(1 47 81);
    font-size: 1.3em;
    border: none;
    border-radius:3px;
}



.flex-space-between
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media(max-width: 767px)
{
    .section
    {
        padding: 8px;
    }
    .form {
        padding: 10px;
    }

    select > option {
        line-height: 1.5em;
    }
    label {
        font-weight: bold;
        font-size: 1.1em;
    }
    .response
    {
        margin-top: 10px;
    }
    .right-container
    {
        padding: 0px;
    }

    .main
    {
        margin-bottom: 70px;
    }
}
@media(max-width: 1301px){
    .main
    {
        margin-bottom: 70px;
    }
}
.cursor-default
{
    cursor: default !important;
}
.a-simple
{
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}
.a-seetings-icon
{
    font-size: 22px;
}

/* top scroll button*/
.scroll-top-btn {
    /*position:fixed;
    right:15px;
    bottom: 60px;
    cursor:pointer;
    width:45px;
    height:45px;
    text-align: center;
    line-height: 45px;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index: 9;
    visibility: hidden;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
	  background-color:#609005;
	  color:#000000 !important;*/
    position: fixed;
    text-align: center;
    right: 15px;
    bottom: 15px;
    border: 2px solid rgba(153, 153, 153, 0.51);
    border-radius: 100%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    color: rgba(153, 153, 153, 0.51);
    z-index: 9;
    visibility: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.scroll-top-btn:hover{
    background-color: #0746a2;
    border: 2px solid rgba(255, 255, 255, 0.51);
    color: #ffffff;
}
.scroll-top-btn.active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    animation: bounceInDown 2s;
    -webkit-animation: bounceInDown 2s;
    -moz-animation: bounceInDown 2s;

}
.fa-2x {
    font-size: 2em;
}
/*End top scroll button*/
/*Nav Bar*/

.app-header
{
    display: flex;
    justify-content: right;
    align-items: flex-end;
    color: #fff;
    padding: 5px;
    margin-bottom: 8px;
}

.user-full-name
{
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
}
.user-login-logout-button a{
    display: inline-block;
    font-size: 18px;
    color: #f6f50a;
}
.user-login-logout-button a:hover{
    color: #ffffff;
}

/*END Nav Bar*/
.popup-footer-link{
    display: flex;
    justify-content: center;
}
.popup-action-links
{
    display: inline-block;
    list-style: none;
    margin: 0.5em auto;
    padding: 0;
    text-align: center;
}
.popup-action-links li {
    border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    line-height: 1;
    list-style: none;
    margin: 0 0.5em 0 0;
    padding: 0 0.5em 0 0;
}

.popup-action-links li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.popup-action-links a {
    border: none;
    display: block;
    padding: 0;
    text-decoration: none;
    color: #012f51;
}

.popup-action-links:before,
.popup-action-links:after {
    content: "";
    display: table;
}

.popup-action-links:after {
    clear: both;
}

.input-error
{
   border: 1px solid #f8d6da;
}

.btn-popup-login
{
    background: rgb(1 47 81);
    color: #ffffff;
}

.btn-popup-login:hover
{
    background: rgb(10, 106, 146) !important;
    color: #ffffff !important;
}

.modal-header
{
    background-image: linear-gradient(#012f51 , #002643);
    color: #ffffff;
    border-radius: 0;;
}


.modal-content
{
    border-radius: 0px; !important;
}

.modal
{
    --bs-modal-padding: 1.5rem !important;
}

.owl-item
{
    cursor: pointer;
}

.template-owl-item-selected {
    border: 1px solid #092eff !important;
    border-radius: 5px;
    background-color: rgb(2, 59, 133);
    color: #ffffff;
}

.cookie-message
{
    width: 100%;
    padding: 5px 10px 20px 10px;
    text-align: center;
    background-color: rgba(170, 213, 239,.9);
    border-top: 1px solid #3f81ba;
    position: fixed;
    bottom: 0;
    left: 0;

}

.cookie-message a
{
    outline: none;
    color: #0A246A;
}
.cookie-message a:hover
{
    font-weight: 600;
}

.cookie-message a i{
    font-size: 20px;
    font-weight: 100;
}

.ai-disclaimer-button
{
    display: inline-block;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.ai-disclaimer-content
{

}


.btn-copy
{
    font-size: 15px;
    color: #574848;
    padding: 0 10px;
}





.content-edit-area
{
    outline: none;
}

.content-edit-area-bg
{
    background: rgba(255,255,255,.5);
}

.pr-30{
    padding-right: 30px !important;
}

.social-share-overlay {
    text-align: left;
    padding: 5px;
}

.social-share-overlay li
{
    list-style: none;
    float: left;
    height: 60px;
    width: 60px;
    margin: 0 10px;
}

.social-share-overlay img
{
    width: 100%;
}