/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 28, 2022, 10:01:13 PM
    Author     : Bahram
*/

.timertitle{
    font-size: 38pt;
    color: #FFD800;
    z-index: 99

}

.tour-image:hover { 
    transform: scale(3); 
    z-index: 100;
    transition: transform .5s ease;
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.cover_div {
    background: #000; 
    opacity: 0.4; 
    width: 100%; 
    height: 100%
}

.btn-atilim:hover{
    background-color: #EC7313 !important;
    cursor: pointer;
    border:none;
    color: #19492c;
    <!--font-weight: bold;-->
    transition: 0.5s;
}
.btn-atilim {
    cursor: pointer;
    border:none;
    color: #EC7313;
    background-color: #19492c;
}


.speaker-active{
    width: 100%;
    height: 100%;
    /*color: #283B78;
    border-color: #283B78;*/
    color: #19492c;
    border-color: #19492c;
    border-width: 10px;

}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.pushable_body {
	height: 100vh;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/*background: #333;*/
	background: #19492c;
}

.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
		-webkit-tap-highlight-color: transparent;
}

.pushable_button {
	/* width: 150px;*/ 
	height: 40px;
	cursor: pointer;
	/* background: #BBC4D7;*/
	/* background: #333;*/
        /* background: #1F3D7C;*/
        background: #19492c;
	margin: 10px;
	border: none;
	border-radius: 10px;
        /* light #222 */
        /* normal #333 */
        /* dark #444 */
        /* light #324170 */
        /* normal #1F2946 */
        /* dark #161D32 */
        /* light #213F5C */
        /* normal #1D3852 */
        /* dark #081017 */
        box-shadow: -5px -5px 15px #19492c, 5px 5px 15px #19492c, inset 5px 5px 10px #19492c, inset -5px -5px 10px #19492c;
	/* box-shadow: -5px -5px 15px #444, 5px 5px 15px #222, inset 5px 5px 10px #444, inset -5px -5px 10px #222;*/
	/* box-shadow: -5px -5px 15px #C9D2E7, 5px 5px 15px #787E89, inset 5px 5px 10px #C9D2E7, inset -5px -5px 10px #787E89;*/
	color: #222;
	font-size: 16px;
        width:100%;
        color:white;
}

.pushable_button:hover {
	/* box-shadow: -5px -5px 15px #444, 5px 5px 15px #787E89, inset 5px 5px 10px #787E89, inset -5px -5px 10px #C9D2E7;*/
        /* box-shadow: -5px -5px 15px #444, 5px 5px 15px #222, inset 5px 5px 10px #222, inset -5px -5px 10px #444;*/ 
        box-shadow: -5px -5px 15px #19492c, 5px 5px 15px #19492c, inset 5px 5px 10px #19492c, inset -5px -5px 10px #19492c;
	font-size: 15px;
	transition: 500ms;
}

.pushable_button:focus {
	outline: none;
}

.red:hover {
	color: #f07171;
	text-shadow: 0px 0px 10px #f07171;
}

.green:hover {
	color: #93f071;
	text-shadow: 0px 0px 10px #93f071;
}

.blue:hover {
	color: #71b7f0;
	text-shadow: 0px 0px 10px #71b7f0;
}

.purple:hover {
	color: #8ef2bb;
	text-shadow: 0px 0px 10px #8ef2bb;
}

.dark_blue:hover {
	color: #19492c;
	text-shadow: 0px 0px 10px white;
}

.orange:hover {
	color: #EE7312;
	text-shadow: 0px 0px 10px yellow;
}

.white:hover {
	color: #333;
	text-shadow: 0px 0px 10px yellow;
}

.pushable_button_white {
	/* width: 150px;*/ 
	height: 40px;
	cursor: pointer;
	/* background: #BBC4D7;*/
	background: #fff;
	margin: 10px;
	border: none;
	border-radius: 10px;
	box-shadow: -5px -5px 15px #D5D4D4, 5px 5px 15px #EEEEEE, inset 5px 5px 10px #D5D4D4, inset -5px -5px 10px #EEEEEE;
	/* box-shadow: -5px -5px 15px #C9D2E7, 5px 5px 15px #787E89, inset 5px 5px 10px #C9D2E7, inset -5px -5px 10px #787E89;*/
	color: #333;
	font-size: 16px;
        width:100%;
}



.pushable_button_white:hover {
	/* box-shadow: -5px -5px 15px #444, 5px 5px 15px #787E89, inset 5px 5px 10px #787E89, inset -5px -5px 10px #C9D2E7;*/
        box-shadow: -5px -5px 15px #D5D4D4, 5px 5px 15px #EEEEEE, inset 5px 5px 10px #EEEEEE, inset -5px -5px 10px #D5D4D4;
	font-size: 15px;
	transition: 500ms;
}

.pushable_button_white:focus {
	outline: none;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.has-details {
  position: relative;
  cursor: pointer;
}

.details {
  position: absolute;
  top: 0;
  transform: translateY(20%) scale(0);
  transition: transform 0.1s ease-in;
  transform-origin: left;
  display: inline;
  background: white;
  z-index: 20;
  min-width: 500%;
  padding: 10px;
  border: 1px solid black;
  width:100%;
}

.has-details:hover span {
  transform: translateY(70%) scale(1);
}

.time{
    color:#EC7313;
}

.title{
    color: #00cccc
}


.author{
    color: #333
}

.program_image{
    max-width: 100%;
}

.zoom {
  padding: 50px;
  transition: transform .3s; /* Animation */
  width: 100%;
  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) */
}