@import url("/bootstrap-icons/font/bootstrap-icons.min.css");
@import url("/css/submenu.css");

@font-face {
    font-family: BadScriptFont;
    src: url(/fonts/BadScript-Regular.ttf);
}

@font-face {
    font-family: DancingScriptFont;
    src: url(/fonts/DancingScript-Regular.ttf);
}

@font-face {
    font-family: FreehandFont;
    src: url(/fonts/Freehand-Regular.ttf);
}

@font-face {
    font-family: GreatVibesFont;
    src: url(/fonts/GreatVibes-Regular.ttf);
}

@font-face {
    font-family: NothingYouCouldDoFont;
    src: url(/fonts/NothingYouCouldDo-Regular.ttf);
}

body {
    overflow: hidden;
    background-color: bisque;
}

.hsnef-head {
    /* background-color: #f5941f; */
    background-color: #f8ae55;
    color: #562331;
    /*rgba(245,157,25,0.97);*/
}

.hsnef-slogan {
    background-color: transparent;
    font-size: 32px;
    color: #ff4b00;
    display: flex;
    justify-content: center;
    width: 100%;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #f5ef00, 0 0 40px #f5ef00, 0 0 50px #f5ef00, 0 0 60px #f5ef00, 0 0 70px #f5ef00;
}

.hsnef-bharat {
    background-color: transparent;
    font-size: 18px;
    color: #f5ef00;
    justify-content: center;
}

.hsnef-main-body {
    border-radius: .25rem;
    overflow-y: clip;
    overflow-x: hidden;
    /* padding: 20px; */
    height: calc(100vh - 205px);
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-items: center;
    background-image: url(/images/hsnef_front.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.closebtn {
    position: absolute;
    z-index: 100;
    /* background-color: transparent; */
}

.container-fluid  {
    padding-left: 0px;
    padding-right: 0px;
}

.container {
    padding-top: 20px;
    height: 100%;
    max-width: 100%;
}

.scrollable {
    overflow-x: clip;
    overflow-y: auto;
}

.container-fluid iframe {
    width: 100%;
    height: 100%;
}

#stripe-payment {
    width: 100%;
    height: 100%;
}

.ssi-footer {
    width: 100%;
    /* background-color: #f5941f; */
    background-color: #ffe4c4;
    padding: 4px;
    display: flex;
    justify-content: center;
    color: hsla(344, 42%, 24%, 0.71);
    font-size: small;
    align-items: center;
}

.ssi-footer p {
    margin: unset;
    padding-left: 15px;
}

.ssi-logo {
    filter: opacity(0.75);
}

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

.dropdown-menu {
    --bs-dropdown-link-hover-bg: #f5941f !important;
    --bs-dropdown-link-active-bg: #bc6904 !important;
}

.hsnef-cards a.card {
    text-decoration: none;
}

.hsnef-cards a.card:hover {
    color: #f5ef00 !important;
    background-color: #f0a142 !important;
}

.hsnef-cards .card {
    height: 150px;
    min-width: 260px;
}

.hsnef-cards .col {
    min-width: 300px;
}

.hsnef-member a.card {
    background-color: #ffe478 !important;
    color: #915c00 !important;
}

.hsnef-admin a.card {
    background-color: #aaf6f8 !important;
    color: #915c00 !important;
}

.hsnef-purohit a.card {
    background-color: #aaf6f8 !important;
    color: #915c00 !important;
}

.card-header i {
    position: absolute; 
    top: 0px; 
    right: 5px;
    font-size: 25px;
}

.green {
    color: green
}

.blue {
    color: blue;
}

.gray {
    color: gray;
}

.bg-white {
    background-color: white;
}

.hsnef-error {
    color: rgb(128, 0, 0);
    text-align: center;
}

/* .modal-content.ui-resizable {
    overflow: auto;
} */

#hsnef-modal-dialog .modal {
    height: 90vh;
}

#hsnef-modal-dialog .modal-body {
    width: 100%;
    overflow: hidden;
    padding: 0;
    /* background-color: bisque; */
}

#hsnef-modal-body {
    background-color: white;
}

#hsnef-modal-dialog iframe {
    height: calc(100vh - 200px);
    overflow-y: auto;
}

.hsnef-cards .col {
    justify-content: center;
    display: flex;
}

.hsnef-cards .col a {
    width: 100%;
}

.nav-link.dropdown-toggle:hover {
    color: white;
}

.nav-link.dropdown-toggle {
    color: #983d01;
}

.hsnef-right-align {
    right: 0px !important;
    left: unset !important;
}

.space-between {
    justify-content: space-between;
}

.toast {
    position: fixed;
    top: 70px;
    z-index: 1;
    right: 5px;
}

.toast-body {
    background-color: cornsilk;
}

#signature-pad {
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    justify-content: center;
}
  
#signature-pad > canvas {
    width: 100%;
    height: 150px;
    background-color: white;
    border: 1px solid gray;
    border-radius: .5rem;
}

#pdf-container iframe {
    height: calc(100vh - 595px);
}

#pdf-status-container iframe {
    height: calc(100vh - 340px);
}

/* ----------------------------------------------------------------------- */

#signFont1 + label {
    font-family: DancingScriptFont;
    font-size: 16pt;
    font-style: italic;
}

#signFont2 + label {
    font-family: BadScriptFont;
    font-size: 16pt;
    font-style: italic;
}

#signFont3 + label {
    font-family: FreehandFont;
    font-size: 16pt;
    font-style: italic;
}

#signFont4 + label {
    font-family: GreatVibesFont;
    font-size: 16pt;
    font-style: italic;
}

#signFont5 + label {
    font-family: NothingYouCouldDoFont;
    font-size: 16pt;
    font-style: italic;
}

/* ----------------------------------------------------------------------- */

.card-icon {
    width: 45px;
    position: absolute;
    top: 58px;
    left: 20px;
}

.card-text {
    display: inline-flex;
    margin-left: 40px;
    text-align: left;
    width: 70%;
}

.hsnef-pdf-icon {
    font-size: 25px;
}

.hsnef-download-icon {
    font-size: 20px;
}

.form-group.required .col-form-label:after {
    content:"*";
    color:red;
}

/* #navbar .navbar-brand {
    width: 100%;
} */

@media (max-width: 600px) {
    .hsnef-slogan, .hsnef-bharat {
        display: none;
    }
    .navbar-brand img {
        float: left;
    }
    #pooja-table-pane, #pooja-gcalendar-pane {
        height: 100% !important;
    }
    #pooja-confirmation .section-label .btn-group label span {
        display: none;
    }
    
    .profile-picture {
        cursor: pointer;
        width: 100px;
        height: 100px;
        border: 1px solid lightgray;
        background-color: white;
        padding: 10px;
        background-image: url(/members/profile-picture);
        background-size: 100px 100px;
        position: absolute;
        top: 270px;
        right: 60px;
    }
    
    .profile-picture i {
        top: -13px;
        right: -40px;
        font-size: 11px;
        position: relative;
        color: blueviolet;
        cursor: pointer;
    }

    #navbar .scroll-text {
        text-align: center;
    }

    #navbar .navbar-brand {
        text-align: center;
        width: 100%;
        margin-right: 0px;
    }
    #navbar .navbar-brand>img {
        width: 180px;
    }

    #navbar button.navbar-toggler {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    #navbar .hsnef-slogan {
        font-size: 22px;
    }

}

@media (min-width: 600px) {
    .profile-picture {
        cursor: pointer;
        width: 100px;
        height: 100px;
        border: 1px solid lightgray;
        background-color: white;
        padding: 10px;
        background-image: url(/members/profile-picture);
        background-size: 100px 100px;
        position: absolute;
        top: 240px;
        right: 80px;
    }

    .profile-picture i {
        top: -13px;
        right: -40px;
        font-size: 13px;
        position: relative;
        color: blueviolet;
        cursor: pointer;
    }

    #events-filter-toolbar {
        display: flex;
    }

}

.table tr {
    vertical-align: middle;
}

/* ----------------------------------------------------------------------- */

.scroll-container {
    height: 30px;
    overflow: hidden;
}

.scroll-text p {
    height: 35px;
    margin-bottom: 0px;
}

.scroll-text {
    height: 30px;
    text-align: left;

    /* animation properties */
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);

    -moz-animation: bharat-animation 20s steps(1, jump-start) infinite;
    -webkit-animation: bharat-animation 20s steps(1, jump-start) infinite;
    animation: bharat-animation 20s steps(1, jump-start) infinite;

    padding-left: 5px;
}

/* for Firefox */
/* @-moz-keyframes bharat-animation {
    from { -moz-transform: translateY(100%); }
    to { -moz-transform: translateY(-100%); }
} */

/* for Chrome */
/* @-webkit-keyframes bharat-animation {
    from { -webkit-transform: translateY(100%); }
    to { -webkit-transform: translateY(-100%); }
} */

@keyframes bharat-fadeIn {
    0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes bharat-animation {
    0%  {
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
        animation: bharat-fadeIn 2s;
    }
    10%  {
        -moz-transform: translateY(-35px);
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px);
    }
    20%  {
        -moz-transform: translateY(-70px);
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
    }
    30%  {
        -moz-transform: translateY(-105px);
        -webkit-transform: translateY(-105px);
        transform: translateY(-105px);
    }
    40%  {
        -moz-transform: translateY(-140px);
        -webkit-transform: translateY(-140px);
        transform: translateY(-140px);
    }
    50%  {
        -moz-transform: translateY(-175px);
        -webkit-transform: translateY(-175px);
        transform: translateY(-175px);
    }
    60%  {
        -moz-transform: translateY(-210px);
        -webkit-transform: translateY(-210px);
        transform: translateY(-210px);
    }
    70%  {
        -moz-transform: translateY(-245px);
        -webkit-transform: translateY(-245px);
        transform: translateY(-245px);
    }
    80%  {
        -moz-transform: translateY(-280px);
        -webkit-transform: translateY(-280px);
        transform: translateY(-280px);
    }
    90%  {
        -moz-transform: translateY(-315px);
        -webkit-transform: translateY(-315px);
        transform: translateY(-315px);
    }
    100%  {
        -moz-transform: translateY(-350px);
        -webkit-transform: translateY(-350px);
        transform: translateY(-350px);
    }
}

/* .btn-primary, */
.btn-outline-primary {
    --bs-btn-color: #983d01;
    --bs-btn-border-color: #f5941f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f5941f;
    --bs-btn-hover-border-color: #f5941f;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f5941f;
    --bs-btn-active-border-color: #f5941f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f5941f;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f5941f;
    --bs-gradient: none;
}

.modal-footer {
    display: flex;
    /* justify-content: space-between; */
}

.modal-footer .btn {
    min-width: 100px;
    font-size: 14pt;
}

.modal-footer .btn i {
    font-size: 16pt;
    padding-right: 10px;
}

.modal {
    --bs-modal-bg: white;
}

.modal-message {
    display: flex;
    align-items: center;
    font-size: 18pt;
}

.modal-message i {
    font-size: 32pt;
}

.modal .btn.send-message {
    color: green;
    font-size: 18pt;
    position: absolute;
    top: 10px;
    right: 15px;
}

.breadcrumb {
    --bs-breadcrumb-margin-bottom: .5rem;
}

.table-header-icon {
    
}

/* ----------------------------------------------------------------------- */
/* filter buttons - event dashboard */

.btn-check:checked+.btn img {
    -webkit-filter: drop-shadow(0px 0px 5px #f5ef00);
    filter: drop-shadow(0px 0px 5px #f5ef00);
}

.section-label {
    color: #983d01;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 8px;
    padding-bottom: 5px;
}

#pooja-confirmation .section-label .btn-group {
    padding-right: 27px;
    padding-top: 5px;
}

#event-dashboard .section-label .btn-group {
    padding-right: 27px;
    padding-top: 5px;
}

#events-filter-toolbar .filter-header {
    align-content: center;
    color: #983d01;
}

#event-table-pane {
}

#event-gcalendar-pane {
}

/*---------------------------------------------------------------------------*/

#pooja-table-pane {
}

#pooja-gcalendar-pane {
}

#pooja-table .col.btn.messages {
    margin-left: 16px;
    color: #b57e2b;
    border: 1px solid #936e36;
    background-color: transparent;
}

/* #pooja-table .col.btn.messages:hover {
    color: #ff9b05;
} */

#pooja-table .col.btn.event {
    margin-left: 16px;
    color: #298829;
    border: 1px solid #936e36;
}

#pooja-table .col.btn.confirm {
    margin-left: 16px;
    color: #298829;
    border: 1px solid #936e36;
}

#pooja-table .col.btn.complete {
    margin-left: 16px;
    color: #882929;
    border: 1px solid #936e36;
}

#pooja-table .col.btn.cancel {
    margin-left: 16px;
    color: #b05c24;
    border: 1px solid #936e36;
}

#pooja-table .col.btn:hover {
    background-color: #f0a142;
    color: red;
}

#pooja-table .detail-view .card-body th {
    padding-right: 10px;
}

#pooja-table .detail-view div[id$="-messages"] {
    max-height: 200px;
    height: 200px;
    overflow: auto;
}

#pooja-table .detail-view td button {
    color: #b05c24;
    /* background-color: #b05c24; */
}

#pooja-table .outside {
    color: red;
    cursor: pointer;
    vertical-align: text-top;
    margin-left: 5px;
}

#pooja-table .member {
    cursor: pointer;
    vertical-align: text-top;
    margin-left: 5px;
}

#pooja-table .member.annual {

}

#pooja-table .member.lifetime {
    border-radius: 100%;
    background: cyan;
    transform: scale(1);
    padding: 4px;
    width: 24px;
    height: 24px;
}

#pooja-table-pane .bs-bars {
}

#poojaMessagesUnreadOnly {
    height: 20px;
    width: 40px;
}

#poojaRequestMessageHistory {
    min-height: 50px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: normal;
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: "";
}

/* .daterangepicker .ranges {
    background-color: bisque;
} */

.daterangepicker .ranges li {
    font-size: 12pt;
}

.daterangepicker .ranges li.active {
    background-color: #f5941f;
}

.daterangepicker .ranges li:hover {
    background-color: #f5941f;
}

.daterangepicker .ranges {
    width: auto;
}

.daterangepicker .ranges ul {
    width: auto;
}

#poojaDateRangePicker i {
    font-size: 8pt;
    float: right;
    padding-top: 3px;
}

/* #poojaMessagesUnreadOnly {
    content: url('/images/tag.svg');
    opacity: .2;
    filter: grayscale(1);
    width: 35px;
    height: 25px;
    align-self: center;
    cursor: pointer;
}

#poojaMessagesUnreadOnly.unread-only {
    filter: unset;
    opacity: unset;
} */

.unread-badge {
    margin-right: 10px;
}

.unread-badge-float {
    margin-right: 10px;
}

/* .dropdown.bootstrap-select .dropdown-menu {
    background-color: bisque;
} */

/* .bs-actionsbox .actions-btn.bs-deselect-all {
    padding-right: 5px;
} */

.poojaActionBarSpacer {
    width: 55px;
    display: inline-block;
}

.gutter:hover {
    background-color: #aaa;
    background-repeat: no-repeat;
    background-position: 50%;
}

.gutter.gutter-vertical:hover {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFAQMAAABo7865AAAABlBMVEVHcEzMzMzyAv2sAAAAAXRSTlMAQObYZgAAABBJREFUeF5jOAMEEAIEEFwAn3kMwcB6I2AAAAAASUVORK5CYII=');
    cursor: row-resize;
}

.gutter.gutter-horizontal:hover {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
    cursor: col-resize;
}

.split-pane-component {
    display: flex;
    flex-direction: row;
}

@media (max-width: 600px) {
    .split {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        width: 100vw;
        height: calc(100% - 40px);
    }
}

@media (min-width: 600px) {
    .split {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        width: 100vw;
        overflow-y: hidden;
        height: calc(100% - 40px);
    }
}