@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {outline: 0}
body {margin: 0;padding: 0;  transition: background-color .5s;
}

.page_header {
    font-size: 40px;font-family: Montserrat;color: #000;font-weight: 600;
}


.section_header {
    font-size: 30px;font-family: Montserrat;color: #000;font-weight: 600;
}

.description {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.italic {font-style: italic;}

.section-item {margin-left: 20px;}
@media only screen and (max-width: 604px) {

    .options {
        display: none;
    }

    #menu_icon {
        display: block;
    }
}

@media only screen and (max-width: 773px) {
    .main-content {
        width: 100%;
    }
    .branch {
        width: 100%;
    }
}

@media only screen and (min-width: 605px) {


    .options {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    #menu_icon {
        display: none;
    }
}

@media only screen and (min-width: 774px) {
    .main-content {
        width: 60%;
        float: right;
    }

    .branch {
        width: 38%;
        float: left;
        margin-top: 20px;
        top: 60px;
    }
}

.button_post {
    border-radius: 50px;
    border: none;
    padding: 10px 100px;
    color: #fff;
    background-color: #4398c3;
    margin: 10px auto;
    display: block;
    transition: 500ms;
    font-family: Montserrat;

}

.button_post:hover {
    border-radius: 50px;
    border: 0;
    padding: 10px 100px;
    color: #fff;
    background-color: #6200ee;
    margin: 10px auto;
    display: block;
    cursor: pointer;
}

.button_toolbar {
    border-radius: 50px;
    border: none;
    padding: 10px 20px;
    color: #fff;
    background-color: #4398c3;
    display: block;
    margin-left: 20px;
    transition: 500ms;
    font-family: Montserrat;

}

.button_toolbar:hover {
    border-radius: 50px;
    border: 0;
    padding: 10px 20px;
    color: #fff;
    background-color: #ee2921;
    display: block;
    cursor: pointer;
}

.textbox {
    border-radius: 10px;
    border: 1px solid #000;
    font-family: "Roboto Medium";
    padding: 10px;
    width: 100%;
    margin-top: 10px;
}

.card_google_signin {
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    background-color: #370505;
    max-width: 300px;
    margin-left: auto;
    cursor: pointer;
    margin-right: auto;
}

.toolbar {
    padding: 10px;
    position: sticky;
    clear: both;
    position: -webkit-sticky;
    top: 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    background-color: #6200ee;
    display: flex;align-items: center;
    z-index: 9999;
}

.all-content {margin: 10px;}

.post_card {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    background-color: #370505;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 10px;
    height: fit-content;
    transition: 0.5s;
}

.post_card:hover {
    box-shadow: 0 20px 30px rgba(0,0,0,0.19), 0 12px 12px rgba(0,0,0,0.23);
}

.comment_card {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    background-color: #498a74;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 10px;
    height: fit-content;
    transition: 0.5s;
}

.comment_card:hover {
    box-shadow: 0 20px 30px rgba(0,0,0,0.19), 0 12px 12px rgba(0,0,0,0.23);
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-color: #636f86;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    transition: 0.5s;

}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 17px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
    font-family: "Roboto Medium";
}

.sidenav a:hover {
    color: #cf8e8e;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

.header {
    background-color: #6200ee;
    margin: 10px;
    outline: none;
    border-radius: 8px;
    padding: 10px;
}

#myHeaderTitle {
    font-size: medium;
    font-family: 'Montserrat';
    color: #fff;
    text-align: center;
}

.myHeaderTitleCondensed {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #fff;
    margin-left: 15px;
    text-align: justify;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.btn-item {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: 0.3s;
  border-radius: 10px;
  padding-left: 10px;
}

.btn-item:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 135px; /* 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: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    border-radius: 10px;
    width: 80%;
    box-shadow: 0 20px 30px rgba(0,0,0,0.19), 0 24px 24px rgba(0,0,0,0.23);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}


/* Add Animation */
@-webkit-keyframes animatetop {
    from {width: 0;}
    to {width: 80%;}
}

@keyframes animatetop {
    from {width: 0;}
    to {width: 80%;}
}

/* The Close Button */
.modal-close {
    color: black;
    float: right;
    margin-top: 10px;
    font-size: 28px;
    font-weight: bold;
    transition: 0.3s;
}

.modal-close:hover,
.modal-close:focus {
    color: #4392ff;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    color: black;
    font-family: Montserrat;
}

.modal-body {padding: 2px 16px;}

.switch {
  position: relative;
  display: inline-block;
  width: 65px;
  border-radius:30px;
  height: 34px;
  transition: 0.5s;
}

.switch:hover {
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .3s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .3s;
}

.check-slider:checked + .slider {
  background-color: #2196F3;
}

.check-slider:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.check-slider:checked + .slider:before {
  -webkit-transform: translateX(31px);
  -ms-transform: translateX(31px);
  transform: translateX(31px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* The container */
.container-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.check-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  transition:0.5s;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .check-radio {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .check-radio {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.check-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .check-radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .check-radio:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}


/* The container */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius:5px;
  transition:0.5s;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkbox {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkbox {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkbox:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkbox:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}