@media (min-width: 1200px) {
    .container{
        max-width: 1280px;
    }
    .video-window {
        padding-bottom: 10px!important;
    }
    #chatRow {
        padding-left: 15px!important;
    }
    #loadingCircle {
        margin-bottom: 41px;
        margin-left: 12px;
    }
    #askButton {
        margin-top: -100px!important;
    }
}

@media (min-width: 1290px) {
	#descriptionRow {
		margin-top: 40px!important;
	}
}


@media (min-width: 1251px) {
	#descriptionRow {
		margin-top: 50px;
	}
}

@media (max-width: 1250px) {
	#descriptionRow {
		margin-top: 65px;
	}
}

@media (max-width: 1199px) {
    .container{
        max-width: 1200px;
    }
    .video-window {
        padding-bottom: 20px!important;
    }
    .chat-window {
		min-height: 400px;
		margin-right: 24px;
    }
	#chatRow {
		margin-left: 24px!important;
		width: 100%!important;
		padding-bottom: 43px!important;
		padding-left: 16px;
	}
    #askButton {
        margin-top: 30px!important;
        width: 100px;
    }
    #askButtonContainer {
        text-align: center!important;
    }
    #loadingCircle {
        margin-bottom: -23px;
        margin-left: 12px;
    }
	#descriptionRow {
		margin-top: -10px;
	}
}

@media (max-width: 992px) {
    body {
        overflow-x: hidden;
    }
    .footer-xl {
        display: none;
    }
    .footer-lg {
        display: inline!important;
    }
    #footer-wrap {
        min-width: 0px!important;
        max-width: 940px;
    }
}

@media (max-width: 768px) {
    #titleContainerRow {
        padding-top: 30px!important;
        padding-bottom: 25px!important;
    }
    .companyLogoSpacer {
        display: none;
    }
    #socialRow {
        padding-top: 20px!important;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 576px;
    }
    #titleContainerRow {
        padding-top: 20px!important;
        padding-bottom: 15px!important;
    }
    #emLogo {
        max-height: 100px;
        max-width: 75px;
        margin-left: -20px;
        margin-top: 6px;
    }
    #companyLogo {
        max-height: 90px;
        margin-top: 6px;
    }
    #socialJoin {
        margin-bottom: 7px;
    }
    #askButtonContainer {
        text-align: left!important;
    }
}

body {
    background: url(https://eventmedia.ee/pakendikonverents2023/images/pakend.png) no-repeat center top;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.btn-danger {
    color: #fff!important;
    background-color: #279cfb!important;
    border-color: #1765a5!important;
}

.btn-danger:hover {
    color: #fff!important;
    background-color: #2183d3!important;
    border-color: #12558d!important;
}

danger:focus {
    color: #fff!important;
    background-color: #1c75bd!important;
    border-color: #185281!important;
    box-shadow: 0 0 0 0.2rem rgb(17 61 96)!important;
}

.btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff!important;
    background-color: #1c75bd!important;
    border-color: #185281!important;
}

#bg-mask {
    position: absolute;
    z-index: -1;
    top: 662px;
    width: 100%;
    min-width: 940px;
    height: 1035px;
    background: white;
    background: none;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.75) 5%, rgba(255, 255, 255, 1.0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(255, 255, 255, 0.75)), color-stop(100%, rgba(255, 255, 255, 1.0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.75) 5%, rgba(255, 255, 255, 1.0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.75) 5%, rgba(255, 255, 255, 1.0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.75) 5%, rgba(255, 255, 255, 1.0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 5%, rgba(255, 255, 255, 1.0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E8FFFFFF, endColorstr=#FFFFFFFF, GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#E8FFFFFF, endColorstr=#FFFFFFFF, GradientType=0)";
}

#companyLogo {
    height: 100px;
    opacity: 0.99;
}

#emLogo {
    height: 113px;
    width: 90px;
    opacity: 0.99;
    object-fit: cover;
}

#logoutButton {
    width: 150px;
}

#footer-wrap {
    text-align: center;
    background-color: #ffffffba;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url('../images/joon.png');
    min-width: 940px;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    color: #2c2c2c;
    font-size: 12px;
}

.footer-lg {
    display: none;
}

#socialTwitter {
    margin-right: 22px;
    margin-left: 22px;
}

#description {
    color: #333;
}

.chat-window {
    color: #eee;
}

.chat-window iframe {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#askButton {
    margin-top: -50px;
    width: 120px;
}

#questionLabel {
    margin-top: 20px;
}

#questionInput {
    resize: none;
}

#chatRow {
    height: 97.8%;
    width: 98%;
    margin-left: -4px;
    padding-right: 15px;
    padding-top: 24px;
    padding-bottom: 14px;
    background: rgb(22 0 0 / 76%);
}

#chatRow label {
	font-size: 12pt;
}

#loadingCircle {
    visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
       transition: opacity .10s linear!important;
        transition-property: opacity!important;
        transition-duration: 0.10s!important;
        transition-timing-function: linear!important;
        transition-delay: 0s!important;
    }
    
    .fade:not(.show) {
        opacity: 0!important;
    }
    
    .modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out!important;
    transition: transform .3s ease-out!important;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out!important;
    -webkit-transform: translate(0,-50px)!important;
    transform: translate(0,-50px)!important;
    }
    
    .modal.show .modal-dialog {
    -webkit-transform: none!important;
    transform: none!important;
    }
}
