@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&family=Patrick+Hand+SC&display=swap');
* {
    padding: 0;
    margin: 0;
    border-radius: 0px !important;
}

*:focus {
    outline: none !important;
}


/* Works on Firefox */

* {
    scrollbar-width: thin;
    scrollbar-color: #0D6EFD rgba(255, 166, 0, 0);
}


/* Works on Chrome, Edge, and Safari */

*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: orange;
}

*::-webkit-scrollbar-thumb {
    scrollbar-color: #0D6EFD rgba(255, 166, 0, 0);
    background-color: #0d6dfd00;
    border-radius: 20px;
    border: 3px solid rgba(255, 166, 0, 0);
}

body {
    background-color: #ebf2ff !important;
    background-image: url('https://static.vecteezy.com/system/resources/previews/007/802/552/original/squared-notepad-page-template-for-a-notebook-for-mathematics-versatile-design-illustration-vector.jpg');
    background-size: 50px;
    background-repeat: repeat;
    padding-top: 6%;
    overflow-x: hidden;
}

.add__new_button_mobile_only {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 15px 10px;
    background: white;
    z-index: 3;
    width: 100%;
}

.container {
    padding: 0% 0% 4%;
}

#responses {
    text-align: center !important;
    padding: 10px !important;
}

.navbar {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    z-index: 1;
    padding: 0.5% 5% 0.5% 5% !important;
}

.active {
    font-weight: 600 !important;
    font-size: 21px !important;
}

.search {
    padding: 4px 8px;
    border: none;
    background-color: transparent;
    margin-right: 20px !important;
}

.search:hover {
    transition-duration: 0.4s;
    transform: scale(1.3);
    /* transform: rotate(-30deg); */
}

.card {
    border-radius: 4px !important;
    --bs-card-cap-bg: rgba(0, 0, 0, 0) !important;
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;
    background-color: #CCF7D1 !important;
    margin-bottom: 20px;
    background-image: url('https://enally.in/cdn/css/pin.png');
    background-size: 30px;
    background-repeat: no-repeat;
    transition-duration: 1.8s;
}

.card:hover {
    background-color: #fbf4d3 !important;
    transition-duration: 1.8s;
}

.effect2:hover::after,
.effect2:hover::before {
    content: none;
}

.effect2 {
    position: relative;
}

.effect2:before,
.effect2:after {
    z-index: -100;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 17px 10px #777;
    -moz-box-shadow: 0 17px 10px #777;
    box-shadow: 0 17px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    transition-duration: 1.8s;
}

.effect2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
    transition-duration: 1.8s;
}

.card-header {
    padding: 6px 10px 0px 0px !important;
    display: hidden !important;
    border-bottom: none !important;
}

.card-header button {
    border: none;
    padding: 5px 9px;
    margin: 0% 0.1%;
    font-size: 12px;
    border-radius: 0px;
    opacity: 0;
    transition-duration: 0.6s;
    background-color: transparent !important;
}

.card:hover button {
    border: none;
    padding: 5px 9px;
    margin: 0% 0.1%;
    font-size: 12px;
    border-radius: 0px;
    opacity: 1;
    transition-duration: 0.6s;
}

.card-header button:hover {
    color: #000 !important;
}

.card img {
    padding-bottom: 10px;
    object-fit: cover;
    transition-duration: 0.6s;
}

.card:hover img {
    transform: translateY(-5px);
    transition-duration: 0.6s;
}

.card:hover .card-footer button {
    transition-duration: 0.6s;
    opacity: 1;
}

.card-image-top {
    object-fit: cover;
}

.card h4 {
    font-weight: 600;
    text-transform: capitalize;
}

.card .description {
    font-family: 'Gochi Hand', cursive;
    font-size: 17px;
    letter-spacing: 1px;
}

.card-footer {
    text-align: right;
    border: none !important;
    padding: 1px !important;
}

.card-footer button {
    border-radius: 0px;
    border: none;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.61);
    font-weight: 600;
    opacity: 0;
    transition-duration: 0.6s;
}

.card-footer button:hover {
    background-color: transparent;
    color: #000;
    transition-duration: 0.6s;
}

#navbarSupportedContent button:nth-child(odd) {
    border-radius: 0px !important;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;
}

#navbarSupportedContent button:nth-child(odd):hover {
    box-shadow: none !important;
    transition-duration: 0.4s;
}

#navbarSupportedContent button:nth-child(odd) .fa-plus {
    transition-duration: 0.6s;
}

#navbarSupportedContent button:nth-child(odd):hover .fa-plus {
    transform: rotate(90deg);
    transition-duration: 0.6s;
}

.addMoreButton {
    position: fixed;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    padding: 0px !important;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px !important;
    bottom: 3%;
    right: 2%;
}

.viewButton {
    position: fixed;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    padding: 0px !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    bottom: 11%;
    right: 2%;
}

.addMoreButton:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.addMoreButton i {
    transform: rotate(0deg);
    transition-duration: 0.9s;
    font-size: 20px;
}

.addMoreButton:hover i {
    transform: rotate(90deg);
    transition-duration: 0.9s;
}

.viewButton {
    position: fixed;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    padding: 0px !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    bottom: 11%;
    right: 2%;
}

.viewButton:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.viewButton i {
    transform: rotate(0deg);
    transition-duration: 0.9s;
    font-size: 20px;
}

.viewButton:hover i {
    transform: scale(1.2);
    transition-duration: 0.9s;
}

.author {
    position: fixed;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    padding: 0px !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    bottom: 3%;
    right: 6%;
}

.author:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.author i {
    transform: rotate(0deg);
    transition-duration: 0.9s;
    font-size: 20px;
}

.author:hover i {
    transform: scale(1.2);
    transition-duration: 0.9s;
}

.liveRun {
    position: fixed;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    padding: 0px !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    bottom: 19%;
    right: 2%;
    z-index: 900;
}

.liveRun:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.liveRun i {
    transform: rotate(0deg);
    transition-duration: 0.9s;
    font-size: 20px;
}

.liveRun:hover i {
    transform: scale(1.2);
    transition-duration: 0.9s;
}

.passwordForm {
    position: absolute;
    top: 20%;
    left: 45%;
    background-color: #0D6EFD;
    padding: 10px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.passwordForm h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.passwordForm img {
    width: 90px;
}

.passwordForm input {
    text-align: center;
    text-transform: capitalize;
    padding: 4px 10px;
    border: none;
    width: 80%;
}

.tags {
    background-image: url('https://enally.in/cdn/css/marker.png');
    background-position-x: -30px;
    background-size: 200px;
    background-repeat: no-repeat;
    padding: 3px 1px;
    width: auto;
}

.badge {
    color: #fff !important;
    font-family: 'Patrick Hand SC', cursive;
    font-size: 16px !important;
}

#credit {
    width: 100%;
    text-align: center;
    opacity: 0.7;
    font-family: 'Patrick Hand SC', cursive;
    font-size: 18px;
}

.navbar-brand {
    font-weight: 800;
    font-size: 28px !important;
}

.modal-content {
    background-color: #CCF7D1 !important;
}

.modal-header {
    display: none !important;
}

.modal-content strong {
    color: #0D6EFD !important;
    text-transform: italic !important;
    float: right !important;
    font-size: 13px !important;
    font-family: 'Patrick Hand SC', cursive;
}

.modal-content h2 {
    /* font-family: 'Gochi Hand', cursive; */
    font-weight: 600;
    text-transform: capitalize;
}

.modal-content p {
    font-family: 'Gochi Hand', cursive;
    color: #4b4b4b !important;
}

.modal-footer {
    padding: 0px !important;
    border: none !important;
}

.modal-footer button {
    border-radius: 0px;
    border: none;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.61);
    background-color: transparent !important;
    font-weight: 600;
    transition-duration: 0.6s;
}

.modal-footer button:hover {
    background-color: transparent;
    color: #0D6EFD;
    transition-duration: 0.6s;
}

.topic {
    background-image: url('https://enally.in/cdn/css/marker.png');
    background-position-x: -16px;
    background-size: 200px;
    background-repeat: no-repeat;
    padding: 3px 1px;
    width: auto;
}

input,
textarea {
    border: none !important;
    background-color: transparent !important;
    border-bottom: 1px #cccccc solid !important;
}

input:focus,
textarea:focus {
    outline: none !important;
}

@media(min-width:768px) {
    .add__new_button_mobile_only {
        display: none;
    }
}