.pb
{
    padding: 0;
    display: inline;
    background: #ddd;
    height: 12px;
    background-position: right bottom;
}

.input_card, .input_card1
{
	margin-top: 15px;
	border: 2px solid #ddd;
	padding: 10px 20px 10px 20px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
}

#cur, .currency
{
    cursor: pointer;
}

#level
{
    display: none;
}

#options_box
{
    position:absolute; 
    margin-top: 10px;
    right: 20px;
    padding: 10px 20px;
    width: 200px;
    text-align: left;
    z-index: 9999;
    display: none;
}

.user
{
    font-size: 20px; 
    background: #02A95C; 
    cursor: pointer; 
    padding: 5px 8px; 
    text-decoration: none; 
    color: white; 
    border-radius: 50%;
}

.user:hover
{
    text-decoration: none;
}

table
{
    width: 100%;
}

td
{
    padding: 10px;
    border: 1px solid #eee;
    text-align: left;
}

#pay_button
{
    font-weight: 900;
    color: #02A95C;
    cursor: pointer;
}

.currency_selected {
    color: #02A95C;
    font-weight: 900;
}

#story_main_image
{
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.input_card:hover
{
    border: 2px solid #02A95C;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.image_selected
{
    background: #02A95C !important;
}

.hollow_button:hover
{
    background: #02A95C !important;
    color: white !important;
}

.selected, .selected1
{
    border: 2px solid #02A95C;
    background: #02A95C;
    color: white;
}

.inputs
{
    padding: 25px;
    font-size: 18px;
    border-radius: 10px;
}

.next, .continue
{
    width: 100% !important;
    padding: 6px 12px !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

#title
{
    padding:5px;
    font-size: 20px; 
    font-weight: bold;
}

#subtitle
{
    padding:5px;
    font-size: 18px; 
    margin-top: 20px; 
    width: 100%;
}

#options
{
    font-size: 16px; 
    margin-top: 30px; 
    text-align: left;
}



@media (min-width: 320px) 
 {
    .home_title
    {
        font-size: 28px;
    }

    .home_subtitle
    {
        font-size: 14px;
    }

    .home_btns
    {
        font-size: 14px;
    }

    .login_content
    {
        margin-top: 30px;
    }

    .input_fields
    {
        width: 100%; 
        margin-top: 20px;
    }
 }

@media (min-width: 768px) 
 {
    #content
    {
        margin-top: 10px;
    }

    .home_title
    {
        font-size: 32px;
    }

    .home_subtitle
    {
        font-size: 16px;
    }

    .home_btns
    {
        font-size: 16px;
    }

    .login_content
    {
        margin-top: 60px;
        padding: 0 100px;
    }

    .input_fields
    {
        width: 49%; 
        display: inline-block; 
        margin-top: 20px;
    }
 }

 @media (min-width: 1024px) 
 {
    #content
    {
        margin-top: 120px;    
    }
    
    .home_title
    {
        font-size: 44px;
    }

    #home_banner
    {
        height: auto;
        width: 100%;    
    }

    .home_subtitle
    {
        font-size: 20px;
    }

    .home_btns
    {
        font-size: 18px;
    }

    .left_right
    {
        margin-top: 112px;
    }

    #home_content_box
    {
        padding-left: 70px !important;
    }

    .login_content
    {
        margin-top: 100px;
        padding: 0 100px;
    }

    .input_fields
    {
        width: 49%; 
        display: inline-block; 
        margin-top: 20px;
    }
 }

 a
 {
    cursor: pointer;
 }

 @media (min-width: 1440px) 
 {
    #content
    {
        margin-top: 120px;    
    }

    .home_title
    {
        font-size: 54px;
    }

    .home_subtitle
    {
        font-size: 22px;
    }

    .home_btns
    {
        font-size: 18px;
    }

    #home_content_box
    {
        padding-left: 70px;
    }

    .login_content
    {
        margin-top: 120px;
        padding: 0 100px;
    }

    .input_fields
    {
        width: 49%; 
        display: inline-block; 
        margin-top: 20px;
    }
 }

 @media (min-width: 2560px) 
 {
    #content
    {
        margin-top: 30px;    
    }

    .home_title
    {
        font-size: 54px;
    }

    .home_subtitle
    {
        font-size: 22px;
    }

    .home_btns
    {
        font-size: 20px;
    }

    .login_content
    {
        margin-top: 50px;
    }

    .input_fields
    {
        width: 49%; 
        display: inline-block; 
        margin-top: 20px;
    }
 }

 .filter_div
 {
    display: inline-block;
    margin-right: 10px;
    width: 150px;
 }

 .filter, .butt
 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    width: 150px;
    height: 40px; 
 }

 .page_num
 {
    margin-left: 10px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    color: black;
    font-family: "Noto Sans";
 }

 .page_num:hover
 {
    text-decoration: none;
 }

 #apply_filter
 {
    width: 100px;
    background: rgb(10, 92, 10);
 }

 #clear_filter
 {
    width: 100px;
    background: rgb(110, 5, 31);
 }

 .butt:hover
 {
    background: rgb(23, 23, 147);
    color: white;
 }

 .card
 {
    padding: 30px 20px 30px 20px;
    background: white;
    box-shadow: 1px 1px 10px #ddd;
    border-radius: 10px;
 }

 #dots, #dots1
 {
    text-align: center;
    margin-top: 20px;
 }

 .image_video_box
 {
    padding: 0;
    margin-top: 20px;
 }

 input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

#notifications
{
	cursor: pointer;
	position: fixed;
	z-index: 9999;
	bottom: 0px;
	margin-bottom: 22px;
	
	font-family: verdana;
	font-size: 16px;
	width: 100%;
}

#notification_text
{
	padding: 20px;
	border-radius: 10px;
}

.zoom {
    padding: 50px;
    background-color: green;
    transition: transform .2s; /* Animation */
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  
  .zoom:hover {
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }

#cur
{
    background: #02A95C;
    border-radius: 10px;
    color: white;
    text-align: center; 
    font-size: 20px; 
    font-weight: 900;
}