*:focus {
    box-shadow: none !important;
}
/* Home Css */
#sidebar,.navbarNav{
    background-color: #e9e5e5;
}
#my_requested{
    display: none;
}
.sidebar-sticky{
    height: 250px;
}
#card {
    max-width: 100em;
    flex-direction: row;
    background-color: #e9e5e5;
    border: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.18);
    margin: 3em auto;
}
#card.dark {
    color: black;
    margin-top: 0px;
}
.card.card.bg-light-subtle .card-title {
    color: dimgrey;
}
.card #img {
    max-width: 25%;
    margin: auto;
    padding: 0.5em;
    border-radius: 0.7em;
}
.card #request_image {
    max-width: 16%;
    margin: auto;
    padding: 0.5em;
    border-radius: 4.7em;
}
.card #accept_image {
    max-width: 16%;
    margin: auto;
    padding: 0.5em;
    border-radius: 4.7em;
}
#card-body {
    display: flex;
    justify-content: space-between;
}
.text-section {
    max-width: 50%;
}
.second-text-section{
    margin-top: 30px;
}
.cta-section {
    max-width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.card.bg-light-subtle .cta-section .btn {
    background-color: #898989;
    border-color: #898989;
}
#nav{
    background: #DAA520!important;
}
#post{
    background-image: url("../image/Gold-Wedding-Rings.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#post button{
    background: #D2A227;
    width: 190px;
    height: 42px;
}
#side{
    background: linear-gradient(0deg, #f9f9f9, #f9f9f9),
    linear-gradient(0deg, #000000, #000000);
    border: 1px solid #000000
}
#filter{
    background: #e9e5e5;
    width: 268px;
    height: 35px;
    border-radius: 30px;
   
}
input{
    outline: none;
    border: none;
    background-color: #FFF4DA;
}
.input-selector{
    font-size: 14px;
}
.select-field,.task,.list{
    width: 100%;
    background-color: #ECECEB;
    padding: 0.3rem;
    -webkit-appearance: menulist!important;
}
.list::-webkit-scrollbar {
    display: none;
}
.list{
    max-height: 137px;
    overflow: hidden;
    overflow-y: auto;
}
.list{
    box-shadow: 0 0px 16px rgb(0,0,0,0.2);
    display: none;
}
.down-arrow{
    font-size: 1.2rem;
    display: flex;
    cursor: pointer;
    transition: 0.2s linear;
    justify-content: end;
}
.task{
    display: block;
    padding-left: 0;
}
.task span{
    float: right;
    font-size: 0.6rem;
    padding-top: 6px;
}
.task:hover{
    background-color: aliceblue;
}
.verify_col{
    position: absolute;
    margin-left: -100px;
}

/* Offcanvas Click Bar*/
#bar{
    color: #FFFFFF;
    font-size: 28px;
}
.show{
    display: block;
}

/* Offcanvas*/
.offcanvas{
    margin-top: 80px;
}
.offcanvas-header button{
    color: #000000;
    border: 1px solid #000000;
}
.offcanvas-body h6{
    border-bottom: 1px solid #D7D4CB;
    padding: 1px;
}
#offcanvasWithBothOptions h6{
    cursor: pointer;
}


/* Footer Css */
#footerCon>div>p{
    cursor: pointer;
}
footer {
    position: relative;
    height: 300px;
    background-color: #DAA520;
}
#footerCon p{
    font-size: 13px;
}

/* Single Add View */
#acc_create_text{
    border: 1px solid;
    padding: 3px;
    border-radius: 10px;
    width: fit-content;
}
#interested{
    background: #D2A227;
    color: #FFFFFF;
    width: 190px;
    height: 34px;
    border-radius: 13px;
    font-size: 14px;
}
.bg-warning{
    background-color: #ECECEB!important;
    border-radius: 6px;
}
.bg-warning h6{
    font-family: sans-serif;
}
#cdF{
    background: #f9f9f9;
}
#cdF textarea{
    background: linear-gradient(0deg, #f9f9f9, #f9f9f9),linear-gradient(0deg, #f9f9f9, #f9f9f9);
    border: #f9f9f9;
}

/* Edit Form */
#editFormMain input {
    background: linear-gradient(0deg, #ECECEB, #ECECEB), linear-gradient(0deg, #ECECEB, #ECECEB);
    border: 1px solid#ECECEB;
    padding: 4px;
}
#editFormMain select {
    background: linear-gradient(0deg, #ECECEB, #ECECEB), linear-gradient(0deg, #ECECEB, #ECECEB);
    border: 1px solid#ECECEB;
    -webkit-appearance: menulist!important;
    padding: 4px;
}
#editFormMain textarea {
    background: linear-gradient(0deg, #ECECEB, #ECECEB), linear-gradient(0deg, #ECECEB, #ECECEB);
    border: 1px solid#ECECEB;
    padding: 4px;
}


/* Loader */
#loader{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url(https://i.gifer.com/ZKZg.gif) 50% 50% no-repeat rgb(15 10 10/59%);
    background-size: 50px 50px;
    display: none;
}

/* #content h4{
    font-weight: initial;
}
#cdF input{
    background: linear-gradient(0deg, #FFF9EA, #FFF9EA),
    linear-gradient(0deg, #FFF9EA, #FFF9EA);
    border: #FFF9EA;
}
#cdF select{
    background: linear-gradient(0deg, #FFF9EA, #FFF9EA),
    linear-gradient(0deg, #FFF9EA, #FFF9EA);
    border: #FFF9EA;
    -webkit-appearance: menulist!important;
}

#acc{
    border: 1px solid #000000;
    border-radius: 15px;
    width: 223px;
    height: 30px;
} */




/* #clCard{
    cursor: pointer;
}
#offcanvasWithBothOptions h6{
    cursor: pointer;
}
#view{
    border: 1px solid #D2A227;
    padding: 4px;
    color: black;
    border-radius: 12px;
    background-color: #D2A227!important;;
}
#dView{
    color: #D2A227;
}
#imgBox{
    width: 24%;
} */

/* #country,#age,#ethnicity,#religion,#civilStatus,#profession,#preference,#drinking,#smoking,#differently,#education input[type=checkbox]{
    accent-color: #DAA520;
}
#country2,#age2,#ethnicity2,#religion2,#civilStatus2,#profession2,#preference2,#drinking2,#smoking2,#differently2,#education2 input[type=checkbox]{
    accent-color: #DAA520;
} */
/* .filterLoad{
    display: none;
}

#fLoader .offcanvas-backdrop.show{
    opacity: 0.5!important;
}
.pagination .page-item > .page-link{
    border-radius: 30%;
}
#pArea{
    width: 18%;
}

#singleMain h5{
    font-size: 16px;
}
#accCreate{
    width: fit-content;
    height: 30px;
}
#terms p{
    text-align: justify;
}
#mImage{
    background-image:url(../image/null.png);
    background-size: 100% 100%;
    height: 200px;
    width:200px;
    border-radius: 10px;
}
#sImage{
    background-image:url(../image/null.png);
    background-size: 100% 100%;
    height: 200px;
    width:200px;
    border-radius: 10px;
} */

