@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap");

/*textarea { overflow: hidden !important;}*/
.TabularMainDiv {
    height: 80vh;
    border: 1px solid #E7E6E6;
    padding: 14px 11px 14px 11px;
    background-color: #fff;
    overflow-y: scroll;

}

.new-bg { background: antiquewhite !important;}
.standard-background-new { background: #484b86 !important; }
.standard-background { background: #7A459D !important; }
.standard-font-color { color: #7A459D !important; }
.standard-font-color-new { color: #484b86 !important; }
.topic-heading-color { color: #9FA2A3 !important;}
.standard-sub-heading-font-color { color: #3498DB; !important; }

.standard-heading-font-size { font-size: 15px !important;
    /*font-family: system-ui !important;*/
}
.standard-icon-font-size { font-size: 18px !important; }
.standard-content-font-size { font-size: 15px !important; }
.standard-sub-font-size { font-size: 13px !important; }
.text-white{ color: white !important;}
.bg-white{ background: white}
.text-black { color: #333 !important;}
.display-flex { display: flex !important;}
.standard-version-color{ color:  #46bd65 !important;}

.font-weight-bold{ font-weight: bold !important;}

.standard-scroll-bar-parent
{
    overflow-y: auto;
    scrollbar-color: transparent transparent !important;
    scrollbar-width: thin;
}

.standard-scroll-bar-parent:hover
{
    overflow-y: auto !important;
    opacity: 1;
    scrollbar-color: #7A459D #F2DEFF !important;
}

.standard-scroll-bar-parent-2
{
    overflow-y: auto;
    scrollbar-color: transparent transparent !important;
    scrollbar-width: thin;
}
.standard-scroll-bar-parent-2:hover
{
    overflow-y: auto !important;
    opacity: 1;
    scrollbar-color: #7A459D #F2DEFF !important;
}


::-webkit-scrollbar {
    width: 8px;
}


::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #C4C4C4;
    border-radius: 10px;
}

/*.tabularonhover:hover {*/

/*}*/

.TabularHeaderMainDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 8px 13px 8px;
    background: linear-gradient(180deg,
    rgba(235, 235, 235, 0) -41.67%,
    #ebebeb 100%);
    margin-top: 10px;
}

.BibleText {
    color: #6b6868;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
}

.TabularText {
    font-size: 14px;
    margin-bottom: 0;
}
.TabularText-2 {
    font-size: 14px;
    margin-bottom: 0;
}
.TabularText-3 {
    font-size: 15px;
    margin-bottom: 0;
}
.TabularButtonText {
    color: white;
    background-color: #7a459d;
    border-radius: 5px;
    border: 1px solid;
    padding: 5px 10px 5px 10px;
    font-family: "Inter";
}
.TabularButtonText:hover{
    color: #7A459D;
    border: 1px solid #7A459D;
    background-color: #fff;
}

.navLink {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #6B6868;
    outline: none !important;
    text-decoration: none !important;
    border-bottom: 1px solid #7a459d;
    padding-bottom: 8px;
}

.navLink:active {
    color: #7a459d !important;
    border-bottom: 1px solid #7a459d;
}

.navLink:focus {
    color: #7a459d !important;
    border-bottom: 1px solid #7a459d;
}

.TabularLinkList {
    display: flex;
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-right: 10px;
}

.TabularLinkDiv {
    padding-top: 10px;
    padding-bottom: 13px;
}

.AdminLink {
    margin-right: 20px;
}

.ScriptureText {
    border: none !important;
    font-size: 16px;
    font-family: "inter";
    color: #6B6868;
    background-color: transparent;
}

.topicText {
    font-size: 18px;
    font-family: "inter";
    color: #7a459d;
}

.topicMainDiv {
    display: flex;
    align-items: center;
}

.arrowImg {
    height: 6px;
    width: 9px;
}

.arrowButton {
    border: none;
    transition: all 0.5s ease 0s;
    border-radius: 50px;
}

.blockMainDiv {
    border: 1px solid #E7E6E6;
    margin-top: 15px;
    padding: 8px;
    border-radius: 5px;
}

.bookNameText {
    color: #7a459d;
    font-family: system-ui;
}
.bookNameText-tooltip {
    color: #3498DB;
    font-size: 14px;
    font-weight: 600;
}

.descText {
    /*color: #6B6868;*/
    /*font-family: "inter";*/
    text-align: justify;
}

.bookLogoDiv {
    display: flex;
}

.blockInnerMainDiv {
    margin-right: 10px;
    margin-bottom: 10px;
}

.title-logo {
    border: 0px;
    background-color: transparent;
    padding-bottom: 5px;
}

.editLogo {
    border: 0px;
    background-color: transparent;
    padding-bottom: 5px;
    display: flex;
}

.dropdown {
    /*position: relative;*/
    position: relative;
    display: inline-block;
}

.fa
{
    font-family: FontAwesome !important;
}
.drop_fix_right_new
{
    position: absolute !important;
    right: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 29%;
    top: 20px;
    background-color: #fff;
    width: 206px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 12px;
    border-radius: 5px;
}

.dropdown-content a {
    color: black;
    padding: 9px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    border-radius: 5px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: transparent;
}

.viewtopic-button {
    background-color: #EFEFEF;
    border: 0;
    border-radius: 5px;
    padding: 5px 10px;
    color: #7A459D;
    font-size: 18px;
    margin-top: 10px;
    display: flex;
    justify-content: space-around;

}

.viewtopictooltip {
    position: relative;
    display: inline-block;
    border: 1px dotted #FFFFFF;


}

.viewtopictooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    text-align: center;
    border-radius: 6px;

    position: absolute;
    z-index: 1;
    bottom: -39px;
    left: 110%;
    border: 2px solid #CFBABA;
    background-color: #fff;
    /* height: 353px; */
    width: 299px;
}

.viewtopictooltip .tooltiptext::before {
    content: '';
    display: block;
    position: absolute;
    left: -21px;
    bottom: 12.7%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #CFBABA;
}

.viewtopictooltip .tooltiptext::after {
    content: '';
    display: block;
    position: absolute;
    left: -18px;
    bottom: 13%;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-right-color: white;
}
.viewtopictooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip-data{
    font-size: 14px;
    background: linear-gradient(180deg, rgba(235, 235, 235, 0) -41.67%, #EBEBEB 100%);
    border-radius: 2.5px 2.5px 0px 0px;
    margin: 0;
    padding: 0;
}
.paddings-tooltip{
    text-align: left;
    padding-top: 11px;
}
.button-tooltip{
    position: absolute;
    top: 10px;
}
.tootip-scrollar{
    overflow-y: scroll;
    height: 22rem;

}
.dropdown-tooltip{
    position: absolute;
    left: -90px;

}
.form-div{
    font-size: 18px;
    color:#6B6868 ;
}
.form-maindiv{
    padding: 13px 8px 13px 8px;
    background: linear-gradient(180deg,
    rgba(235, 235, 235, 0) -41.67%,
    #ebebeb 100%);

}
.form-maindiv2{
    padding: 13px 8px 13px 8px;
    background: linear-gradient(180deg,
    rgba(235, 235, 235, 0) -41.67%,
    #ebebeb 100%);

}
.form-content{
    font-size: 12px;
    color: #838383;
}
.data-hide{
    display: none;
}
.forminner-data{
    margin:10px 5px;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;

}
.formtext-styling{
    color: #6B6868;

}
.modals {
    display: none;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);

}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 22px;
    font-weight: bold;
    margin-top: -2px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-data{
    background-color: #fff;
    padding: 20px  20px 0px 20px;
    margin: 10px;
    border-radius: 10px;
}
/* new styling */
.b-style-form{
    display: flex;
    justify-content: space-between;

}
.b-scripture-styling input:checked{
    padding: 20px;

}
.b-paragraph-div{
    color: #7a459d;
    font-size: 18px;
    font-weight: 500;
}
.b-paragraph-div input[name="checkbox"] {
    accent-color:rgba(122, 69, 157, 1);
}
.kingjames-text {
    /*color: rgba(31, 170, 45, 1);*/
    color:#b05c53 !important;
    font-family: system-ui;
    font-size: 14px !important;
    font-weight: bold;
}
.kingjames-text1 {
    /*color: rgba(31, 170, 45, 1);*/
    font-size: 14px;
    color: #5a254d !important;
    font-weight: bold;
}
.container1 {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border: 1px solid #C4C4C4;
}

/* On mouse-over, add a grey background color */
/* .container1:hover input ~ .checkmark {
  background-color: #ccc;
}
 */
/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark +label {
    background-color: #fff;
    border: 1px solid #7a459d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container1 .checkmark:after {
    left: 4px;
    top: -1px;
    width: 6px;
    height: 11px;
    border: solid #7a459d;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bookNameText-tooltip-p {
    color: #3498DB;
    font-size: 14px;
    font-weight: 600;
}
.b-padding-tooltip-p{
    padding-left: 10px;
    /*display: none*/
}
.b-button-readmore{
    border: 0;
    background-color:transparent;
    color: #7A459D;
    font-size: 13px;
    font-weight: 600;
}


.panel_timeline_card .timeline2 {
    float: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative;
}
.timeline2 > li {
    margin-bottom: 20px;
    position: relative;
}
.timeline2:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: rgba(31, 170, 45, 1);;
    left: -4%;
    margin-left: -9.5px;
}
.timeline2 > li:before, .timeline > li:after {
    content: " ";
    display: table;
}
.timeline2 > li:after {
    clear: both;
}







.main{
    position: relative; margin-top: 20px !important;
}
.first-div{
    margin-left: -16px;
    border-radius: 10px;
    position: relative;
    padding-left: 70px;
}
.first-div::before{
    content: '';
    position: absolute;
    border: 1.5px solid #D3D3D3;
    height: 100%;
    left: 17px;
}

.second-box::before {
    content: '';
    position: absolute;
    border: 1px solid #808000;
    height: 62%;
    left: -79px; top: 40px;
}

.first-div h3 {
    position: absolute;
    left: -10px;
    top: 76px;
    background-color: white;
    color: #828C1E;
    font-weight: 600;
}
.inner-div{

    /*width: 20%;*/
    padding: 20px;
    border-radius: 10px;


}
.inner-div h2{
    color: #828C1E;
    margin: -10px 0 0 0;
    font-size: 14px; padding: 1px; font-weight: 600;
}

.Second-div{
    margin-left: 80px;
    margin-top: 20px;
    padding-left: 70px;
    position: relative;
}
.second-inner-div{
    /*width: 70%;*/
    border: 1px solid grey;
}

.second-inner-div p{
    font-weight: bold;

}

.inner-div sub{
    margin-left: 10px;
}
.Second-div h2{
    color: black;
    float: left;
}
.Second-div h3{
    color: brown;
    position: absolute;
    left: -114px;
    top: -33px;
    font-weight: 600;
}
.Second-div p{
    color: brown;padding: 5px; line-height: 1.5; word-spacing: 5px;
}
.Second-div h2 span{
    float: right;
}





.bg-none { background: none !important;}

.second-box{
    margin-left: 80px;
    margin-top: -40px;
    margin-bottom: 10px;
    padding-left: 70px;
    position: relative;
}
.second-inner-box{
    /*width: 80%;*/
    margin-left: -79px;

}
.second-box h3{
    color: #EBA956;
    position: absolute;
    left: -114px;
    top: -33px;
    font-weight: 600;
}

.box1 {
    display: block;
    content: "";
    height: 8%;
    width: 13%;
    border-top: 2px solid brown;
    border-left: 2px solid brown;
    -webkit-border-radius: 210px 0 0 0;
    -moz-border-radius: 210px 0 0 0;
    border-radius: 185px 0 0 0;
    position: absolute;
    /* right: 46px; */
    left: 12px;
    top: 755px;
    transform: rotate(247deg);
}
.kvj{
    margin-left: 50px;
}

.heading h4 {
    float: right;
    margin-top: -37px;
    font-weight: 600;
}
sub{
    color: black;
    font-weight:600;
}

.upper-main{

}
@media only screen and (min-width:1200px){
    .box {
        display: block;
        content: "";
        height: 5%;
        width: 3%;

        border-top: 2px solid brown;
        border-left: 2px solid brown;
        -webkit-border-radius: 210px 0 0 0;
        -moz-border-radius: 210px 0 0 0;
        border-radius: 185px 0 0 0;
        position: absolute;
        /* right: 46px; */
        left: 60px;
        top: 213px;
        transform: rotate(247deg);
    }
    .inner-div {
        /*border: 1px solid grey;*/
        width: 90%;
    }
    .inner-div-2 {
        border: 1px solid grey;
        width: 77%;
    }
}
@media only screen and (max-width:1199px){
    .box {
        display: block;
        content: "";
        height: 5%;
        width: 3%;
        width: -18%;
        border-top: 2px solid brown;
        border-left: 2px solid brown;
        -webkit-border-radius: 210px 0 0 0;
        -moz-border-radius: 210px 0 0 0;
        border-radius: 185px 0 0 0;
        position: absolute;
        /* right: 46px; */
        left: 68px;
        top: 216px;
        transform: rotate(267deg);
    }
    .inner-div {
        /*border: 1px solid grey;*/
        /*width: 44%;*/
    }
    .kvj{
        margin-left: 0px;
    }
}
@media only screen and (max-width: 992px){
    .inner-div {
        /*border: 1px solid grey;*/
        /*width: 41%;*/
    }
    .box {
        display: block;
        content: "";
        height: 5%;
        width: 3%;
        width: -18%;
        border-top: 2px solid brown;
        border-left: 2px solid brown;
        -webkit-border-radius: 210px 0 0 0;
        -moz-border-radius: 210px 0 0 0;
        border-radius: 185px 0 0 0;
        position: absolute;
        /* right: 46px; */
        left: 68px;
        top: 227px;
        transform: rotate(267deg);
    }
}
.menu-nav {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
}

.menu-item {
    color: #FCC;
    padding: 3px;
}

.three-dots:after {
    cursor: pointer;
    color: #454545;
    content: '...';
    font-size: 30px;
    padding: 0 5px;
}

a {
    text-decoration: none;
    color: black;
}

.dropdown3 {
    position: absolute;
    right: -15px;
    outline: none;
    opacity: 0;
    z-index: 1;
    max-height: 0;
    transition: opacity 0.1s, z-index 0.1s, max-height: 5s;
    width: max-content;
    text-align: center;
}

.dropdown-container:focus {
    outline: none;
}

.dropdown-container:focus .dropdown3 {
    opacity: 1;
    z-index: 1;
    max-height: 100vh;
    transition: opacity 0.2s, z-index 0.2s, max-height: 0.2s;
}
#changeAllVersion:focus {
    border: none; background: transparent;
}


/*dropdown styles css*/

.dropbtn {
    background-color: transparent;
    color: black;
    padding: 0;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
}

.dropDown-2 {
    position: relative;
    display: inline-block;
}

.dropDown-2-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 190px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: left;
    font-weight: normal !important;
    padding: 8px;
    border-radius: 10px;
}

.dropDown-2-content a {
    color: black;
    padding: 5px;
    text-decoration: none;
    display: block;
    font-weight: normal;
}

.dropDown-2 a:hover {background-color: #ddd;}

.show {display: block;}

.padding-20{ padding: 20px !important;}
.padding-5{ padding: 5px !important;}
.padding-10{ padding: 10px !important;}
.paddingTop-10{ padding-top: 10px !important;}
.paddingTop-20{ padding-top: 20px !important;}
.paddingTop-15{ padding-top: 15px !important;}
.paddingLeft-10{ padding-left: 10px !important;}
.paddingRight-5{ padding-right: 5px !important;}
.paddingLeft-5{ padding-left: 5px !important;}
.paddingRight-10{ padding-right: 10px !important;}
.paddingBottom-10{ padding-bottom: 10px !important;}
.marginTop-35{ margin-top: 35px !important;}

notifications-icons
{
    position: relative;
    background: #7A459D;
    border-radius: 60%;
    height: 17px;
    width: 18px;
    padding: 3%;
    color: white;
    font-size: 12px;
    top: -25px;
    left: 30px;
}

.book_dropDown
{
    border: 1px solid #ccc; border-radius: 4px; background-color: #fff; font-size: 15px;
    margin-top: 15px;
   text-align: center;
}

.select2.select2-container.select2-container--default {
    margin-bottom: 20px;
    height: 34px !important;
}



.post_date_time
{
    color: #3498DB !important;
}

.book_dropDown_data
{
    background-color: #fff; padding: 4px;
    margin-bottom: 10px; border: 1px solid #ccc;
    height: 300px;
    max-height: 350px; overflow-x: hidden; overflow-y: auto;
    width: 90%;
    position: absolute;
    z-index: 2;

}
/*new gird system*/
.grid-container {
    display: grid;
    grid-template-columns: auto auto auto; gap: 7px 7px;
    /*width: inherit;*/
}
.grid-item {
    background: #CDCCCC;
    padding: 8px 0;
    font-size: 14px;
    text-align: center;
    color: #2b2525;
}

.grid-item:hover{ background: #ffc83d; color: rgb(133 77 14); text-decoration: none;}

.gird-header{
    width: 100%;
    grid-column: 1/4;
    padding: 5px 15px;
    font-size: 15px;
    margin-bottom: -5px;
    font-weight: 700;
    text-align: center;
}
.gird-header span
{
    background: rgb(75 85 99); color: white;
    padding: 5px 15px 5px 15px; border-radius: 22px;
}

.height-185
{
    height: 185px !important;
}
.comment_read_more_btn
{
    color: #23527c!important;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

.reference_verses
{
    font-size: 13px !important; text-align: justify !important; color: #808000 !important;
}


.star-style { color: red;font-size: 5px; margin-top: 12px;position: absolute; margin-left: 4px;}


.notification-hover:hover, .notification-hover a:hover
{ box-shadow: 0 2px 5px 2px grey; color: #7A459D !important; }

.notification-hover:hover p
{ color: #7A459D !important; }


.notification-hover:hover .fa-clock-o, .notification-hover:hover i {
    background-color: #7A459D !important;
    color: #fff !important;
}


.media-box {
    width: 100%;
    height: 100px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.media-box img,
.media-box video {
    width: 100%;
    height: 100%;
    object-fit: fill; /* ya contain use karo */
    border-radius: 3px;
}
